/*Estilos Directos a Tags*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
*{ padding: 0; margin: 0; font-family:  Arial, Helvetica, sans-serif; line-height: normal; }

img{
	
	-ms-interpolation-mode: bicubic;
}

html{
	
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body{
	
	background: #df7cad url("../imagenes/fondo_principal.png") repeat-x;
	font-size: 13px;
	height: 100%;
}

/*Estilos Generales*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
a{ text-decoration: none; color: #8C5694; }

a:hover{ text-decoration: underline; }

textarea{ font-size: 12px; }

.example{ color:#666; } 
.not_example{ color:#c6c; }
.case{ margin-bottom:10px;border:1px solid #999;padding:0 10px;background:#fff; }

input[type="button"], input[type="submit"]{
	
	min-width: 120px;
	background-color: #8C5694;
	color: white;
	border: none;
	font-size: 11px;
	padding: 3px 0px;
	cursor: pointer;
	text-align: center;
}

.clear{ clear: both; }

#opaque{
	
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
	background-color: black;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/*Cintilla*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#cintilla{
	
	height: 80px;
	position: absolute;
	left: 0px;
	background-image: url("../imagenes/fondo_cintilla.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	width: 100%;
	min-width: 850px;
}

#cintilla img.remate{
	
	float: right;
	margin-top: 26px;
}

#cintilla #banner{
	
	margin: 0 auto;
	text-align: center;
	margin-top: 28px;
	margin-left: 54px;
}

/*Estructura*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

#wrapper{ 
	
	width: 909px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	background-image: url("../imagenes/fondo_wrapper.png");
}

/*Header*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

#header{
	
	height: 198px;
	padding-top: 79px;
	background-image: url("../imagenes/fondo_header.png");
}

#header img.header{ margin-left: 20px; margin-bottom: 0px; }

#header img.logo{
	
	margin-top: 10px;
	float: right;
}

/*Info*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

#cuerpo{ 
	
	min-height: 450px;
	margin: 0px 4px;
}

#banner_inferior{
	
	margin-top: 20px;
}

/*Footer*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

#clear{ clear: both; background: none; }

#push{
    
	height: 80px;
	margin: 0 auto;
}

#footer{
	
	margin: 0 auto;
	height: 47px;
	color: white;
	font-size: 11px;
	width: 889px;
	background: #DF7CAD;
	background-image: url("../imagenes/fondo_footer.png");
	padding-top: 33px;
	padding-right: 20px;
	text-align: right;
}

#footer ul#menu_inferior{
	
	float: left;
	margin-left: 20px;
}

#footer ul#menu_inferior li{
	
	display: inline;
	padding-right: 10px;
}

#footer ul#menu_inferior li a{
	
	color: white;
}

#buscador{ padding: 5px; }

#buscador input{ width: 100% }

#buscador li{
	
	color: #8C5694;
	font-weight: bold;
	margin-right: 5px;
}