* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #337424;
	text-decoration: none;
	margin-top:5px;
	text-align:center;
}

#contenedor {
	width: 913px;
	margin: 0 auto;
	border: 1px solid #D0DBC5;
	
}

/* ///////////////////// COMIENZA cabecera */

#cabecera {
	width: 913px;
	height: 160px;
}

#logo {
	float:left;
	width: 190px;
	height:160px;
	border-right: 1px solid #D0DBC5;
	
	
}

#animacion {
	float: right;
	width: 722px;
	height: 80px;
}


#direccion {
	width: 722px;
	float: right;
	height: 79px;
	background-image:url(../imagenes/linea-curva.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	
}

#direccion p {
	text-align:right;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #337424;
	margin-right: 5px;
	margin-top: 15px;
	
}

#direccion a {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #337424;
	text-decoration:underline;
}
#direccion a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #337424;
	text-decoration:none;
}

.naranja {
	color: #FE8B57;
	font-weight:bold;
}

/* ///////////////////// COMIENZA contenidos */

#contenidos {
	width: 913px;
	text-align:left;

}

/* ///////////////////// COMIENZA columna1 */
#columna1 {
	float: left;
	width: 190px;
	border-right: 1px solid #D0DBC5;
	border-bottom: 1px solid #D0DBC5;
}

#columna1 h2 {
	width: 184px;
	height: 38px;
	padding-left: 6px;
	font-size:14px;
	color: #FE8B57;
	font-weight:bold;
	border-top: 1px solid #D0DBC5;
	background-image:url(../imagenes/fondo-titulo-menu.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#columna1 img {
	border: 0;
	
}

.menu  {
	width: 184px;
	
}	



.menu a {
	font-size: 12px;
	color: #337424;
	text-decoration: none;
	font-weight:bold;
	background-image: url(../imagenes/punto-logo.gif);
	background-position:left;
	background-repeat:no-repeat;	
	padding: 0.0em 0.30em 0.0em 1.5em;
}

.menu a:hover {
	font-size: 12px;
	color: #FE8B57;
	text-decoration: none;
	font-weight:bold;
	background-image: url(../imagenes/punto-logo.gif);
	background-position:left;
	background-repeat:no-repeat;	
	padding: 0.0em 0.30em 0.0em 1.5em;
}

.menu ul {
	padding-top: 5px;
	list-style-type: none;

}

.menu li {
	width: 184px;
	height: 20px;
	padding-left: 6px;
	border-bottom: 1px solid #D0DBC5;
	
		
}





