@charset "utf-8";
body {
	text-align: center;
	font-size: 11px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

h1 {
	margin: 0px;
	font-size: 14px;
	color: #CC0000;
	text-align: center;
	padding-top: 20px;
}
p {
	margin: 0px;
	font-size: 11px;
}
p.titulo {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p.gracias {
	color: #000000;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
}


.cajatexto {
	border: 2px solid #333333;
	font-size: 12px;
	background-color: #F3F3F4;
}
#container {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(img/p1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-top: 110px;
	padding-bottom: 30px;
}
div.contenido {
	padding-top: 50px;
}

table.formulario {
	margin-right: auto;
	margin-left: auto;
}
.rojo {
	color: #000000;
}
.tpequeno {
	font-size: 10px;
}

.formulario a {
	color: #000000;
}
.formulario a:hover {
	color: #A60000;
	text-decoration: none;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.enviar {
	color: #FFFFFF;
	background-color: #B91F09;
	font-size: 18px;
	border: 4px solid #B91F09;
	font-weight: bold;
}
.enviar:active {
	background-color: #721305;
	border: thin solid #570F04;
}
.carga {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
}
.imagen {
	border: 1px solid #333333;
}
#container2 {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(img/p1b.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-top: 110px;
	padding-bottom: 30px;
}
