html{
	height:100%;
	width: 100%;

}

body {
	width: 1000px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background:#ddd;
	margin: auto;
 	/*color: #382779;	*/
	color: #29166f;
}


a:link
{
	color: #29166f;
}
a:visited
{
	color: #29166f;
}
a:hover, a:active
{
	color: #bbb1e0;
}



#banner1{

	/*background: #ee0000;*/
	background: #ddd  url('../img/nuevo_header.png') top repeat-y;
	height: 110px;
	margin-left: 1px; //arreglo, si no le pongo esto la cabecera se iba un puto pixel :-/
}

#banner1b{
	height: 5px;
	background: #ff0000 url('../img/aurora_2hr.png') top no-repeat;
}

#banner2{
	background: #ddd url('../img/aurora_2.png') top repeat-y;
	/*background: #ee0000;*/
	height:10px;
}

#banner3{
	background: #ddd url('../img/sepa1.png') top repeat-y;
	/*background: #ee0000;*/
	height: 20px;
	padding-left: 55px;
	padding-top: 2px;
}


#medio2{

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
       min-height: 380px;          /* para IE7, firefox, safari, opera */

	background: #ddd url('../img/aurora_2.png') top repeat-y;
	/*background: #ff0000;*/
	padding-left: 32px;




	}


#col3{

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
        min-height: 380px;          /* para IE7, firefox, safari, opera */

	width: 181px;
	background: #fff;
	float: left;

	
}

#medio_mini{

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
        min-height: 380px;          /* para IE7, firefox, safari, opera */

	border: solid #000000 0px;
	width:14px;
	background: url('../img/mini2.png') top repeat-y;
	float: left;
	
	

}

#medio_der2{

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
        min-height: 380px;          /* para IE7, firefox, safari, opera */

	width:156px;
	background: #fff;
	float: left;
	padding-right:22px;
	

}

#medio_der{

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
        min-height: 380px;          /* para IE7, firefox, safari, opera */

	width:735px;
	background: #fff;
	float: left;
}



#medio_der_body_mediano{
	text-indent: 0px; 
	text-align: justify;

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
        min-height: 380px;          /* para IE7, firefox, safari, opera */

	width:690px;
	background: #fff;
	float: left;
	font-family: arial;
	padding-left:22px;
	padding-top:19px;
	padding-bottom:10px;	

}

#medio_der_body_mediano_examples{
	text-indent: 0px; 
	text-align: justify;

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
        min-height: 380px;          /* para IE7, firefox, safari, opera */

	width:890px;
	background: #fff;
	float: left;
	font-family: arial;
	padding-left:22px;
	padding-top:19px;
	padding-bottom:10px;	


}



#medio_der_body_carlos{
	text-indent: 0px; 
	text-align: justify;

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
        min-height: 380px;          /* para IE7, firefox, safari, opera */

	width:900px;
	background: #fff;
	float: left;
	font-family: arial;
	padding-left:22px;
	padding-top:19px;
	padding-bottom:10px;	


}


#medio_der_body_peque{
	text-indent: 0px; 
	text-align: justify;

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
        min-height: 380px;          /* para IE7, firefox, safari, opera */

	width:205px;
	background: #fff;
	float: left;
	font-family: arial;
	padding-left:22px;
	padding-top:19px;
	padding-bottom:10px;	


}






#medio_der_body_mediano_left{
	text-indent: 0px; 
	text-align: left;

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 380px;              /* para IE5 and IE6 */
       min-height: 380px;          /* para IE7, firefox, safari, opera */

	width:540px;
	background: #fff;
	float: left;
	font-family: arial;
	padding-left:22px;
	padding-top:19px;
	padding-bottom:10px;	


}

#medio_der_body_big{
	text-indent: 15px; 
	text-align: justify;

	height: auto!important;     /* para IE7, firefox, safari, opera hack */
	height: 400px;              /* para IE5 and IE6 */
       min-height: 400px;          /* para IE7, firefox, safari, opera */

	width:580px;
	background: #fff;
	float: left;
	font-family: arial;
	padding-left:2px;
	padding-top:10px;
	padding-bottom:10px;	
}




#medio_der_top{   
	height:60px;  
	width:550px;  
	background: #fff; 
	float: left;  
	padding-top: 22px; 
}


#footer3{
	/*TESTING margin-top:1px;*/
	background: #ddd url('../img/aurora_footer.png') top no-repeat;
}

table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: inset inset inset inset;
	border-color: rgb(140, 198, 51) rgb(140, 198, 51) rgb(140, 198, 51) rgb(140, 198, 51);
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	border-style: none none none none;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	border-style: none none none none;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}



.truco{
	clear: both;
}



.letrasmenu{
	font-family: verdana;
	font-size: 9px;
	color: black; 
}




