@charset "utf-8";
/* CSS Document */


p{
	margin:0;
	padding:5px;
}

body{
	background-color:#6D8959;
	background-image:url("img/degr_verde.jpg");
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#455538;
}

#todo{
	position:relative;
	margin:5px auto auto auto;
	padding:0;
	width:980px;
	background-color:#EAFFDF;
	border: #647F4F 2px solid;
}

a{
	outline:0;
}

a img{
	border-width:0;
}

h1{
	font-size:20px;
}

#botones{
	background-image:url("img/fondo_menu.jpg");
	background-repeat:repeat-x;
	height:54px;
}

#botones a{
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	color:#656D60;
	display:block;
	float:left;
	padding:10px 30px 10px 30px;
	margin:3px;
	vertical-align:middle;
}

#botones a:hover{
	color:#64AF4F;
	background-color:#D3EBC9;
}

#botones img{
	float:left;
	margin:14px 2px 2px 2px;
}

#central{
	height:370px;
	background-color: #EAFFDF;
}

#inferior{
	background-color:#50564C;
	color:#DFF3D7;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:10px;
	margin:0px;
	height:55px;
}

#inferior a{
	color:#D3EBC9;
}

#inferior a:hover{
	color:#9CBA84;
}

#logomonteria{
	float:left;
}

#texto, #foto, #galeria{
	padding:10px;
	border: #8FAE73 1px solid;
	background-color: #CBE3BF;
}

#texto{
	text-align:justify;
	position:absolute;
	left:10px;
	top:264px;
	width:170px;
	height:312px;
}

#foto{
	position:absolute;
	left:205px;
	top:264px;
	width:742px;
	height:312px;
	text-align:center;
}

#galeria{
	position:absolute;
	left:205px;
	top:264px;
	width:742px;
	height:312px;
}

*.principal{
	float:left;
	padding:4px 12px 4px 4px;	
}

*.miniaturas{
	margin: 16px 4px 4px 4px;
	padding:2px;
	border: #8FAE73 1px solid;
}
