
/* enlaces normales */
a:link {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-style: normal; 
 color: #004287; 
 text-decoration: none; /* enlaces sin subrayado */
}

/* enlaces visitados */
a:visited {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-style: normal;
 color: #004287; 
 text-decoration: none;
}

/* enlace activo (momento en el q se pincha */
a:active { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-style: normal;
 color: #004287; 
 text-decoration: none;
} 

/* enlace (Cuando el raton está encima de ellos */
a:hover {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-style: normal;
 color: #004287; 
 text-decoration: underline; 
}

td { font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-style: normal;
 color: #004287; 
 text-decoration: none; 
} 

img {
 border:0; 
}

/* clase para modificar el textarea que visualiza el titulo de las imagenes*/
.estiloinput{
	border: 0px;
	background-color: transparent;
	overflow: hidden;
	font-size: 13px;
	text-align:center; /* para centrar dentro del cuadro de texto*/
}

.estilotextocamadas{
	font-size: 16px;
	text-align:center; /* para centrar dentro del cuadro de texto*/

}

.linkstd {
 border-bottom:1px solid #000033;
 padding: 5px;
 background-color: #004287;
 color: #ffffff
}
.leftnav {
 border:1px solid #000033;
 background-color: #004287;
}


.rightmain {
 border:1px solid #000033;
 background-color: #ffffff;
}

.pnormal {
 font-size: 14pt; 
 font-family: Amaze;
}

.pnormalc {
 font-size: 11pt; 
 font-family: Amaze;
 line-height: 18pt;
}

a.mainlinks:link {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-style: normal; 
 color: #004287; 
 text-decoration: underline;
}
a.mainlinks:visited {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-style: normal;
 color: #004287; 
 text-decoration: underline;
}
a.mainlinks:active { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-style: normal;
 color: #004287; 
 text-decoration: underline;
} 
a.mainlinks:hover {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-style: normal;
 color: #004287; 
 text-decoration: underline overline; 
}

.footer {
 color: #ffffff;
 border:1px solid #000033;
 background-color:004287;
}

H1 {
	font-size: 30px;
	color:  #00987;
	font-style: bold;
	text-decoration:underline;
}
