/*enlaces*/
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: Black;
	text-decoration: none;
} 

a:hover {
	color: #2E8B57;
	text-decoration: none;
}
.special:link {
	color: Black;
	text-decoration:none;
}

.special:visited {
	color: Black;
	text-decoration:none;
}
.special:hover {
	color: #FFA500;
	text-decoration: none;
	}

body {
	text-align: center;
}

.central {
	font-family: "Verdana";
	font-size: 11px;
	margin: 5px;
	padding: 20px;
	text-align: left;
	width: 370px;
}

.copy {
	color: #B6B6B6;
	font-family: "Verdana";
	font-size: 9px;
	text-align: center;
}

.destacados {
	background-image: url(images/fondonews.jpg);
	border: 1px dashed #C0C0C0;
	font-family: "Verdana";
	font-size: 10px;
	margin-right: 2px;
	margin-top: 2px;
	padding-left:0px;
	width: 190px;
}

.encabezado {
	border-bottom: 1px solid #008000;
	color: #008000;
	font-family: "Verdana";
	font-size: 15px;
}

/*estilos*/
.interior {
	background-color: #FFFFFF;
	border: 1px solid;
	border-bottom-color: #696969;
	border-left-color: #696969;
	border-right-color: #696969;
}

.pastilla {
   /*background-image: url(images/fondo_pastilla.gif);
   background-repeat: no-repeat;*/
   background-color: #C6DFC6;
	border: 1px solid #75A875;
	color: #000000;
	font-family: "Verdana";
	font-size: 11px;
	margin-left: 5px;
	margin-top: 2 px;
	padding: 3px;
	width: 150px;
}

}

.rotdestacados {
	background-color: #F8F5E8;
	border: 1px dashed #C0C0C0;
	font-family: "Verdana";
	font-size: 14px;
	margin-right: 2px;
	margin-top: 2px;
	padding: 5px;
	width: 190px;
}

#destacados {
	height: auto;
	left: 687px;
	position: absolute;
	top: 200px;
	width: 150px;
}

/*capas*/
#menu {
  
	height: auto;
	left: 10px;
	width: 150px;
}
.items {
	
	font-family: "Verdana";
	font-size: 11px;
	color: #2E8B57;
	margin-left:16px;
	
}
#submenu{
	float:left;
	width:390px;
	height:20px;
	border-bottom: 1px solid #8FBC8F;
	background-image: url(images/fondoitems.gif);
	background-repeat: repeat-x; 
}
#texto{
   float:left;
	width:390px;
	height:auto;
	font-family: "Verdana";
	font-size: 11px;
	text-align: left;
	padding:2px;
	border-bottom: 1px solid #8FBC8F;
	 
}
.bloques {
	text-align: justify;
	
}

.titulos {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bolder;
	color: #8FBC8F;
	
}
.titulos2 {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bolder;
	color: #D2B48C;
	
}
.recuadro {
	font-family: "Verdana";
	font-size: 11px;
	border-bottom: solid 1px #D2B48C;
	/*background-color: #F4F9F5;*/
	
	text-align:center;
	
}
.formulario {
	font-family: "Verdana";
	font-size: 11px;
	background-color:#F8F5E8;
	overflow:hidden;
	border:3px solid #F8F5E8;
}
.formulario2 {
	font-family: "Verdana"; 
	font-size: 11px;
	border-bottom: solid 1px #D2B48C;
	background-color: #F4F9F5;
	text-align:center;
	padding:2px;
}
*html .destacados {

padding:3px;
}