/* CSS Document */

h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #B70D15;
	text-align: left;
	margin-top: 0px;
}


h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
ul {
	padding-left: 15px;
	margin-left: 0px;
}



.contenido_bloque_desarrollo {
	width: 900px;
	padding-bottom: 15px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-color: #E5E5E5;
}
/*---------------------columna dcha---------------*/
.img_pro_desarrollo {
	width: 315px;
	float: right;
	margin-right: 30px;
	border: 4px solid #CCCCCC;
	height: auto;
	margin-top: 30px;
}

/*---------------------columna izq----------------*/
.texto_ficha {
	width: 500px;
	padding-left: 20px;
	float: left;
	text-align: justify;
	font-size: 13px;
	color: #666666;
	font-family: "Trebuchet MS", Verdana;
	margin: 0px;
}
.sangria {
	font-family: "Trebuchet MS", Verdana;
	font-weight: normal;
	color: #777777;
}


.titulo_programa {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #045074;
}

.enlaces           { color:#CC6633; text-decoration:none;}
.enlaces a         { font-weight: bold;	color: #045074;	text-decoration: none; width:300px;   }
.enlaces a:hover   { font-weight: bold; color: #B70D15;	text-align: right;}

.sep_enlace {padding-right:55px;}



/*-------------------------------------*/
.clear {
	clear: both;
	width: 100%;
}
.rojo {
	font-weight: bold;
	color: #B70D15; /* gochada para que valide */
}

