@charset "utf-8";
/* CSS Document */

body{
	background:url(../img/interfaz/bkg_principal.jpg) repeat-x;
	background-color:#ffff99;
	font-family:"Century Gothic", Arial;
}



#principal{
	width:873px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}


#logo{
	width:873px;
	height:121px;
	overflow:hidden;
}







#contenido{
	width:873px;
	overflow:hidden;
	text-align:left;
}
#contenido_izq{
	float:left;
	width:239px;
}
#contenido_der{
	float:right;
	width:626px;
}








#pie{
	background:url(../img/interfaz/bkg_pie_sombra.jpg) no-repeat top center;
	width:100%;
	height:100%;
	background-color:#5CE6FF;
	overflow:hidden;
}
#pie a{
	display:block;
	color:#000000;
	width:auto;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}
#pie ul{
	width:873px;
	height:15px;
	overflow:hidden;
	font-size:12px;
	margin:0 auto;
	margin-top:40px;
}
#pie li{
	display:block;
	float:left;
	height:15px;
	width:116px;
}
#pie li a{
	font-size:10px;
}
#pie .pie_separador{
	/*border-left:#000000 solid 1px;*/
	width:10px;
}
#pie img{
	display:block;
	width:140px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
#pie p{
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.copyright{
	font-size:10px !important;
	font-weight:normal !important;
}
.copyright a{
	width:auto !important;
	height:auto !important;
	font-size:10px !important;
	display:inline !important;
	font-weight:normal !important;
}


.red_social{
	display:inline !important;
}
.red_social img{
	width:39px !important;
	height:37px;
	display:inline !important;
	margin:0 !important;
}

/*
	CLASES VARIAS -------------------------------------------------------------------------------------------------------------
*/
.flotar_izq{ float:left;}
.flotar_der{ float:right;}

.visible{ display:inherit !important;}
.oculto { display:none !important;}

.color_presionado{ 	border:#FF00A8 solid 3px;}
.color_simple{ 	border:#5CE6FF solid 3px;}

