@charset "utf-8";
/* CSS Document */

/*  SECTIONS  grid system*/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
/* 	margin: 1% 0 2% 1.6%; */
	margin: 30px 0 10px 1.6%;
	/*padding:0px 1% 2% 1%;*/
/*	background:rgb(153,153,153);*/
}

/* si queremos no dejar margen en primer hijo del grupo*/
/*.col:first-child { margin-left: 0; }*/
/*  GRID OF THREE  */
.span_3_of_3 { width: 98%; }
.span_2_of_3 { width: 65.13%; }
.span_1_of_3 { width: 28.26%; }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.26%;
}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.adapta {
	width:100%;
}

@media (max-width: 767px) {
/* .col { margin: 1% 0.5% 3% 0.5%;} */
.col { margin: 30px 0.5% 10px 0.5%;}
.span_2_of_3, .span_1_of_3 { width: 47%; }
.span_3_of_3, .span_2_of_2, .span_1_of_1 { width: 95%; }
#textotitular{
	 display: none;
}
#titular:before {
content:"Solicitud tribunales PAU";
visibility:visible;
width: 80%;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1em;
font-weight: bold;
color:#5f5a59;

}
/* ponemos nuevo tamaño*/
#titular{
height:20px;	
padding: 2% 5% 2% 2%;
}
#titulo{
   display:none;	
}

.imgboton_pdf{
 background: #78565d url(../img/pdf_bot.png);
 background-repeat: no-repeat;
 background-position: 2px;

}
.imgboton_pdf:hover{
 background: url(../img/pdf_bot.png);
 background-repeat: no-repeat;
 background-position: 2px;
 color:rgb(51,51,51);

}

}
@media only screen and (max-width: 480px) {
/* 	.col { margin: 1% 0.5% 3% 0.5%;} */
	.col { margin: 20px 0.5% 5px 0.5%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 98%; }
	#cabecera{
		background:#9B021A url(../img/logoucmmovil_v2.png);
		background-repeat:no-repeat;
		background-position:center;
		height:75px;
	}
	#divCisneUCM {
		display: none;
		visibility: hidden;
	}
	#texto{
	  display:none;
	  visibility: hidden;
	  content:"";	
	}
.imgboton_pdf{
 background: #78565d;
 background-repeat: no-repeat;
 background-position: 10px;

}
.imgboton_pdf:hover{
 background: #78565d;
 background-repeat: no-repeat;
 background-position: 10px;
 color:rgb(51,51,51);
	
}