#logotipo {
	float: left;
	border: 1px solid #000;
}
nav {
	float: none;
	position: static;

}
.h1{
	color:#0e1871;
}

#duo-color {
	background-image: url(../images/interface/fondo.png);
	background-repeat: no-repeat;
	
}
#myCarousel {
	margin-bottom: 20px;
	margin-top: -8%;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
#pie-pagina {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	background-color: #0e1871;
	height: 100%;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 20px;
	z-index: 50;
	padding: 10px;
}
#pie-pagina p{
	color:#CCC;
	font-size:10px;
}
.oculto{
	position:absolute;
	text-indent:-100000px;
}

.justificado{
	text-align:justify;
}

p{font-family: helvetica;
  font-size:14px;
  color:#333333;
}
#fondo-guias{
	background-image: url(../images/interface/fondo.png);
	display: block;
	height: 100%;
	width: 100%;
	padding-bottom: 5%;
	background: url(../images/interface/fondo.png) repeat-x;
	max-height: 75px;
	background-size: cover;
	margin-top: 25px;
}
.img-shadow{
	-webkit-box-shadow: 0px 1px 5px 3px rgba(000, 000, 000, 0.4);
box-shadow: 0px 1px 5px 3px rgba(000, 000, 000, 0.4);
	margin-top:10px;
	margin-bottom:10px;
}
.margin-leer-mas{
	margin-bottom:10px;
}
.flt_left{
	float: left;
	position: absolute;
}
.margen_contenidos{
	margin-top:50px;
	margin-bottom:50px;
}
/**Estilos para el formulario*/
.contacto{
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #CED5D7;
	border-radius: 10px;
	padding: 20px;
	max-width:80%;
	background-color: white;
}
.contacto label{
	display: block; 
	font-weight: bold;
}
.contacto div{
	margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
	padding: 7px 6px;
	width: 100%;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
	margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	border:#0CF 1px solid;
	
}
.contacto input[type='submit']{
	border: 1px solid #CED5D7;
	padding: 8px 16px;
	font-weight: bold;
}


.error{
	background-color: #900;
	padding: 6px 12px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 6px;
	position: absolute;
}
.error:before{
	content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #900;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}
.apuntate{
	font-size:16px;
	text-align:center;
	border-bottom:1px solid;
	border-bottom-color:#666;
}