body {
	background-color:#93ad80;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: black;
	background-image: url(images/fondo-general.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

h1, h2 {
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	background-image: url(images/fondo-h1.gif);
	background-repeat: no-repeat;
	font-size:x-large;
	font-weight: bold;
	color:#5c7d4a;
	clear:both;
	padding-left:25px;
}
h2{
	background-image: none;
}
h1 a, h2 a{
 color:#9d9d9d;
}

h3{
   font-family:"Times New Roman", Times, serif;
   	background-image: url(images/fondo-h3.gif);
	background-repeat: no-repeat;
	padding-left:30px;
	color:#9b9a62;
	margin:0px;
	font-size:large;
}
h4{
	font-size:small;
	margin:2px;
	text-align:left;
	color:#2a4c70;
}

a {
	text-decoration:none;
	outline: none;
	font-weight:bold;
	color:#3f7745;
}

p {
	margin:0px;
	text-align:justify;
}
img {border:0px;}

/*MARCOS-------------------------------------------------------------------*/
#box {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	display: table;
	background-image:url(images/fondo-contenido.gif);
	
}
.boxFondoInicio{
	clear:both;
}
.boxFondoNormal{
	clear:both;
}
#cabecera {
	width: 960px;
	height: 157px;
	float: left;
	background-image: url(images/fondo-cabecera.jpg);
	background-repeat: no-repeat;
}

#cabeceraLogo {
	float:left;
	/*width:241px;*/
}

#columnaIzq{
	display:block;
	width:218px;
	float:left;
}

#columnaCentro, #columnaCentroGen{
	display:table;
	float:left;
	width:436px;
}
#columnaCentroGen{
	width:486px;
}
#columnaDer, #columnaDerGen {
	display:table;
	float:left;
}
#columnaDerGen {
	/*background-image: url(images/fondoBannersGen.gif);*/
}
#columnaUnica {
	float:left;
	width:728px;
	background-image: url(images/fondo-contenido.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#columnaMenuVertical {
	width: 249px;
}

#pie {
	clear:both;
	height:120px;
	margin: 0px auto;
	font-size: 11px;
	background-image: url(images/fondo-pie.jpg);
	background-repeat: no-repeat;
	background-position:center;
	display: table;
	width:100%;
}

#pieTabla{
	width:960px;
	margin: 0px auto;
}
#pie .direccion{
	float:left;
	margin-top:25px;
	color:white;
	font-weight:bold;
}

#pie a {
}

#pie .edreams {
	margin-top:45px;
	float:right;
	color: #6182a9;
	text-decoration: none;
	font-size:x-small;
}


.destacados{
	background-color:#b2b185;
	margin:0px 15px 0px 25px;
	padding:5px;
	border:2px solid #d3c77b;
	height:100%;
	display:block;
}
.destacados iframe{
	border:1px #d3c77b solid;
	/*margin:10px 0px 10px 0px;*/
	width:170px;
}
.navegacion{
	padding-left:15px;
	font-size:small;
	font-weight:bold;
	margin-bottom:10px;
	background-image:url(images/navegacion.gif);
	background-repeat:no-repeat;
}

.divTexto{
	width:687px;
	float:left;
	padding:0px 20px 0px 20px;
}
.margenSuperior{
	margin-top:20px;
}
.tablaArticulos{
	background-color:#f6f7ed;
}
.tablaArticulos td, .tablaArticulos th{
	border:1px solid #d8e7cf;
	padding:3px;
}
.tablaArticulos th{
	color:white;
	background-color:#597e42;
	font-size:small;
	text-align:center;
}
.tablaArticulos .sinEstilo{
	background-color:white;
	border:0;
}
.lista{
	list-style-image:url(images/fondoSubMenu.gif);
}
.textoSmall{
	font-size:x-small;
}
.textoNegrita{
	font-weight:bold;
}
.imagenBordeada, .fotoArticulos, .fotoArticulosDer{
	border:2px solid #859066;
	padding:3px;
	background-color:#d7dec4;
}
.fotoArticulos{
	float:left;
	margin:0px 10px 0px 10px;
}
.fotoArticulosDer{
	float:right;
	margin:0px 10px 0px 10px;
}

.imagenesHorizontal {
	display:table;
	height:100%;
	width:100%;
}

.imagenesHorizontal div{
	border:1px #859066 solid;
	background-color:#d7dec4;
	float:left;
	text-align:center;
	padding:5px;
	margin-right:10px;
	margin-bottom:5px;
}


.textoDestacado{
	font-weight:bold;
	color:#5c7d4a;
}
.textoDestacadoNaranja{
	font-weight:bold;
	color:#e87d09;
}
.alinearImagen {
	vertical-align: middle;display: inline-block;
}

/*FORMULARIO-----------------------------*/

.campoFormulario{
	width:200px;
}

.datoFormulario{
	color:#6182a9;
}

.formtable td{
	padding:5px;
	border:0px;
}
.formtable{
	margin-bottom:5px;
	/*float:left;*/
}


