/* RESET */
@import url(reset.css);

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

#textos{
padding:0px 10px 125px 10px;
text-align: justify;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
font-size: 13px;
color:#555555;
text-indent:20px;
line-height:15px;
display:block;
}


#textos p{

}

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

}

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;
}

