/***********BODY***********/
body {
	background-image: url(../imagenes/naranja.jpg);
 	background-repeat: repeat-x;
 	background-color: #dcdbda;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 0px;
 	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/**************************/
/**************************/
#contenedor{
	width:968px;
}
#divgenerico{
	width:100%;
	float:left;
}
/**************************/
/********CABEZAL***********/
.cabezal{
	background-color:#FFFFFF;
}

#logo{
	width:207px;
	float:left;
}

#textocabezal{
	width:761px;
	float:left;
}
/*************************/
/******MENU*SUPERIOR******/
#mimenu{
	background-image: url(../imagenes/fondod.jpg);
	background-repeat: repeat x;
	width: 100%;
	height: 30px;
	float: left;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	background-image: url(../imagenes/fondod.jpg);
	background-repeat: repeat x;
	/*background-color: #333;*/
	list-style: none;
	/*font-family: Arial; */
	font-size: 12px;
	/*font-weight: bold;*/
	width: 100%;
	height: 30px;
	float: left;
}

#menu ul li {
	display: inline;
	height: 30px;
}

#menu ul li a:link, #menu ul li a:visited {
	background-image: url(../imagenes/fondod.jpg);
	background-repeat: repeat x;
	color: #411101;
	/*padding: 5px 15px;*/
	float: left;
	text-decoration: none;
	display: block;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
}

#menu ul li a:hover, #menu ul li a:active{
	color: #900;
	background-image: url(../imagenes/over.jpg);
	background-repeat: repeat x;
	color:#F9F9F9;
	/*background-color: #CCC;*/
	/**/
}
/*************************/
/*********MEDIO***********/

.zonamedia{
	background-color:#371901;
}

#busqueda{
	width:209px;
	float:left;
	overflow:hidden;
}
/*****fotmulario de busqueda*/
#con_f_busqueda{
	width:210px; 
	text-align:left; 
	height:340px; 
	color:#FFFFFF; 
	/*font-size:11px;*/
}
#top_f_busqueda{
	padding-left:11px;
	width:199px;
	padding-top:6px;
	height:23px;
	float:left;
	background-image: url(../imagenes/buscador_top.jpg);
}
#centro_f_busqueda{
	width:100%;
	height:293px;
}
#centro_iz_f_busqueda{
	width:9px; 
	height:293px; 
	background:url(../imagenes/buscador_iz.jpg) no-repeat; 
	float:left;
}
#centro_ce_f_busqueda{
	width:192px; 
	height:293px; 
	background:url(../imagenes/buscador_centro.jpg) repeat-x; 
	float:left;
}
#fila_f_busqueda{
	width:100%;
	margin-top:10px;
	float:left;
}
#fila_contenido1_f_busqueda{
	margin-left:2px; 
	width:82px; 
	float:left;
}
#fila_contenido2_f_busqueda{
	width:97px; 
	height:22px; 
	background:url(../imagenes/backimputs.jpg) repeat-x; 
	float:left; 
	text-align:center;
}
#centro_de_f_busqueda{
	width:9px;
	height:293px; 
	background:url(../imagenes/buscador_de.jpg) no-repeat; 
	float:left;
}
#botton_f_busqueda{
	width:100%; 
	height:18px; 
	background:url(../imagenes/buscador_botton.jpg) no-repeat; 
	float:left;
}
/****************************/

#area_trabajo{
	float:left;
	width:758px;
	min-height:340px;
	overflow:hidden;
	background-color:#FFFFFF;
}

.texto_medios {
	/*font-size: 11px;*/
	color: #000000;
	padding:0px 20px 20px 15px;	
}

#three_col_col1 {
	padding: 0px 0 0 0;
	float:left;
	width:322px;
	height:136px;
	overflow:hidden;
	float:left;
	background:url(../imagenes/fondohighlights1.jpg) no-repeat right center;

}

#three_col_col2 {
	float:left;
	width:646px;
	height:136px;
	overflow:hidden;
	background-color:#FF6F00;
}

#three_col_col3 {
	float:left;
	width:322px;
	height:136px;
	overflow:hidden;
	float:left;
	background:url(../imagenes/fondohighlights3.jpg) no-repeat right center;
}

/*************************/
/**********PIE************/
.pie{
	height:100px;
	background-color:#FFFFFF;
	background:url(../imagenes/fondodelpie.gif) no-repeat right center;
}
/*************************/
/*********LINKS***********/

a.linkpaginacion:visited, a.linkpaginacion:link, a.linkpaginacion:active{
	color:#CCCCCC;
}
a.linkpaginacion:hover{
	color:#FF9900;
	text-decoration:none;
}

/*************************/

