/* RESET */
@import url(reset.css);
@import url("http://fonts.googleapis.com/css?family=Varela+Round");
@import url("http://fonts.googleapis.com/css?family=Bree+Serif" );


#cuadro{
width:750px;
height:445px;
overflow: auto;
}

#textos{
padding:0px 10px 125px 10px;
text-align: justify;
font-family:'Varela Round',Verdana, Geneva, sans-serif;
font-size: 13px;
color:#555555;
text-indent:20px;
line-height:15px;
display:block;
}


#textos p{

}

h1{
	font-family:'Bree Serif',Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-indent:5px;
	line-height:10px;
	color:#B00;
	

        text-shadow: 1px 1px 1px #0f0f0f;
        filter: dropshadow(color=#0f0f0f, offx=1, offy=1);
        
        
	

}

h2{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 30px;
	font-weight: bold;
	text-indent:5px;
	line-height:10px;
	color:#034343;
	

}

ul{

	padding-left:40px;
	text-indent:0px;
	list-style-type:square;
}


.image1{
margin:10px;
padding:7px;
background:#dedede;
float:left;
}

