/* common css for all 2-column pages */
  *{
    margin: 0;
    padding: 0;
}
   body{
	padding-top: 0px;
	padding-bottom: 0px;
	background: Black;
	text-align: center;
	font: 13px Tahoma, sans-serif;
	}
	
  #container{
	margin: 0 auto;
	width: 750px;
	background:  #000000;
}
  #maldoror{
    color: #DC143C;
    font-size: 18px;
    font-weight: bold;
	 padding: 0px 0px 0px 352px;
  }
    
  h1{
    color: #DC143C;
    font-size: 22px;
 }
  h2, h3{
    color: #DC143C;
    font-size: 16px;
 }
  p {
	padding: 0px 0px 0px 0px;
}
 a {display: inline;
	   color: #DC143C;
	   font-weight: bold;
	   font-size: 10px;
	   text-decoration: none;}
	
   a:hover{color: #DC143C;
	        font-weight: bold;
	        text-decoration: underline;}

   
  fieldset{
    border: 0;
	 font-family: Tahoma, sans-serif;
	 font-size: 8px;
  }
  
/*-------------------*/
  #header{
   clear: both;
	width: 750px;
   height: 149px;
   text-align: left;
	background: url(../images/back_novedades.jpg)
  }
  
  #barWrapper {
 	clear: both;
	margin: 0px;
	height: 14px;
	padding: 14px 0px 19px 0px;
	background: transparent;
	background: url(../images/vanguardias_ba.jpg); }
  
  #barWrapper form {
   float: right;
	width: 300px;
   padding: 0px; }
	
  input.word{
	border: 1px solid #DC143C;
	padding: 1px;
	width: 140px;
	background: transparent;
	color: black;
	font: bold;
	font-size: 12px;
	
}
  input.searchBtn{
    border: 0px;
	 margin-left: 0px;
    width: 22px;
    height: 18px;
	 background-color:#DC143C;
	 font-size: 12px;
	 font: bold;
  }
  ul#mainNav{
    float: left;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
	 font-weight: bold;	 
  }
  ul#mainNav a{
    display: block;
	 padding: 0px;
    color: #DC143C;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
  }
  ul#mainNav a:hover{
	color: #FAF0E6;
	font-weight: bold;
}
  
/*Layout - columns*/

#content{
	clear: both;
	position: relative;
	padding: 0px 0px 0px 0px;
	}

#decor {
	position: absolute;
	top: 0px;
	left: 750px;
	float: left;
}
	
#leftCol{
	float: left;
	width: 750px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: right;
}
 


  
/*------------------------*/
  #footer{
	clear: both;
	height: 9px;
	background-image: url(../images/vanguardias_ba.jpg);
	text-align: left;
	color: #DC143C;
	font-size: 11px;
	padding: 18px 10px 20px 100px;
}
  #footer a{
    color: #DC143C;
    text-decoration: none;
  }
  #footer a:hover{
    color: white;
    text-decoration: underline;
  }
  ul#metaLink{
    background: transparent;
    list-style: none;
  }
  ul#metaLink li{
    display: inline;
  }
  li.copyright{
    margin-left: 70px;
  }
/*--------------------*/
  .clearFix{
    clear: both;
  }