@charset "utf-8";
@import url("componentes.css");
@import url("modoedicion/modoedicion.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.69em;
	text-align:center;
	color:black;
	margin:0;
	background-color:#fff;
	background-image:url(images/fondocristal.gif);
	background-repeat:repeat-x;
}

h1,h2,h3,h4 {font-family:Georgia, "Times New Roman", Times, serif;
margin:15px 0 5px 0;
padding:0px;}

h1{display:none;}
h2, h3{
font-size:250%;
font-style:italic;
color:#1f3c00;
font-weight:normal;
height:40px;
display:block;

}


h4{font-size:180%;
font-style:italic;
color:#468700;
font-weight:normal;}

h5 {font-size:150%;
color:#666;}

a{color:#468700;}

a:hover {color:#FF3300}

a img{border:none;}

p{
padding:0px;
margin:0px 0px 20px 0px;}

/*----------- estructurales -------------*/

#general {
width:990px;
margin:auto;
text-align:left;
}

#cabecera{width:990px;
height:150px;
overflow:hidden;background-color:none;}

#superior{width:990px;
height:150px;
overflow:hidden;background-color:none;}




#desarrollo{
width:990px;
padding:0;
float:left;
/*margin-left:20px;*/
}


#cierre {
float:left;
width:990px;
background-color:#468700;
padding:10px;
color:white;}



