@charset "utf-8";
/* CSS Document */

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
background-image:url(imag/fondo-body.jpg);
background-repeat:repeat-x;
background-color:#ccb58a;
}

h1 {
font-size:14pt;
}

h2 {
	font-size:11pt;
	color:#000000;
	padding-bottom:3px;
	text-decoration:underline;
	padding-left: 10px;
}

#wrapper {
width:100%;
height:auto;
text-align:center;
margin:auto;
}

#contenedor {
	/*background-color:#006600;*/
	margin:auto;
	width:900px;
	height:950px;
	text-align: left;
	margin-top: 86px;
}

#menu {
width:258px;
height:371px;
background-image:url(imag/fondo-menu.jpg);
background-repeat:no-repeat;
/*border:1px solid #FF0000;*/
float:left;
}

#inicio {
width:640px;
height:452px;
float:right;
background-image:url(imag/fondo-casa.jpg);
background-repeat:no-repeat;
}

#textos {
width:640px;
height:932px;
float:right;
background-image:url(imag/fondo-texto.jpg);
background-repeat:no-repeat;
}

#contenido_textos {
	width:550px;
	padding:30px;
}



#menu_interior {
	width:218px;
	height:250px;
	margin-top:60px;
	margin-left:25px;
	/*border:#006600 1px solid;*/
	font-size: 10pt;
}

#menu_interior ul {
list-style:none;
padding:0px;
margin:0px;
}

#menu_interior li {
padding:2px;
display:block;
}

#menu_interior li a {
text-decoration:none;
color:#000000;
}

#menu_interior li a:hover {
background-image:url(imag/item.jpg);
background-repeat:no-repeat;
padding-left:20px;
}



