/* CSS Document */


/* estilos de la parte derecha */

.foto_presentacion{ float:left; margin:0px 20px 20px 0px; }


.masinfo{
	float:left;
	text-align:left;
	padding:8px 7px 0 0;
	width:114px;
	background:url(../imagenes/flechita.gif) 92px 15px no-repeat;
}

.masinfoPeq{
	float:left;
	text-align:left;
	padding:1px 7px 0 0;
	width:74px;
}

.masinfo2{
	float:left;
	text-align:left;
	padding:11px 7px 0 0;
	width:174px;
	background:url(../imagenes/flechita.gif) 155px 18px no-repeat;
}

.iconopdf{
	float:left;
	text-align:right;
	height:20px;
	padding:5px 0px 0px 0px;
}

.puntos{
	float:left;
	width:955px;
	height:50px;
	background:url(../imagenes/puntos2.gif) center repeat-x;
}

.columna1{
	float:left;
	width:494px;
	/*height:138px;*/
}

.columna2{
	float:left;
	width:176px;
	margin-left: 10px;
	/*height:138px;*/
}

.columna3{
	float:left;
	width:264px;
	margin-left: 10px;
	/*height:138px;*/
}

.fotonoti{
	float:left;
	width:89px;
	margin: 0px 10px 16px 0;
}

.textoderecha{
	text-align:left;
	padding-right:20px;
}

.newCabecera{
	background-color: #009ad1;
	text-align: center;
	padding: 10px 0;
	font-weight: 500;
	margin-bottom:8px;
	letter-spacing: inherit;
}

.newDia{
	display: block;
	background-color: #f4f4f4;
	text-align: center;
	padding: 46px 0;
	font-weight: bold;
	margin-bottom:8px;
}

.newDia img {
	display: inline-block;
	vertical-align: bottom;
}

.newDescarga{
	background: #f1f3f4 url("../imagenes/programa.jpg") center top;
	height:154px;
	padding-top: 203px;
}

.newDescarga a{
	display: block;
	width:calc(100% - 20px);
	margin: 7px auto;
	background-color: #ddd722;
	padding: 10px 0;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
}

