body{
	background:#FFF url('../img/estructura/bg_principal.jpg') repeat-x;
}

br{
	line-height:10px
}

ul{
	margin-top:0px;
	margin-left:15px;
	padding-left:5px;
}


/* ========== ESTRUCTURA TEMPLATE ========== */

.contenedor_seccion{
	padding:15px 10px 15px 10px;
}

.bottom_separador{
	background: url('../img/estructura/separador_verde.gif') repeat-y center center;
}

.sombra_izquierda{
	background:none url('../img/estructura/sombra_izquierda.jpg') repeat-y; 
	filter: alpha(opacity=10); 
	opacity: .1
}

.sombra_derecha{
	background:none url('../img/estructura/sombra_derecha.jpg') repeat-y; 
	filter: alpha(opacity=10); 
	opacity: .1
}


.contenido_separador{
	background: url('../img/estructura/separador_azul.gif') repeat-y center center;
}

/* ========== ESTRUCTURA CONTENIDOS =========== */



/* ========== TEXTOS ========== */

.etiquetas_form{
	font:400 11px Arial;
	color:#878787;
	text-align:right;
}

.txt_bottom_naranja{
	color:#F28300;
	font: 400 11px Arial;
}

.txt_contenido{
	color:#878787;
	font: 400 11px Arial;
}

.error{
	font:400 11px Arial;
	color:#FE8400;
}


#LAYER_PAGINATION{
  color: #F48106;
  font: 400 14px Arial;
  font-weight: bold;
}

#LAYER_PAGINATION a{
 color: #0759a3;
 text-decoration:underlined;
}

.parrafo_popup
{
 padding-left:15px;
 width:630px; 
 color:#878787;
 font:400 11px Arial;
}

.contacto
{
 font-size: 11px;
 color: #0759A3;
 font:400 11px Arial;
}

.contacto_input
{
 font-size: 11px;
 color: #0759A3;
 border: 1px solid #ABC9DE;
 font:400 11px Arial;
}

#menuInterior
{
 background-color: #9CBDD6;
 }

#menuInterior a
{
 font:400 11px Arial;
 font-weight:bold; 
 color: white;
 text-decoration: underline;
}

#menuInterior a:hover
{
  color: #0759A3; 
}

.boton_contacto
{
 color: #0759A3; 
 border: outset 1px #ABC9DE;
 background-color: white;
 
}
/* ========== FORMULARIOS ==========*/

.menusup a
{
 font-weight:bold; 
 color: white;
 text-decoration: underline;
}

.menusup a:hover
{
  color: #0759A3; 
}



/* ========== LINKS ========== */

.parrafo_popup a
{
 font-weight:bold; 
 color: #0759A3;
 text-decoration: none;
}

.parrafo_popup a:hover
{
  color: #F29221; 
}


/* ========== BOTONES ====== */

.myform {}
.myform tr tr { position:relative;}
label.error { display:block; color:#F00; font-size:11px;}

/* CLEARING
---------------------------------------------------*/
.clear { clear:both;}
.clearfix:after {content: "."; display:block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
