/* Cuerpo */
BODY
{
    font-size: 10px;
    font-style: normal;
	margin-bottom:0px;
	color: #333333;
	margin-top:0px;
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}
/* Letras */
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.curriculum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight:bold;
}
.cvtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight:bold;
	text-decoration:underline
}
.cvnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.cvnormal1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}
.cvnormal2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.mantenimiento {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	font-weight:bold;
}
.pag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
/* tablas */

.tablecentro {
	background-color:#F7F9FB;
	border-color:#D1DFE2;
	border-width:1px;
	border-style:Solid;
	}
.tablecont {
	background-color:#FFFFFF;
	border-color:#666666;
	border-width:1px;
	border-style:Solid;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	}

.div {
	background:#0066CC;
	height:3px;
	}

/* enlaces */
A.enlaces 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3366CC;
    text-decoration: none;
}
A.enlaces:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
.enlacesb
{
}
.enlacesb A
{
    display: block;
    font-weight: bold;
    font-size: 9px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
    background: url(../images/button.png) no-repeat;
	background-position:center;
    color: #FFFFFF;
	height:20px;
    padding-top:6px;
    text-decoration: none;
}
.enlacesb A:hover
{
    
    display: block;
    font-weight: bold;
    font-size: 9px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
    background: url(../images/button.png) no-repeat;
	background-position:center;
    color: #F2F2F2;
	height:20px;
    padding-top:6px;
    text-decoration: none;
}


/*botones*/
.input { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #333333;
	background-color:#FFFFFF;
	border: #6699CC; 	
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	height: 14px;
	}
.input1 { 
font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #333333;
	background-color:#FFFFFF;
	border: #6699CC; 	
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	height: 18px;
	}
.txtarea { 
	font-family: Lucida Console, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: #6699CC; 	
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}
	.button{
	cursor:pointer;
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	height: 20px;
}
.select { font-family: Verdana, Arial; 
	font-size: 10px; 
	color: #333333;
	border: #E8E2C6; 
	border-style: solid; 
}

.rollover 
{
		scrollbar-face-color:#FCFEFF;
		scrollbar-track-color:#FCFEFF;
		scrollbar-arrow-color:#3366CC;
		scrollbar-3Dlight-color:#cccccc;
		scrollbar-base-color:#F7F9FB;
		scrollbar-shadow-color:#FCFEFF;
		scrollbar-darkshadow-color:#cccccc;
		scrollbar-highlight-color: #cccccc;

}


