/* CSS Document */
a:link, a:visited, a:active { text-decoration: none; color: #003366 }
a:hover { text-decoration: underline; color: #333333 }

input {
border: 1px solid #CC0000;
font-family:Verdana, sans-serif;
font-size: 11px;
font-weight:normal;
}

textarea {
border: 1px solid #CC0000;
font-family:Verdana, sans-serif;
font-size: 11px;
font-weight:normal;
}

body
{
	text-align: center;
	margin: 0px;
	background-color: #CC0000;
}

td{
font-size: 11px;
text-decoration: none;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, san-serif;
}

#contenedor
{
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	overflow: hidden;
	height: 100%;
	background-color: #CC0000;
}

.galcar
{
	color: #CC0000;
	font-family: Georgia, Verdana;
	font-size: 24px;
	font-weight: bold;
}

.texto
{
	font-family: Tahoma, Verdana;
	font-size: 9px;
}