/*LAYOUT DE LA PAGINA*/
body{
	text-align:center;
	margin-top:0px;
	font:11px verdana,arial,sans-serif;
	color: #666;
	background:#eee;
}
#todo{
	margin:0px;
	width:760px;
	background: #FFF;
	padding:0px;
	text-align:left;
	border:1px #999 solid;
	background-image: url(/i/fondo.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
}
#menu{
	width:176px;
	float:left;
	padding-left:0px;
}
#logo{
	background:#fff;
	width:176px;
}
#textomenu{
	border-top:1px #999 solid;
	margin-right:1px;
	width:175px;
	padding-left:0px;
	height:400px;
}
#contenidos{
	width:408px;
	float:left;
	margin-right:1px;
}
#derecha{
	float:left;
	width:175px;
	height:370px;
	background-image: url(/i/fondoderecha.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}
#derecha form{
	padding:10px;
}
#derecha p{
	padding-left:10px;
	padding-top:2px;
}
#indexcentral{
	float:left;
	width:408px;
}
#derechaindex{
	float:left;
	width:173px;
	height:250px;
	background-image: url(/i/fondoderecha.gif);
	background-position:0px 177px;
	background-repeat:repeat-x;
}
#cabecera{
	float:left;
	text-align:right;
	background:#2A3C88;
	color:#fff;
	height:32px;
	width:584px;
	background-image: url(/i/fondocabecera.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#detalles{
	float:left;
	color:#fff;
	height:170px;
	width:584px;
	border-bottom:1px #999 solid;
}
#detallesindex{
	text-align:right;
	background:#f33;
	color:#fff;
	height:177px;
	width:408px;
	background-image: url(/f/foto.jpg);
	border-bottom:1px #999 solid;
}
#seccion{
	float:left;
	text-align:right;
	background:#D4DEEA;
	color:#fff;
	height:36px;
	width:584px;
	border-bottom:1px #999 solid;
}
#seccionindex{
	text-align:right;
	background:#D4DEEA;
	color:#fff;
	height:158px;
	width:408px;
	border-bottom:1px #999 solid;
}
.indentado{
	margin-left:15px;
	width:300px;
}
/*CONTENEDORES*/
#textocontenidos{
	padding:5px 10px;
}
#textoderecha{
	padding:5px;
}
/*REDEFINICIONES*/
.bocadillo{
	font-size: 9px !important;
}
.bocadillo a{
	font-weight: bold;
	color:#2A3C88;
}
img{
	border:0px;
	padding:0px;
	margin:0px;
}
th{
	text-weight:bold;
	height:30px;
}
tbody td{
	padding-left:20px;
}
a{
	text-decoration:none;
	color:#B31A85;
}
h4{
	padding:-50px;
}
#textocontenidos object{
	border-bottom:0px;
}
/*IMAGENES MENU*/
#textomenu img{
	border:0px;
	border-bottom:1px #999 solid;
	margin:0px;
	padding:0px;
}
/*IMÁGENES CABECERA*/
#cabecera img{
	padding-left:20px;
	padding-right:20px;
	padding:4px 30px 3px;
}
/*IMÁGENES DERECHA*/
.foto {  
	border: 1px solid #023E84;
}

.fotoderecha{
	text-align:center;
	margin-top:5px;
}

/*NOTICIAS INDEX*/
.noticia{
	padding:3px;
	font-size:10px;
}
.fechaindex{
	color:#B31A85;
}
.tituloindex a{
	color:#283C84;
	font-weight:bold;
}
.subtituloindex{}
#ultimasnoticias{
	padding-top:5px;
}
/*FORMULARIOS*/
.inputbox{
    border:1px solid #6E6E6E;
}

.inputbox:focus{
    border:1px solid #000000;
}

.inputbox:blur{
    border:1px solid #6E6E6E;
}

.combobox {
    border-left: 0px solid #333333;
    border-top: 0px solid #333333;
    border-right: 0px solid #333333;
    border-bottom: 0px solid #333333;
}

.formulariocvs{
	margin-top:5px;
	width:400px;
}
.labelcampoformcvs{
	padding:4px;
	text-align:left;
	width:100px;
	float:left;
}
.campoformcvs{
	width:300px;
	text-align:left;
	
}

.noticia{
	clear:both;
	padding-top:2px;
}
