body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #f3f3f3;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titulo_rojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #8d1115;
}
.textos, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:1.5em;
	color: #333333;
}

.textos_small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height:1.5em;
	color: #333333;
}

.textos_bold_rojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #8d1115;
}

.textos_bold_gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

a {
	color:#8D1115;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

a:hover{
	color:#666666;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

a.email{
	color:#004D85;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
	background:url(../images/link_underline.gif) bottom repeat-x;
	padding-bottom:0.1em;

}

ul {
	list-style:none;
	margin-bottom: 1px;
	margin-top: 6px;
}




/* Form */

fieldset {
	padding:1em 1em 1em;
	border:1px solid #EAEAEA;
	margin-top:2em;
	margin-right:2em;
	background:#F7F7F7;
}

label {
	display:block;
	padding-bottom:0.5em;
	font-weight:bold;
}

input, textarea {
	border:1px solid #CCC;
	padding:0.25em;
	width:20em;
}

textarea {
	width:28em;
	height:5em;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

#submit {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	width:auto;
	background:#e4e4e4 url(../images/nav_bg.gif) bottom repeat-x;
}

input#submit:hover {
	border-color:#8d1115;
}

#footer {
	text-align:center;
	clear:both;
	padding:1em 0 0;
	background:url(../images/footer_hr.gif) repeat-x;
}
