.logo{
	background-color: black;

	float: left;
	margin: 40px;
	opacity: 0.58;
	z-index: 10;
    position: absolute;
    display: block;
}

.logo_phone{
	background-color: black;
	width: 18%;
	float: left;
	margin: 30px;
	opacity: 0.58;
	z-index: 10;
    position: absolute;
    display: block;
}

.comment_home{
	background-image: url(../img/mensaje_home.png);
	background-repeat: no-repeat;
	background-position-x: center;
	height: 266px;
	margin-top: 20%;
	padding-top: 100px;

}
.comment_prensa{
	background-image: url(../img/mensaje_prensa.png);
	background-repeat: no-repeat;
	background-position-x: center;
	height: 206px;
	margin-top: 20%;
	padding-top: 100px;

}
.comment{
	background-color: white;
	width: 100%;
	height: 236px;
	padding-top: 30px;
	padding-bottom: 30px;
	-moz-box-shadow: 0 0 10px #373736;
	-webkit-box-shadow: 0 0 10px #373736;
	box-shadow: 0 0 10px #373736;
}
.container_noticias{
	background-color: #fff2e5;
}

h1{
	color: orange;
	font: italic 30px Corbel;
	text-indent: 10px;
	text-align: center;
}

h2{
	color: orange;
	font-family: Corbel;
	font-size: 18px;
}

h3{
	color: #502a1e;
	font: italic 30px Corbel;
	text-indent: 10px;
	text-align: left;
}
h4{
	color: orange;
	font: italic 30px Corbel;
	text-indent: 10px;
	padding-left: 30px;

}

.bg_form_home{
background-color: white;
-moz-box-shadow: 1px 2px 5px;
-webkit-box-shadow: 1px 2px 5px;
box-shadow: 1px 2px 5px;
border-top: 10px solid orange;
margin-top: 20px;
}

.container_small
{
	width: 50%;
}
.bg_white{
	background-color: white;

}

a{
	text-decoration: none;
	color: orange;
}

a:hover{
	text-decoration: none;
	color: red;
}



.padding30{
	padding: 30px;	
}

.paddingtop30{
	padding-top: 30px;
	padding-left: 30px;
	padding-left: 30px;	
}
.marging_top30{
	margin-top: 30px;
}
.marging_top15{
	margin-top: 15px;
}
.marging_top100{
	margin-top: 100px;
}
.marging_top85{
	margin-top: 85px;
}
.line{
	border-bottom: 1px dotted #502a1e;
}
.text_justify{
	text-align: justify;
}
