/* Lenguaje de Construcci&oacute;n de Documentos de Hipermedia en Redes 
   Practica
	 --------
	 Estilos del sitio web " HeRIS " 
	 Autor:
		Moya Plaza, H&eacute;ctor
*/
		
body {
	font-family: Arial, Helvetica, sans-serif;
	font: small "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	background-color: #EEEEE6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}

p { 
	text-align:justify;
}

a:link { 
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited { 
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: overline;
}

a.enlaceMenuIzq { 
		background: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none; 
	      } 

a.enlaceMenuIzq:hover { 
	background: #E8E8E8; 
	color: #000000;
	text-decoration: none; 			
}

a.enlaceMenuIzq:visited {
	text-decoration: none;
}

a.enlaceTexto {
	color: #000000;
}

a.enlaceTexto:hover {
	color: #000000;
	text-decoration: overline;
}

a.enlaceTexto:visited {
	color: #000000;
}
a.enlacelink{
	color: #000000;
}

a.enlacelink:hover {
	color: #000000;
	text-decoration: overline;
}

a.enlacelink:visited {
	color: #48669F;
}

.textoTablaMenu {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}

.textoInformacion {
	font-size: 12px;
	color: #000000;
}

td.tituloInfo {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	letter-spacing: 10px;
	padding: 3px;
	border-bottom-style:inset;
	border-right-style:inset;
	border-color: #FF9900;
}

.firma {
 color: #FF9900;
}

.textoGris {
	font-size: 11px;
	color: #666666;
}

.formulario { 
	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	border:3px double #ccc;
}
.boton { 
	background-color:#B30000;
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
}
textarea {
	border:3px double #ccc;
	background-color:#fafafa;
}

#disclaimer {
	background-color: #fafafa;
	padding: 1em;
	border: 3px double #ccc;
}
/*************************/
/* Necesario para que se muestre bien los nuevos elementos file agregados */
.file {
	display: block;
}
span a {
	margin-left: 1em;
}
/*************************/
input, textarea {
	border:3px double #ccc;
	background-color:#fafafa;
}
