
.cambio {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px;
	color: Black;
}

.nocambio {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px;
	color: #003366;
}

.bordeada{
	border: medium solid #003366;
}
span.enlaceanterior{
	text-align: right;	
}

span.enlaceposterior{	
	text-align: left;
}

.meses{
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica;
	text-align: right;
}


.txt_correcion{
	color: #A0A0A0;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica;
	text-align: left;
}

.mesessel{
	color: #CC3366;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica;
	text-align: right;
}

a{
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica;
	text-align: left;
	/*text-decoration: none;*/
}


a.none{
	color: #003366;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	text-align: left;
	text-decoration: none;
}

a.none:hover{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	text-align: left;
	text-decoration: none;
}


.Fecha{
	color: #778899;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
}


.Titulo{
	color: #A62E2E;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
}

A.Titulo:active{
	color: #A62E2E;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
}

A.Titulo:hover{
	color: #A62E2E;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
}

A.Titulo:link{
	color: #A62E2E;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
}

A.Titulo:visited{
	color: #A62E2E;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
}


.textogeneral {
	color: #003366;
	font-size: 14px;
	font-family: Arial, Helvetica;
   font-weight: bold;	
}

.textogeneral2 {
	color: #003366;
	font-size: 10px;
	font-family: Arial, Helvetica;
}

.fechaenbuscar {
	color: #003366;
	font-size: 12px;
	font-family: Arial, Helvetica;
    font-weight: bold;	
}


A.textogeneral2 {
	color: #003366;
	font-size: 10px;
	font-family: Arial, Helvetica;
}


.textogeneralva {
	color: #03366;
	font-size: 14px;
	font-family: Arial, Helvetica;
   font-weight: bold;
	font-style: italic;	
}
.textogeneral1 {
	color: #03366;
	font-size: 14px;
	font-family: Arial, Helvetica;
   font-weight: bold;
}
.textogeneral2 {
	color: #03366;
	font-size: 14px;
	font-family: Arial, Helvetica;
}
A.textogeneral {
	color: #A62E2E;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
}

.Nombre{
	color: #A62E2E;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: normal;
}

A.Nombre:link{
	color: #A62E2E;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: normal;
}

A.Nombre:hover{
	color: #A62E2E;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: normal;
}

A.Nombre:active{
	color: #A62E2E;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: normal;
}

A.Nombre:visited{
	color: #A62E2E;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: normal;
}


.Titulacion{
	color: Black;
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: normal;
}

.Experto{
	color: Black;
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.TfnoFax{
	color: Black;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.Mail{
	color: Black;
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-decoration: underline;

}

.texto{
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #003366;
}

.t{
	font-size: 10px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #003366;
}

.button {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	border-top: 1px solid white;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid white;
	text-align: center;
	min-width: 45px;
	text-transform: uppercase;
	background-color: #003366; 
	color: #ffffff;
	height: 20px;
}

.button:link { 
	background-color: #003366; 
	color: #FFF;
	text-decoration: none;
	}
.button:visited {
	background-color: #003366; 
	color: #fff;
	text-decoration: none;
	}
.button:hover { 
	background-color: #003366; 
	color: red;
	border-color: black white white black;
	text-decoration: none;
	}

.button:active {
	background-color: #369; 
	color: #ccc; 
	text-decoration: none;
}

td{
	/*background-color:#D7D7D3;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}

.tdfondoblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#FFFFFF;	
}

input {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px;
	color: #003366;
	height: 17px;
	/*width: 64px*/
}

select {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 12px;
	color: #003366;
	
}

textarea {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 12px;
	color: #003366;
	/*width: 64px*/
}

.oculta{
	display:none;
}
	
.visible{
	display:block;
}

.paginacion{
	font-family: 	verdana;
	font-size: 		11px;
	color:			#003366;
}

td.piecorreo {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	border-top: 1px solid white;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid white;
	text-align: center;
	min-width: 45px;
	text-transform: uppercase;
	background-color: #003366; 
	color: #ffffff;
	height: 20px;
}


td.par {
	background-color: "#ffffff"; 
}

td.impar {
	background-color: "#f1f5f8"; 
}
