body{
	margin:0px auto;
	padding:0px;
	text-align:center;
	background-image:url('../imagenes/fondo_web.gif');
	background-repeat:repeat-x;
}

.contenedor{
	width:640px;
	margin:0px auto;
	font:12px verdana,arial,helvetica,sans-serif;
	background-image:url('../imagenes/menu_dcha_fondo.gif');
	background-repeat:repeat-y;
	background-position:right;
}

/* Cabecera */

.cabecera{
	background-image:url('../imagenes/fondo_web.gif');
	background-repeat:repeat-x;
}

.cabecera img{
	border:0px;
}

.cabecera_logo_up{
	float:left;
}

.cabecera_cuadro{
	display:none;
}

.cabecera_logo_down{
	float:left;
}

.cabecera_menu{
	display:none;
}

.cabecera_menudcha{
	display:none;
}

/* contenido */

.principal{
	text-align:left;	
}

.texto{
	float:left;
	width:600px;
	color:#039;
	font-size:11px;
}

.portada{
	border-bottom:1px solid #1c85b9;
	margin-bottom:20px;
}

.portada_foto{
	float:left;
	width:291px;
}

.portada_titular{
	float:left;
	width:238px;
	text-align:right;
}

.portada_titular img{
	border:0px;
}

.texto a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.texto a:hover{
	text-decoration:underline;
	color:#a00;
}

.mod_title {
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	background-color: #a00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: left;
}

/* servicios */

.caja_servicios{
	width:263px;
	border:1px solid #EAEAE0;
	float:left;
	margin:0px 10px 10px 0px;
}

.caja_servicios_tit{
	background-color:#EAEAE0;
	font-weight:bold;
	padding:3px 0px 3px 5px;
}

.caja_servicios_texto{
	padding:10px;
	font-size:11px;
}

.caja_servicios_texto img{
	margin:0px 10px 10px 0px;
	float:left;
	width:100px;
}

.caja_servicios_g{
	width:100%;
	border:1px solid #EAEAE0;
	float:left;
	margin:0px 10px 10px 0px;
}

.caja_servicios_g_tit{
	background-color:#EAEAE0;
	font-weight:bold;
	padding:3px 0px 3px 5px;
}

.caja_servicios_g_texto{
	padding:10px;
	font-size:11px;
}

.caja_servicios_g_texto img{
	margin:0px 10px 10px 0px;
	float:left;
	width:100px;
}

ul{
	margin:0px auto;
	padding:0px;
	list-style-type: none;
}

ul li{
	margin:0px auto;
	padding:3px 0px 3px 20px;
	background-image:url('../imagenes/senalador.gif');
	background-repeat:no-repeat;
	background-position:10px 8px;
}

/* pie */

.pie{
	clear:both;
	color:#999;
	border-top:1px solid #000;
	font-size:11px;
	padding:10px 0px 10px 0px;
	margin-top:15px;
}

.pie a{
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

.pie a:hover{
	color:#000;
	text-decoration:underline;
}

/* derecha */

.menu_dcha{
	display:none;
}

/* varios */

.foto_right{
	float:right;
	margin:0px 0px 10px 10px;
}

.cleaner{
	clear:both;
}

h1{
	display:inline;
}

hr{
	border:0px;
	height:1px;
	background-color:#a00;
	color:#a00;
}

.text_right{
	text-align:right;
}

.no_imprimir{
	display:none;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Formularios --------------------------- */

.row {
  	clear: both;
  	padding-top: 5px;
  }
  
.concept {
	width: 170px;
  	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
  }
  
.form {
  	float: left;
	text-align: left;
	font-size:10px;
  }
  
FORM {
	margin: 0px;
}

input, textarea {	
	font-size: 11px; color: #000; background-color: #f8dcd5; border: 1px solid #a00;
}

select {
	font-size: 10px; color: #000; background-color: #f8dcd5; border: 1px solid #a00;
}

.mod_button {	
	font-size: 11px; font-weight: bold; color: #f8dcd5; background-color: #a00; border: 1px solid #000;
	cursor: pointer;
} 

.mod_check {	
	background-color: transparent; border: 0px;
}
