/* Start of CMSMS style sheet 'Print' */
html, body, hr,p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



/* ---------------------------- Estructura -------------------------------*/






#cabecera {
    width: 999px;
	margin: auto;
	background-image: url(img/fondo_cabecera.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 134px;.
display: none;
}

#migas {
    width: 969px;
	margin: auto;
	background-image: url(img/fondo_migas_buscador.png);
    background-repeat: no-repeat;
	background-position: bottom center;
	height: 55px;
    padding: 0 15px 0 15px;
display: none;
}

#contenido {

}


#pie {
    clear: both;
    width: 999px;
	margin: auto;
	background-image: url(img/fondo_pie.png);
    background-repeat: no-repeat;
	background-position: top center;
   	height: 74px
display: none;
}




/* -------------------------------- hs y tipos ------------------------------*/




h1 {
    display: none;
}

h2 {
border-bottom: 1px solid  #003C77;
}

#migas {
    font-size: .9em;
display: none;
}






/* -------------------------------- Cabecera ---------------------------------*/

#cabecera p {
    color: #FFF;
	font-size: .75em;
	padding: 108px 0 0 820px;
}

#cabecera p a {
   text-decoration: none;
   color: #FFF;
}

#cabecera p a:visited {
   text-decoration: none;
   color: #FFF;
}

#cabecera p a:hover {
   text-decoration: underline;
}


/* -------------------------Migas y Buscador ---------------------------------*/


.lasmigas {
    float: left;
	width: 660px;

padding: 15px 0 0 0;
display: none;
}

.lasmigas a {
color: #000;
text-decoration: none;
}

.lasmigas a:visited {
color: #000;
}

.lasmigas a:hover {
color: #003C77;
text-decoration: underline;
}

.buscador {
    float: right;
	width: 280px;
	text-align: right;
	font-size: .9em;
display: none;
padding: 10px 0 0 0;
}

.buscador input {
	font-size: .9em;
}




/* End of 'Print' */

