/* CSS Document */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0pt;
	padding:0pt;

}

body{
	background-color:#f2fee1;
}

h1{
	font-family: "Century Gothic";
	font-size:26px;
	font-weight:normal;
	color: #1d5101;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	color: #006600;
}


h2{
	font-family: "Century Gothic";
	font-size:26px;
	font-weight:normal;
	color: #348e03;
	text-align: center;
}

p{
	font-family: "Century Gothic";
	font-size:20px;
	font-weight:normal;
	color: #006600;
	line-height: 25px;
	margin-top: 10px;
}

/*Contenido general de la Pagina*/

#container{
	width:960px;
	margin: 0px auto;
	overflow:hidden;
	background-color: #fff;
	border: 1px solid #dffeb2;
}




/*Contenido del header*/
#header{
	width:960px;
	height:110px;
	float:left;
	overflow:hidden;
}

/*Contenido el menu*/
#main_menu{
	width:960px;
	height:40px;
	float:left;
}

#main_banner{
	width:960px;
	height:202px;
	float:left;
	margin-top: 3px;
}




	/*Contenido de la info*/
#contenido{
	width:960px;
	float:left;
	overflow:hidden;
	background-image: url(../images/bg_contenido.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
}

#menu_left{
	width:219px;
	height:358px;
	float:left;
	overflow:hidden;
}

.contenido_info{
	width:600px;
	float:right;
	overflow:hidden;
	margin: 33px 30px 0px 75px;
	display: inline;
}

.linea_separadora{
	width:623px;
	float:right;
	overflow:hidden;
	margin: 15px 30px 0px 50px;
	display: inline;
	border-bottom:1px solid #114a81;
}

.boton_details{
	width:150px;
	height:24px;
	float:right;
	overflow:hidden;
	display: inline;
	margin: 10px 120px 0px 0px;
}

.btn{
	width:99px;
	height:28px;
	float:right;
	margin: 0;
}

#pavona{
	width:230px;
	height:76px;
	float:right;
	overflow:hidden;
	margin: 63px 40px 0px 0px;
	display: inline;
}

#foto_pavona{
	width:307px;
	height:201px;
	float:left;
	overflow:hidden;
	margin: 33px 10px 0px 0px;
	display: inline;
}

#footer{
	width:960px;
	height:74px;
	float:left;
	overflow:hidden;
	background-image:url(../images/footer.jpg);
}


#pavona_link{
	width:199px;
	height:244px;
	float:left;
	overflow:hidden;
	margin: 80px 0px 0px 10px;
	display: inline;
}

#monterey{
	width:199px;
	height:244px;
	float:left;
	overflow:hidden;
	margin: 80px 0px 0px 10px;
	display: inline;
}

#container_menu_left{
	width:219px;
	float:left;
	overflow:hidden;
	margin: 50px 0px 67px 27px;
	display: inline;
}



	
	

