@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	color: #666;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 15px;
}
h5 {
	color: #666;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 0;
	font-weight: bold;
}
img {
	border: none;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
.h2_rosa { color: #EB4399; border-bottom: 4px solid #DD2A86; padding-bottom: 1px; margin-bottom: 10px;}
.h2_azul { color: #19B8E0; line-height: 16px; margin-bottom: 10px;}
.h2_morado { color: #7F3B91; line-height: 16px; margin-bottom: 10px;}

a {
	text-decoration: underline;
	color: #666;
}
li {
	list-style: none;
	list-style-position: inside;
	list-style-image: none;
}
ul {
}


#caja_textos {
	background:#FFF;
	width:970px;
	height: 600px;
	margin: 0 auto;
	padding: 30px;
	}


