@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #CCCCCC;
	background-image: url(../media/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	margin-bottom: -8px;
}


input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 20px;
}
.contenido a {
	color: #0099FF;
	text-decoration: underline;
}
.contenido a:hover {
	text-decoration: none;
}
.copyright {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	background-image: url(../media/envioSMS_copyright.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.copyright a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.copyright a:hover {
	color: #666666;
}
.formulario {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
