/* CSS Document */

/* GENERALES*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #755f73;
	}
body {
	background-color: #f0efef;
	background-image:url(images/fdo.gif);
	background-repeat:repeat-x;
	margin: 0 auto;
	text-align: center;
}
td{
	text-align:left;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	padding: 2px;
	border:1px solid #ccc;
}

img{border:0px;}

a{
	color: #000;
	text-decoration: none;	
}
a:link{
	color: #000;
	text-decoration: none;	
}
a:visited{
	color: #000;
	text-decoration: none;	
}
a:hover{
	color: #000;
	text-decoration: underline;	
}

h1, h2, .h1, .h2, h3, .h3{
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	color: #ed6900;
	text-align:left;
	font-style:normal;
}
h2, .h2{
	font-size: 18px;
	color: #ed6900;}
	
h3, .h3{
	font-size: 12px;
	color: #800300;}

/* DIVS */
#cabecera {
	margin: 0 auto;
	width: 950px;
}
#menusup li{
	float:left;
	background-image:url(images/btonSup.gif);
	width:131px;
	height:31px;
	list-style-type: none;
	padding-top:20px;
}
#menusup a{
font-weight:bold;
	}

#contenidos {
	clear:both;
	margin: 0 auto;
	width: 950px;
	background-color: #fff;
	background-image: url(images/fdodatos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menulat {
	text-align:left;
	margin: 0 auto;
	padding:10px;
	width: 265px;
	color:#000;
	float:left;
}
#menulat li{
	padding-left: -60px;
}
#menulat li a{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #044a7b;
}
#datos {
	margin: 0 auto;
	width: 625px;
	float:left;
	text-align:justify;
}

#pie {
	clear:both;
	margin: 0 auto;
	width: 950px;
	text-align:right;

}

#busqueda {
	margin: 0 auto;
	background-color: #f4f4f4;
	padding:5px;
	height:100px;
	}

#Men2Black li{
	float:left;
	width:120px;
	list-style-type: none;
	padding-top:5px;
	text-align:center;
	border-left: 1px dotted #fff;

}
#Men2Black a{
font-weight:bold;
color:#fff;
	}

/* CLASES */
.Brleft{border-right: 1px dotted #fff;}
.F4{background:#f4f4f4;}
.BdInf{border-bottom:1px dotted #ccc;}

.errorencampo2{display:none;}
.errorencampo{color:red;float:left;margin-top: 0px;margin-left: 0px; font-weight:bold; display:block;}
.errorbordecampo{border: 1px solid #FF0033;}

.mano{cursor: pointer;}

.linkAzul li{
	list-style-image: url(images/descargar.gif);	
}
.linkAzul a, .linkEnlace a, .linkExpe a{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #044a7b;
}
.linkEnlace li{
	list-style-type: none;	
}
.linkExpe li{
	list-style-image: url(images/experiencias.gif);	
}
a.cabecera_bloque{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #044a7b;
	list-style-image: url(images/descargar.gif);	
}
/* REDONDEAR BORDES */
div#bordeR{ margin: 0 10%;}

b.rtop, b.rbottom{display:block;background: #eaeaea;} /* COLOR DE FONDO*/
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #fff} /* COLOR DE LA CAPA */
	
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;}

.txtgris {
	color: #CCCCCC;
}

.sub{
	padding-left:10px;
	}
.subsub{
	padding-left:20px;
	}
