body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ed1c24;
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;}


.fondo_blanco{background-color: #FFFFFF;}
.fondo_negro{background-color: #000000;}
.fondo_sombra_izda {
	background-image: url(../images/fondo_sombra_izda.gif);
	background-repeat: repeat-y;}
.fondo_sombra_decha {
	background-image: url(../images/fondo_sombra_decha.gif);
	background-repeat: repeat-y;}
.fondo_contenido{
	background-image: url(../images/fondo_contenido.gif);
	background-repeat: no-repeat;}


.titulo_seccion{
	font-size: 13px;
	color: #FFFFFF;
	background-position: top;}
.parrafo{
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	text-align: justify;}
.titulo_parrafo{
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;}
.pie{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;}
.pie:hover{
	color: #ed1c24;
	text-decoration: none;}
.correo_electronico{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;}
.correo_electronico:hover{color: #ed1c24;}


.linea_negra {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;}
.linea_vert_ptos {
	background-image: url(../images/linea_vertical_ptos.gif);
	background-repeat: repeat-y;
	background-position: center;}
	

.input {
	font-size : 10px;
	color : #999999;
	padding-left: 4px;
	padding-right: 4px;
	height: 16px;
	width: 150px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FF0000;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF0000;
}