

/* Presentation Stylesheet */ 

h1{
visibility:hidden;
height:0px;
}

h3{
 margin:0;

 text-align:justify;
}
h2{
width:90%;
font-size:larger;
background-image:url(imagenes/linea.gif);
background-repeat:repeat-x;
background-position:bottom;
height:60px;
color:#5fb709;
/*font-stretch:condensed;*/
/*text-shadow:#333333;*/
padding:20px 20px 5px 40px;

}


dl{
	padding-left:20px;

} 

h4 {
 margin:0; 
 padding: 0px 0;
 }
 
/*p:first-letter {
 font-size: 150%; 
 font-weight: bold;

 }*/
 
 #formulario input, textarea{
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 2px;
	color: #444;
	margin-left:45px;
}


