


p{
    margin: 0 0 10px;
}
ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right:0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 40px;
}
.titulo-seccion{
    color: #000000;
    
    font-size: 36px;
	margin-bottom: 10px;
    margin-top: 20px;
}
.subtitulo1{
    color: #000000;
    font-size: 26px;
}
.subtitulo2{
    color: #525252;
    font-size: 26px;
}
.subtitulo3{
    color: #999999;
    font-size: 22px;
}
.subtitulo4{
    color: #000000;
    font-size: 22px;
}
.contenedor-gris{
	background:#DDDDDD;
	padding:15px;
	margin-bottom:10px;
	color:#000;
	font-size:15px;
}
.contenedor-shadow-rouded{
	background:#E4E4E4;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:10px;
	overflow:hidden;
}