BODY {
	font : 8pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #242424;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align: center;
	background-color: #320000;
	background-image: url(ima/fondo.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #3F7DE3;
}
A:HOVER {
	color: #378237;
}
INPUT {
	font-size : 8pt;
}
H1{
	font-size: 12pt;
}
H2{
	font-size: 10pt;
}
TD  {
 font-size : 8pt;
 font-family : verdana,arial;
}


#borde{
	border-left : 4px solid #FFFFFF;
	border-right : 4px solid #FFFFFF;
	width: 730px;
	text-align: left;
	margin: auto;
}

#contenedor{
	text-align: left;
	width: 730px;
	margin: auto;
	background-color : #ffffff;
}

#cabecera{
	background: transparent url(ima/cabecera.jpg) no-repeat;
	height : 205px;
	width: 730px;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#cabecera h1 { 	
	margin : 10px 0px 0px 0px;
}
#cabecera h1 span {
	display:none;
}

#navegador{
	background: transparent url(ima/barranav.jpg) no-repeat;
	height : 29px;
	width: 722px;
	background-color: #320000;
	margin: 0px 0px 0px 4px;
}
#navegador p{
	padding: 8px 3px 1px 10px;
	margin : 0px 0px 0px 0px;
}

#cuerpo{
	width: 500px;
	padding: 0px 3px 15px 10px;
	float:left;	
	background: transparent url(ima/decora_trans.jpg) no-repeat center;
}

#lateral{
	width: 200px;
	height : 480px;
	float:right;
	margin-top: 3px;
	margin-right: 4px;
}

.cuerpolateral{
	background-color: #CCCC99;
	padding: 5px 5px 10px 10px;
	margin-bottom: 5px;
}

.titlat{
	color:#ffffff;
	font-size:8pt;
	ext-transform : uppercase;
	padding: 7px 3px 7px 8px;
	margin: 10px 0px 0px 0px;
	font-weight : normal;
	letter-spacing : 2px;
	background: #320000 url(ima/titlat.jpg) no-repeat bottom right;	
}

#campotexto{
	float: left;
}
#campotexto input{
	width:130px;
}
#fboletin form{
	margin-bottom : 0px;
	margin-top : 0px;
}
#botonsuscribe {
	padding-top : 3px;
	padding-left: 136px;
}
#botonsuscribe input{
	border : 0px none;
}
.radio{
	clear : both;
}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #FFFFFF;
}
A.enlacenav:HOVER{
	color: #FFFFAA;
}

A.calendarday, A.calendarday:VISITED, A.calendarday:ACTIVE, A.calendarday:FOCUS, A.calendarday:LINK{
	color: #FFFFFF;
}
A.calendarday:HOVER{
	color: #FFFF00;
}

#pie{
	clear : both;
	color : #000080;
	text-align : center;
	margin : 30px 4px 10px 5px;
	padding-bottom:10px;
}

