html, body{
	margin:0;
	border:0;
	padding:0;
	height: 100%;
	max-height:100%;
	/*background-image: url('./img/fondo2.png');*/
	background-color: #f6c270;
	
}

div#content{
	background-color: #fdfdbb;
	margin: 55px auto 0;
	width: 85%;
	_width: 94%;
	_margin-left: 8%;
	border:solid 2px black;
	
}

div#top{
	/*border:2px solid brown;*/
	width:100%;
	height: 200px;
}

div#imagengrande{
	float: left;
	/*border:solid red 5px;*/
	width:400px;
	height:195;
	margin-left: -2%;
	margin-top: -1.25%;
	_margin-left:-1.5%;
	_margin-top: -1%;
}

div#imagengrande img{
	behavior: url(iepngfix.htc); }

/*MENU*/

div#menu{
	/*border:solid green 2px;*/
	width: 320px;
	height: 150px;
	float:right;
	margin-right:15px;
	margin-top:30px;
	overflow:auto;
}

div#menu ul li{
	list-style-type: none;
	
	font-family:serif;
	font-size: 0.8em;
	font-style:italic;
	/*margin-top:1em;*/
	font-weight:bold;	
	
}

div#menu a,div#menu a:link, div#menu a:visited {
	font-family:serif;
	font-size: 0.85em;
	_font-size:1em;
	font-style:italic;
	/*margin-top:1em;*/
	font-weight:bold;	
	/*display: block;*/
	float:left;
	height: 25px;
	width: 125px;
	_height:35px;
	/*background: #640602;*/
	margin:5px;
	/*border:2px solid #1e3307;	*/
	color:#FDFD96;
	background-image:url('./img/boton5.png');
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	text-decoration:none;
	text-align:left;
	padding:0.5em;
}

div#menu a:hover  {
	color:white;
}

div#menu img{
	border: none;
	/*float: left;*/
}

/*TEXTO*/

div#texto{
	margin: 45px 25px 25px 25px;
	/*border:solid yellow 2px;*/
}

div#texto.masderecha{
	margin-left:150px;
	
}

#texto p, form {
	font-family:"Trebuchet MS", Verdana, sans;
	font-size: 0.95em;
	text-indent: 35px;
	text-align: justify; 
	line-height: 1.4em;	
	
}

#texto p a, #texto p a:visited {
	text-decoration:none;
	color: brown;
}

#texto p a.abajo{
	bottom:0;
	clear:both;
	float:left;
	margin-bottom:1em;
}

#texto p a:hover{
	text-decoration:underline;
}

#texto p img {
	border: 3px solid black;
	margin-top:0;
	display:inline;
	
}

#texto h1{
	font-size:1.4em;
}

#texto h2{
	font-size:1.2em;
}

#texto li{
	font-family:"Trebuchet MS", Verdana, sans;
	font-size: 0.9em;
	margin-left:1em;
}

#texto ul.chiquito{
	font-family:"Trebuchet MS", Verdana, sans;
	font-size: 0.8em;
}

#texto img {
	border: 3px solid black;
	margin:1em;
	float: left;
}

#texto img.centro{
    float: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 45px;
    margin-left:auto;
    margin-right: auto;
    border:2px solid black;
    text-align: center;
}


/*APOYO*/

#right-content{
	width:375px;
	float:right;
}

#left-content{
	width:600px;
	float:left;
	margin-right:35px;	
}
.derecha{
	float: right;
}

/*FOOTER*/

div#pie{
	background-color:#DCDCA2;
	/*margin-top:35px;*/
	text-align:right;
	height:20px;
	font-family: Verdana, sans;
	font-size:0.6em;
	padding:1em;
	border-top:solid 1px black;
	position: relative;
	bottom:0;
	left:0;
	clear: both;
}

div#pie a, div#pie a:visited{
	color: #54570B;
	text-decoration:none;
}	

div#pie a:hover{
	text-decoration:underline;
	color: #54570B;
}	

