body,td,th {
	color: #FFFFFF;
}
html, body {margin:0px;height:100%}
a {
	text-decoration: none;
	color: #125DD3;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #710b0c;
	background-image: url(grafic/fondo.jpg);
	background-position: 50% 90%;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-size: 12px;
}

.recuadroHome {
	font-weight:normal;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:30px;
	background-image:url(grafic/bg_aplha.png);
	padding:3px;
}

.marcoImagen {
	width:529px; 
	height:361px; 
	padding-left:10px; 
	padding-right:10px; 
	padding-top:24px; 
	background-image:url(grafic/marco.png);
	background-position:center;
	background-repeat:no-repeat;
}

.marcoForm {
	border: 2px solid #DF9D2C;
	background-color: #EEB9C2;
	filter: alpha(opacity=50);
	opacity: .8;
}
