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

#lateral_izq{
/*    border-right: 1px dotted #CCC;*/
    color: #4F4F4F;
    float: left;
    font-size: 13px;
    margin-bottom: 18px;
    padding: 10px 35px 10px 0px;
	text-align:justify;
    width: 600px;
}
#lateral_izq p{margin-bottom:15px;}
#lateral_izq span{
	margin-bottom:15px;
	font-weight: bold;	
	font-size:15px;
	font-style:inherit;
	}
#titulo h4{
	font-size: 35px;
	font-weight: bold;
    margin-bottom: 16px;
	text-align:left;
	line-height:40px;
}

.varia_formacion{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:30px;
	border-top: 1px solid #ccc;
}


#lateral_izq_contacto br {
    clear: left;
	
}

#lateral_der{
    float: left;	
	width:263px;
	font-size:12px;
	text-align:left;
	margin-top:20px;
	line-height:10px;
}


a.pdf-link {
    background: url("../../includes_minisites/img/iconos/ico_pdf.png") no-repeat scroll left top transparent;
    color: #000;
    padding-left: 22px;
	padding-bottom:10px;
    text-decoration: none;
	vertical-align:middle;
}

a.pdf-link:hover {
    background: url("../../includes_minisites/img/iconos/ico_pdf.png") no-repeat scroll left top transparent;
    color: #4F4F4F;
    padding-left: 22px;
	padding-bottom:10px;
    text-decoration: none;
	vertical-align:middle;
}

.title_lateral_der{
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	font-size:13px;
	background-color:#E8E8E8;
	color:#999999;
	padding:9px 0;
	border-bottom:1px solid #CCC;
}
.ico_lateral_der{
	margin-right:5px;
	margin-left:5px;
	vertical-align:middle;
	
	}
#lateral_der span{	
	color:#999;
	text-transform: uppercase;
	font-weight: bold;	
	font-size:15px;
}

#matricula p{ margin-bottom:15px;}

#matricula h5,#plan h5,#metodologia h5,#metodologia h5,#profesorado h5{
    color: #4F4F4F;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
	padding-top:10px;
    padding-bottom: 5px;	
}

.fontccc{ font-size: 13px; color:#ccc;}

/* - tablas - */
#plan th{ border:1px solid #E8E8E8; padding-bottom:10px; padding-top:10px; padding-left:10px; font-size: 12px; background-color:#E8E8E8; color:#999;}
#plan td{ text-left:center; border:1px solid #E8E8E8; padding:10px; color:#4F4F4F; font-size: 12px; }


/* hr */
div.hr {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    margin-top: 20px;
}
div.hr hr {
  display: none;
}


/* fichas monográfico */

#ficha_lateral_izq{
/*    border-right: 1px dotted #CCC;*/
    color: #4F4F4F;
    float: left;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 10px 35px 10px 0px;
	text-align:justify;
    width: 550px;
}
#ficha_lateral_izq p{
	line-height: 19px;
	margin-bottom:13px;
}

#ficha_lateral_izq h4{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
	color:#000;
}
#ficha_lateral_izq h4 span{
	color:#999;
}

#ficha_lateral_der{
    float: left;	
	width:313px;
	font-size:12px;
	text-align:left;
	line-height:11px;
	/*margin-top:140px;*/
}

#testimonio{
	height:132px;
	margin-top:8px;
	font-size:10px;
	line-height: 10px;
	color:#333;
	}
	
#testimonio cite{color:#999; font-size:15px; line-height: 19px; margin-bottom:10px;}	
cite{font-size:12px; line-height: 19px;}	

.separador{background: url("../img/separador_horizontal.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 3px;
    margin: 0 0 10px;
    padding: 0;
    width: 306px;
}

.caja_pec {
    background-color: #ffe9e7;
    border: 3px dashed #e7301f;
	border-radius: 4px 4px 4px 4px;
   -moz-border-radius: 4px 4px 4px 4px;
   -webkit-border-radius: 4px 4px 4px 4px;	
    clear: left;
    padding: 20px;
}
.caja_pec h3 {
    color: #e7301f;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}
.caja_pec a.flecha {
    background: rgba(0, 0, 0, 0) url("../img/ico_flecha.png") no-repeat scroll left top;
    color: #7f7f7f;
    padding-left: 18px;
    text-decoration: none;
}
.caja_pec a.flecha:hover {
    color: #e7301f;
}

/**/
#Solicitar_Guia_Docente{
	width:400px;
}

#Solicitar_Guia_Docente strong{
    color: #e7301f;
    font-size: 18px;
    font-weight: bold;
}

#Solicitar_Guia_Docente .inputuno {
    background-image: linear-gradient(#f8f8f8, #fff);
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #444;
    height: 30px;
    margin: 5px 0;
    width: 400px;
}