/* CSS Document */
body{
	font-family: Verdana, Tahoma;
	font-size:10px; 
	margin: 0px;
	padding: 0px;
	background-color:#7e898f;
	background-image:url(/index/img/back.jpg);
	background-repeat:repeat-x;

}

a{
	color:#000000;
}

a:hover{
	color:#FF0000;
	
}



#barraIzquierda{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	height:950px;
	
}

#barraCentro{
 	width: 560px;
	float:left;
	 
	/*border:#99FF00;
	border-style:dotted;	
	height:990px;*/
}
#barraDerecha{
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;

	
	/*border:#FFCC00;
	border-style:dotted;*/
	height:950px;
	
	

}

#fondo{
	padding: 0px 0px 0px 0px;
	width: 970px;
	overflow:hidden;
	margin: 0 auto;
}


#logo {
	margin-left: 5px;
	margin-top: 2px;
	width:185px;
	
}


#flecha {
	background-image:url(/index/img/flecha.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:950px;
   width:100%;
}

/*Containers */
 #logo, #iraYQI{
	height:95px;
	
}
#logo #iraYQI{
margin-bottom:10px;	
}

#destacado, .articulo, #banner{
	padding-left:2px;
	padding-right:2px;
	padding-bottom:10px;
	margin-left: 5px;
	margin-right: 5px;
}

#banner{
	text-align: center;
}

#logon{
	color: #534f4c;
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	height: 16px;
}

#logon a{

	text-decoration: none;
}

#logon a:hover{
	text-decoration:underline;	
	background: #534f4c;
	color: White;
}

/* IE ignores css styles with [attributes], so it will skip the following. */
#destacado[id] {
  background-image:url(/index/img/misuperdestacado.png);
}

#destacado{
 	height:256px;
	margin-bottom:10px;
  	border:solid 1px #555;
   /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/index/img/misuperdestacado.png');
}


#destacado h1{
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: White ;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 0px;
	padding-left: 4px;
	background-image:url(/index/img/mi_super_destacadotitle.jpg);
	background-repeat: repeat-x;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/yellow.png');*/
}

#destacado[id] h1 {
  /*background-image:url(/images/yellow.png);*/
}

#destacadoContent{
	height: 234px;
	padding: 5px 5px;
	position:relative;

	text-align: justify;
	color: Black;
	font-size:12px; 
	/*font-weight: bold;*/
}

.irMiSd a{
	text-align: right;
	border:solid 1px #555;
	background-image:url(/index/img/misuperDboton.jpg);
	background-repeat: repeat-x;
	width:120px;
	padding-bottom:0px;
	float:right;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: White;
	text-decoration:none;
}

.irMiSd img{
 border: 0;	
}

.irMiSd a:hover{
	color: Black;
	text-decoration:underline;
}

.irMiSd a:visited{
	/*color: #dee6b3;*/
}

.irMiSd a:active{
	color: #dee6b3;
}


.articulo{
	clear: both;
	height:118px;
   /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/75p_white.png');

}
.articulo[class]  {
  background-image:url(/images/75p_white.png);
}

.articuloFoto{
	
	float: left;
	width: 124px;
	border-right:solid 1px #555;
	height: 110px;
	margin: 11px 5px;
	text-align: center;
} 

.articuloContent{
	float: right;
	width: 395px;
	margin: 0px 2px 0px 0px;
	
	text-align: justify;
	font-size:11px; 
	color: #7f7f7f;

/*	text-align: justify;
	font-size:12px; 
	color: #7f7f7f;
	font-weight: bold;*/
	
} 

.articuloContent[class] h2 {
  /*background-image:url(/images/azul.png);*/
}
.articuloContent h2{
	color: #6aa14e ;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	width: 100%;
	margin: 5px 0px 0px 0px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/azul.png');*/
	
}

hr{
	width: 50%;;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	padding: 0px 0px 0px 0px;
	background-color:#bec0bf;
	height:42px;
	width:100%;
}

.SiteInfoPane{
	/*padding-top: 10px;*/
}
#SiteInfoImg{
	padding-top: 0px;
}
#SiteInfoImg, .SiteInfoPane{
	float: right;
}

#siteInfoFont  {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
}


#siteInfoFont a:link {
	color: #ffffff;
}

