body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  font-size:70%;
  background-color: #FFF3E1;
  padding: 0px;
  margin: 0px;
}
.enlacesmenu {
		font-size: 1em;
		color: #666666;
		text-decoration: none;
		font-weight : bold;
}

a:hover { 
	 text-decoration: underline; 
	 color: #C10000;
}

a { 
	 text-decoration: none; 
	color: #333333; 
	font-weight: bold;
}

.enlaces {  
	color: #C10000;
	text-decoration: underline;
	
 }

td {
		font-size: 1em;
}

.titular {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.4em;
	font-weight: bold; 
	color: #6A0000;
}

.mini_titulos {  
	color: #C10000;
	font-weight: bold;
}

.formulario {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em;;
}

.caja1, .caja2, .caja3 {
	border-style: solid;
	border-width:1px;
	border-color: #ff9600;
}

.caja1 {
	background-color:#f7f7f7;
}

.caja2 {
	margin-top: 4px;
	background-color:#fff3e1;
	padding: 6px;
}

.caja3{
	background-color:#ffffff;
}

.cintillo1{
	padding: 3px;
	text-align:center;
	border-style: solid;
	border-width:1px;
	border-color: #000000;
	background-color: #ff9600;	
	color: #000000;
	font-weight: bold;
}

.cintillo2{
	padding: 3px;
	text-align:center;
	border-style: solid;
	border-width:1px;
	border-color: #000000;
	background-color: #c10000;
	color: #ffffff;
	font-weight: bold;	
}

h1 {
	font-family: arial;
	font-weight: normal;
	color: #6A0000;
	font-size: 2.1em;
	display: inline;
}

h3 {
	color: #6a0000;
	font-size: 1.1em;
	display: inline;
}

ol.ListadoVisitas {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-top: 6px;	
	margin-bottom: 12px;		
	margin-left: 3px;
	padding-left: 3px;
	list-style-type: none;
}

ol.ListadoVisitas li {
	margin: 0px;
	padding: 0px;
}

.SeparadorVisitas {
	border-top: 1px solid #A4A4A4;	
}

#FondoAnuncio {
	width: 100%;
	height: 120%;
	background-color: #fff;
	opacity: 0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	-khtml-opacity: 0.85; 	
	position: absolute;
}

#Anuncio {
	width: 100%;
	height: 120%;
	margin: 0px;
	padding: 12px;
	position: absolute;
	z-index: 40000;
	text-align: center;

}
