@charset "utf-8";
#principal {
	width: 981px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	background-image: url(../imagenes/plantilla/fondo-685.jpg);
	background-repeat: repeat;
	background-position: center top;


}
/*COLUMNA IZQUIERDA- GALERIA FLASH */

 #lateral-1 {
	width: 340px;
	font-size: 0.8em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 250px;
}

/* COLUMNA DERECHA MENU CATEGORIAS*/

 #lateral-2 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 210px;
	padding-top: 0em;
	font-size: 0.8em;
	color: #333;
}
#lateral-3 {
	float: right;
	width: 300px;
}

#formulario{
}
#lateral-2 h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 12px;
}


#bottom {
	clear: both;
}

 #lateral-2 ul {
	margin: 0em;
	list-style: none;
	padding: 0em;
	text-indent: 0em;
}
.dimension-iframe {
	height: 340px;
	width: 355px;
}
.formulario-contacto {
	float: right;
	font-size: 0.8em;
}