#siteInfoFont a:visited{
	color: #ffffff;
	font-weight:normal;
	font-size:12px;	
}

#siteInfoFont a:hover{
	color: #CEDCFF;
	text-decoration: underline;
	font-weight:normal;
	font-size:12px;	
}
#siteInfoFont a:active{
	color: #CEDCFF;
	text-decoration: underline;
	font-weight:normal;
	font-size:12px;	
}



#siteInfoFont img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

/*-Mi YQI */

.irMi a{
	text-align: right;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6aa14e;
	border:solid 1px #c7d580;
	background-color:#ccd7b5;
	width:120px;
	padding-bottom:0px;
	float:right;
	background-image:url(/index/img/MIboton.jpg);
	background-repeat: repeat-x;
	color: White;
	text-decoration:none;
	
}
.irMi img{
 border: 0;	
}

.irMi a:hover{
	color: Black;
	text-decoration:underline;
}

.irMi a:visited{
	/*color: White;*/
	
}

.irMi a:active{
	color: #c1d071;
	
}




.cuadrito{
	height:150px;
}

.cuadrito b{
	/*height: 80px;*/
}
.cuadritoContent{
	height:95px;
	width: 100%;
/*			
background-image:url(/index/img/containersMI.jpg);
	background-repeat: repeat-x;*/
}
.cuadritoContent h1{
	font-family: Arial;
	font-size: 15px;
	color: #f79c43;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}


.spiffyHYQIin_content{
	height:120px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

}
.spiffyHYQI{
display:block;
}
.spiffyHYQI *{
display:block;
height:1px;
overflow:hidden;
background:#2b241e;

}
.spiffyHYQI1{
border-right:1px solid #a3a09e;
padding-right:1px;
margin-right:3px;
border-left:1px solid #a3a09e;
padding-left:1px;
margin-left:3px;
background:#605a56;

}
.spiffyHYQI2{
border-right:1px solid #e9e9e8;
border-left:1px solid #e9e9e8;
padding:0px 1px;
background:#534d48;
margin:0px 1px;
}
.spiffyHYQI3{
border-right:1px solid #534d48;
border-left:1px solid #534d48;
margin:0px 1px;
}
.spiffyHYQI4{
border-right:1px solid #a3a09e;
border-left:1px solid #a3a09e;
}
.spiffyHYQI5{
border-right:1px solid #605a56;
border-left:1px solid #605a56;
}
.spiffyHYQI_content{
padding:0px 5px;
background:#2b241e;
} 

/**In*/
.spiffyHYQIin{
display:block;
}
.spiffyHYQIin *{
display:block;
height:1px;
overflow:hidden;

}
.spiffyHYQIin1, spiffyHYQIin1a{
border-right:1px solid #86827e;
padding-right:1px;
margin-right:3px;
border-left:1px solid #86827e;
padding-left:1px;
margin-left:3px;
background:#cac8c6;
}
.spiffyHYQIin2, spiffyHYQIin2a{
border-right:1px solid #403934;
border-left:1px solid #403934;
padding:0px 1px;
background:#d6d5d4;
margin:0px 1px;
}
.spiffyHYQIin3, spiffyHYQIin3a{
border-right:1px solid #d6d5d4;
border-left:1px solid #d6d5d4;
margin:0px 1px;
}
.spiffyHYQIin4, spiffyHYQIin4a{
border-right:1px solid #86827e;
border-left:1px solid #86827e;
}
.spiffyHYQIin5, spiffyHYQIin5a{
border-right:1px solid #cac8c6;
border-left:1px solid #cac8c6;
}
.spiffyHYQIin_content{
padding:0px 5px;
background-image:url(/index/img/containersMI.jpg);
background-repeat: repeat-x;
background-color: #f1f4df;
} 

.spiffyHYQIin1a, .spiffyHYQIin2a,.spiffyHYQIin3a,.spiffyHYQIin4a,.spiffyHYQIin5a{
	background:#ffffff;	
}
.spiffyHYQIin1, .spiffyHYQIin2,.spiffyHYQIin3 ,.spiffyHYQIin4,.spiffyHYQIin5{
	background:#c1d071;	
}
/*,.spiffyHYQIin4a,.spiffyHYQIin5a*/
