﻿/* Para la cabecera */
/* .cabecera{
	
        overflow: hidden;
		  	padding-top: 0;
	padding-left: 0;
border: none;
	
	width: 100%; 
} */
 .cabecera{

	display: block;
	width: 100%;
	height: 66px; 
	/*background:  #24344c  url(cabecera_accesible.jpg) no-repeat;*/
	background-color: #32587d
} 
.logoMinisterio{
	position: absolute;
	margin-bottom: 0px;
	float: left;
}
.logoSecretaria
{
	position: absolute;
	top: 0px;
	margin-bottom: 0px;
	float: right;
	border:medium none;
	background-color:#FFCC00;
	left:283px;
}	

/* TITULO DE LA PÁGINA  */
.h1{
	color: #26708C;
	font-size: 1.2em;
	font-family: Arial;
}
	
/* tipo de letra */
.tipoletra{
	color: #26708C;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial;
}
	












