@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	/*background-color: #FFFFFF;*/
	
	line-height:130%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contenidos{
	/*float:left;*/
	width:900px;
	padding: 10px;
	background-color: #fff;
	margin-left: 20px;
	/*border-left: 3px solid grey;*/
}
#preloader{
	/*float:left;*/
	/*width:500px;*/
	/*border-left: 3px solid grey;*/
}
#face{

}
#twitter{

}
 #publicidad{
	padding: 10px;
	background-color: #fff;	/*border-left: 3px solid grey;*/
	margin-left: 20px;
	float: none;
	
}
 #publicidadp{
	padding: 10px;
	background-color: #fff;	/*border-left: 3px solid grey;*/
	margin-left: 20px;
	float: left;
	
}
.contentPubli{
	width:900px;
	padding: 15px;
	
}

.contentDos{
	width:44%;
	float:left;
	padding: 15px 35px 15px 0px;
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: 200px;
}
.titulos {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bolder;
}
.rotulos {
	color: #333;
	font-size: 20px;
	font-weight: bolder;
}
#footer {
	/*border-top:1px solid #333;*/
	clear: both;
	color: #000;
	
	width: 900px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: baseline;
	margin-left: 20px;
	padding: 5px 0px 0px 0px;
}
#footer a{
	color:#333333;
}
#footer a:hover{
	color:#E84D24;
	text-align: left;
}
#menu{
	border-right-color: #006;
	font-size: 12px;
	margin-left: 20px;
	
}

#menu a{
	background-color: #333;
	/*display: inline;*/
	/*width: 100%;*/
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	vertical-align: bottom;
	line-height: 14px;	/*border-right: 4px solid gray;*/
	margin-top: 16px;
}

#menu a:hover{
	margin-top: 16px;
	vertical-align: bottom;
	background-color: #EEE;
	color: #333;
	/*font-size: 10px;*/
}
.textoBlanco {
	color: #FFF;
	font-size: 11px;
}

.textoNegro {
	font-size: 11px;
	
}
.textoPequeño {
	font-size: 11px;
	line-height: 30px;
	margin-top: 20px;
}
.textoPequeño a{
	color: #000;
}
.textoNegro strong {
	font-weight: bold;
	line-height: 0px;
}
.imagen {
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	margin-top: 0px;
		border: none;
	background: none;
	background-color: none;
}
.imagenLink{
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	margin-top: 0px;
	border: none;
	background: none;
	background-color: none;
}
.link1y1 {
	background-color: #FFF;
}

a:link {
	color: #000;
}
a:hover {
	color:#E84D24;
}
a:visited{
	color:#39F;
}
a:active {
	color: #F00;
}
.destaca {
	font-size: 18px;
}

