/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0;
	background-image: url(../graficos/Fondo_Top_scroll.jpg);
	background-repeat: repeat-x;
}





a:link {
	color: #990000;
	text-decoration: underline
}
a:visited {
	color: #990000;
	text-decoration: underline
}
a:active {
	color: #990000;
	text-decoration: underline
}
a:hover {
	color: #FF0000;
	text-decoration: underline
}



h1 {
	font-size: 10px;
	font-weight: normal;
	color: #CFCFCF;
	line-height: 10px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}




.Tabla_Global {
	background-image: url(../graficos/Fondo.jpg);
	background-repeat: no-repeat;
}

input {
	border: 1px solid #000000;
	background-color: #FFE6E6;
	margin-bottom: 5px;
}



textarea {
	border: 1px solid #000000;
	background-color: #FFE6E6;
}
