body{
	font-family: 'Verdana';
}
h1{
	margin:0 auto;
	color: #2c8ac7;
	font-size: 24px;
	background: url("../img/bgtitle.png") 00 no-repeat transparent;
	width: 750px;
	padding: 40px 20px 10px 40px;
	display: block;
}
h2{
	font-size: 18px;
	color: #2c8ac7;
	width: 634px;
	padding: 40px 20px 10px 58px;
	display: block;
}
p{
	margin: 10px auto 0 50px;
	color: #535152;
	width: 80%;
	text-align: justify;
	line-height: 20px;
	font-size: 13px;
}
.negrita{
	font-weight: bold;
}
.container{
	width: 62%;
	margin: 0 auto;
}

a{
	color:#535152;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}
ul li{
	margin: 10px auto 0 50px;
	color: #535152;
	width: 80%;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
}
.underline{
	text-decoration: underline;
}
.interna{
	width: 550px;
}