/* ---------- COMÚN ---------- */
body {
	font-family: Arial;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FDFDFD; 
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #FDFDFD;
	scrollbar-arrow-color: #FDFFFD;
	margin:0px; 
	padding:0px;
	background-color: #FFFFFF;
	text-align: center;
}

ul{
	list-style: none;
	font-family:Arial;
	font-size:12px;
}

p{
	font-family:Arial;
	font-size:12px;
}

#todo {
	width:100%;
	height:100%;
}

#principal{
	text-align:left;
}

#cab #baner {
	height: 136px;
	background: url('../img/fondo_baner.jpg') repeat-x;
}

#cab #menu {
	padding:0px;
	padding-top: 4px;
	margin: 0px;
	height: 20px;
	background: url('../img/fondo_menu.jpg') repeat-x;

}

#cab #menu ul {
	margin:0px; 
	padding:0px;
}

#cab #menu li {
	display:inline;
	margin:0px; 
	padding:0px;
}

#cab #menu a {
	margin:0px;
	padding:0px 35px;
	font-size:15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#cab #menu a:hover {
	background: url('../img/puntos.gif') no-repeat;
}
#con {
	height:30%;
	overflow: auto;
	margin: 0px;
}

/* ---------- CONTENEDORES DE DATOS ---------- */

h2{
	font-family:Arial;
	font-weight:bold;
	font-size: 14px;
	border-bottom: 2px dotted black;
}

h3{
	font-family:Verdana;
	font-weight:bold;
	font-size:13px;
	display:inline;
}

h4{
	text-decoration: none;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
}

.volver{
	color:Black;
}

.volver:hover{
	color:Red;
}

.cont_foto{
	width:160px;
	float:right;
	display:block;
	padding-left:5px;
}

.foto{
	padding:3px;
	margin:3px;
	float:right;
	display:inline;
}

.foto_col{
	border:2px solid black;
}

.foto img{
	border:1px solid black;
}

.texto{
	float: left;
}

.texto_col{
	text-align:left;
	display:inline;
}

.h2_izq{
	text-align:left;
}

.texto_col1 p{
	padding-left:8px;
	margin-left:8px;
	text-align:left;
}

.texto_col p{
	padding:0px;
	margin:0px;
	text-align:left;
}

.cuadro{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.curriculums a{
	color:black;
	text-decoration:none;
	font-size:15px;
	font-weight: bold;
	font-family:Arial;
	margin:0px;
}

.curriculums a:hover{
	color:red;
}

.sub_t h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
}

.princi
{
	text-align: justify;
}

