/* @override http://estudiodesoluciones.com/redeco/estilos.css */

@charset "UTF-8";
/* CSS Document */
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
	}

body {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}
	
#escena {
	width:1000px;
	height:600px;
	margin:0 auto;
}

#menu_lateral {
	left:0px;
	top:0px;
	width:130px;
	height:600px;
	position: relative;
	display: inline;
	float: left;
}

#menu_superior {
	position: relative;
	left: 0;
	top:0px;
	width:870px;
	height:65px;
	float: left;
}

#contenido {
	position: relative;
	left: 0;
	top: 0;
	width:870px;
	height:535px;
	float: left;
}

#menu_fotos_arriba {
	height: 30px;
	background-color: #2BA625;
}

#pie {
	width: 100%;
	height: 30px;
	float: left;
	background-color: #2BA625;
}#menu_fotos {
	height: 535px;
	width: 150px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #2BA625;
	float: left;
	clear: left;
}
#fotos {
	height: 535px;
	width: 717px;
	margin-left: 153px;
	margin-top: 0;
	position: fixed;
}
#marco_foto {
	height: 315px;
	width: 350px;
	border: 1px solid #666;
}
.texto12blanco {
	font-size: 12px;
	color: #fff;
}
.texto12verde {
	font-size: 12px;
	color: #2BA625;
}

.texto12marron {
	font-size: 12px;
	color: #6e4d22;
}

.texto12negro {
	font-size: 12px;
	color: #000;
}
.texto14verde {
	font-size: 14px;
	color: #2BA625;
}

.texto20marron {
	font-size: 20px;
	color: #6e4d22;
}

.texto_form {
	font-size: 14px;
	color: #333;
	height: 20px;
	width: 300px;
	border: 1px solid #2BA625;
}

.comentarios_form {
	font-size: 14px;
	color: #333;
	height: 100px;
	width: 300px;
	border: 1px solid #2BA625;
}

.fecha_menu {
	font-size: 8px;
	color: #2BA625;
	font-style: italic;
}
