@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0;}
body {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#262500;
	background-image:url(../img/png/body_01.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:20px;
	background-attachment:fixed;
	color:#343228
}
#mstr {
	width:980px;
	margin:auto;
	overflow:hidden;
	background-image:url(../img/png/mstr.png);
	background-repeat:repeat-y;
}
#header {
	width:980px;
height:117px;
background-image:url(../img/png/header_01.png);
}
#header h1 {
display:none;
}
#mn_left {
	float:left;
	width:200px;
	background-color:#ECE7D1;
	background-image:url(../img/png/mn_left_top.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:4px;
	padding-top:11px;
}
#mn_left h2 {
	line-height:25px;
	width:200px;
	background-image:url(../img/png/mn_left_h2.png);
	background-repeat:no-repeat;
	padding-left:15px;
	color:#FFF;
	font-size:110%;
}
#mn_left ul {
list-style:none;
}
#mn_left ul li {
	padding-left:15px;
line-height:20px;
border-bottom:1px solid #D2BEA0;
}

#col_der_home {
	width:764px;
float:right;
margin-right:6px;
	}

#footer {
	width:980px;
height:40px;
background-image:url(../img/png/footer_01.png);
background-position:bottom;
background-repeat:no-repeat;
clear:both;
text-align:center;
font-size: 90%;
color:#8C7638
}

/*----------contenidos----------*/
#hj_bl {
	width:715px;
float:left;
background-image:url(../img/png/hoja_bl_bg.png);
background-position:left;
background-repeat:repeat-y;
margin-left:20px;
margin-top:2px;
}
#hj_bl_top {
	width:715px;
height:34px;
background-image: url(../img/png/hoja_bl_top.png);
}
#hj_bl_bot {
	width:715px;
height:15px;
background-image:url(../img/png/hoja_bl_foot.png);
}
#cuerpo_cont {
	width:650px;
	/*border:1px solid #CCC;*/
	margin-left:30px;
	padding-bottom:20px;
}
#cuerpo_cont p {
margin-bottom:10px;
}
#cuerpo_cont ul {
	margin-left:20px;
}
.masinfo {
	width:610px;
	padding:20px;
	background-color:#F7F3DB;
	border-right:2px solid #DFDBC5;
	border-bottom:2px solid #DFDBC5;
}

/*-----------------tipos-----------------*/

#cuerpo_cont h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#AA3100;
font-size:200%;
font-weight:normal;
margin-bottom:15px;
}
#cuerpo_cont h2 {
	margin-top:15px;
}
