  /******************************************************************************************************************************************************/
 /*                                                                              GENERALES                                                             */
/******************************************************************************************************************************************************/
 
body {
	
	margin: 0px 0px 0px 0px;
	background-position:top center; 
	background-repeat:no-repeat;
}						

img {  
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

div {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

#contenedor {
	/*float:left; comentar para centrar la pagina*/
	width:930px; 
	height: 400px;
	border:0px solid #f0f; 
	text-align:left;
}

#menu {
	float:left; 
	width:100%; 
	text-align:left;	
}


#contenido {
	float:left; 
	width:100%; 
	text-align:left;
}

#pie {
	float:left; 
	clear:both; 
	width:100%; 
	text-align:left;
	margin-top:18px;
}

.fondo_naranja { background-color:#FBBF00; }

.fondo_naranja_pastel { 
	 /*background-color:#fff8e5; */
	 background-image:url(../imagenes/comunes/fondo_naranja_pastel.png); 
	 background-position:top left; 
	 background-repeat: no-repeat;
}

.degradado_naranja {
	 float:left;
	 width:454px;
	 height:29px; 
	 padding-top:0px; 
	 background-image:url(../imagenes/comunes/fondo_degradado_naranja.jpg); 
	 background-position:top left; 
	 background-repeat:repeat-x;
}

.degradado_negro {
	 float:left;
	 width:355px;
	 border: 1px solid #000000;
	 text-align:center;
	 height:27px; 
	 padding-top:0px; 
	 background-image:url(../imagenes/comunes/fondo_degradado_negro.jpg); 
	 background-position:top left; 
	 background-repeat:repeat-x;
}

.borde_ocre  { border: 1px solid #A98B00; }
.borde_naranja  { border: 1px solid #FBBF00; } 

.titular_rosa_vientos {
	float:left; 
	width:100%; 
	border-bottom: 1px solid #FBBF00; 
	background-image:url(../imagenes/comunes/rosa_vientos_1.gif); 
	background-repeat:no-repeat; 
	background-position:bottom right;
}

.borde_inf_naranja {border-bottom: 1px solid #FBBF00;}

.borde_inf_gris {border-bottom: 1px solid #ccc;}
	




  /*******************************************************/
 /*                       MENU                          */
/*******************************************************/
.elemento_menu_g_portada { 
	float:left; 
	width:153px; 
	height:192px; 
	background-position:top left; 
	background-repeat:no-repeat; 
	text-align:center;
}

.elemento_menu_p { 
	float:left; 
	width:90px; 
	height:25px; 
	text-align:center;
	border-right:1px solid #000;
}

.elemento_menu_g{ 
	float:left; 
	width:152px; 
	height:25px; 
	text-align:center;
	border-right:1px solid #000;
}





  /*******************************************************/
 /*                 BARRA DERECHA                       */
/*******************************************************/
.barra_derecha {
	float:left; 
	width:357px; 
	background-image:url(../imagenes/comunes/fondo_barra_der.jpg); 
	background-position:topleft; 
	background-repeat:no-repeat; 
}
