body {
	height:100%;
	margin:0;
	background-color: #FFFFFF;
	scrollbar-face-color: #EEEEEE;  
    scrollbar-arrow-color: #666666; 
    scrollbar-track-color: #FFFFFF;
}

.textocontenido {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

	a.textocontenido:link {
		font-family: Arial;
		font-size: 11px;
		color: #666666;
		font-weight: normal; 
		text-decoration: none;
	}

	a.textocontenido:hover {
		font-family: Arial;
		font-size: 11px;
		color: #B50715;
		font-weight: normal;
		text-decoration: none;
	}

	.textocontenido#justif {
  		text-align:justify;
	}

.textoblanco {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

	a.textoblanco:link {
		font-family: Arial;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: normal; 
		text-decoration: none;
	}

	a.textoblanco:hover {
		font-family: Arial;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration: underline;
	}

.textotitulo {
	font-family: Arial;
	font-size: 12px;
	color: #B50715;
	font-weight: bold;
	text-decoration: none;
}

.input {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	border: 1px solid #AAAAAA;
	width: 160px;
	height: 15px;
}

.input2 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	border: 1px solid #AAAAAA;
	width: 230px;
	height: 120px;
}

.boton {
	color: #666666;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	font-family: Arial;
	font-size: 11px;
	width: 50px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
