@charset "utf-8";
/* CSS Document */
html,body{
margin:0px;
height:100%;
/*background-image:url(assets/fondopc.jpg); background-attachment:fixed*/
font-family: Arial, sans-serif;
text-align:justify;
color:#222222;
}
.aviso{ font-weight:bold; text-align:center; margin:auto}

th, td {
    padding: 0px; border-collapse: collapse;
}

@font-face {
    font-family: 'gandhi_sansregular';
    src: url('fuentes/gandhisans-regular-webfont.eot');
    src: url('fuentes/gandhisans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/gandhisans-regular-webfont.woff2') format('woff2'),
         url('fuentes/gandhisans-regular-webfont.woff') format('woff'),
         url('fuentes/gandhisans-regular-webfont.ttf') format('truetype'),
         url('fuentes/gandhisans-regular-webfont.svg#gandhi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.menu{ font-family: 'gandhi_sansregular',Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#fff; background-color:#1d5d83; }

h1{ font-family: 'gandhi_sansregular',Arial, Helvetica, sans-serif; font-weight:bold; color:#1D5C83; margin-bottom:0px } 

hr{ border:#CCC solid 1px; margin-top:0px; margin-left:-20px; margin-right:-20px}

h2{ font-size:1.5em }

h3{font-family: 'gandhi_sansregular',Arial, Helvetica, sans-serif;font-size:1.2em; margin-bottom:0;font-weight:bold}

form input, form textarea, select{background-color:#CCC; font-weight:bold}


.fotomnu{
	text-align:center; vertical-align:top; margin:auto
}
.fotomnu img{
	border:solid thin #FFF;
}
@media only screen and (min-width:601px){
.reportaje{
	font-size:.8em; height:110px
}
}
.reportajefecha{
	font-size:.8em; height:140px; padding-top:-10px; font-style:italic
}
.contenido{
	max-width:1113px; margin:auto; min-height:300px
}
.mitadder{
	padding-left:10px;
}
.mitadizq{
	padding-right:10px;
}
.mitadcentro{
	padding:0 5px
}
.mitad{width:50%; float:left}
@media only screen and (max-width:600px){
	.mitadder{
		margin-top:1.5em; padding-left:0
	}
	.mitadizq{
		padding-right:0
	}
	.mitadcentro{
		margin-top:1.5em; padding-right:0; padding-left:0}
}
.imgmax{
	max-width:100%; margin:auto
}
@media only screen and (min-width:601px){
	.cflex{display: -webkit-flex; /* Safari */
		display: flex;}
}