#noticias{
	height:auto;
	}
#noticias a{
	text-decoration:none;
	}
#noticias img{
	width:100%;
	max-height:180px;
	}
.img2{
	width:50%;
	height:auto;
	max-height:250px;
	}
.img3{
	width:75%;
	height:auto;
	max-height:120px;
	}
.img_i{
	width:15px;
	height:15px;
	}

#noticias_fecha{
font:Arial, Helvetica, sans-serif;
color:#999999;
font-size:12px;
text-align:right;
position:relative;
top:5px;
}
#noticias_fecha_azul{
font:Arial, Helvetica, sans-serif;
color:#3399FF;
font-size:14px;
text-align:right;
text-shadow: 3px 3px 2px #CCCCCC;
font-weight:bold;
position:relative;
top:5px;
}

#noticias_fecha2{
font:Arial, Helvetica, sans-serif;
color:#999999;
font-size:16px;
text-align:right;
font-weight:bold;
text-shadow: 3px 3px 2px #CCCCCC;
letter-spacing: 1px;
/*
text-shadow: 0 1px 0 #999999,
		   0 2px 0 #999999,
		   0 3px 0 #999999,
		   0 4px 0 #999999,
		   0 5px 0 #999999,
		   0 6px 1px rgba(0,0,0,.1),
		   0 0 5px rgba(0,0,0,.1),
		   0 1px 3px rgba(0,0,0,.3),
		   0 3px 5px rgba(0,0,0,.2),
		   0 5px 10px rgba(0,0,0,.25),
		   0 10px 10px rgba(0,0,0,.2),
		   0 20px 20px rgba(0,0,0,.15);
*/
position:relative;
}

#noticias_titulo{ 
color:#3399FF;
font-size:20px;
font-weight:bold;
text-align:justify;
position:relative;
top:10px;
}
#noticias_titulo_blanco{ 
background-color:#3399FF;
color:#FFFFFF;
font-size:18px;
font-weight:bold;
text-align:justify;
position:relative;
height:25px;
vertical-align:text-bottom;
}
#noticias_titulo_resumen{
color: rgb(255, 255, 255);
font-size: 14px;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
background-color:#3399FF;
letter-spacing: 1px;
line-height:20px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;

}

#noticias_observacion{ 
color:#333;
font-family:'Open Sans', sans-serif;
font-size:14px;
line-height:20px;
text-align:justify;
position:relative;
top:20px;
width:95%;
}

#noticias_texto{ 
font:Arial, Helvetica, sans-serif;
color:#3399FF;
font-size:12px;
font-weight:bold;
text-align:justify;
position:relative;
line-height:20px;
margin-left: 15px;
}
#noticias_texto:hover{ 
color:#0033CC;
font-size:14px;
font-weight:bold;
}

.myButton {
	-moz-box-shadow: 2px 2px 0px 0px #a4a9ab;
	-webkit-box-shadow: 2px 2px 0px 0px #a4a9ab;
	box-shadow: 2px 2px 0px 0px #a4a9ab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.myButton:active {
	position:relative;
	top:1px;
}


.noticias_calendario_dias{
	text-align: center;
	vertical-align: middle;
	height: 30px;
	color:#3399FF;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

}

.noticias_calendario_hoy {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	text-align: center;
	vertical-align: middle;
	font-family:Arial;
	font-size:15px;
	font-weight: bold;
	padding:20px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.noticias_calendario_hoy:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
/*
.noticias_calendario_hoy:active {
	position:relative;
	top:1px;
}
*/
.noticias_calendario_evento {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	text-align: center;
	vertical-align: middle;
	font-size:15px;
	font-weight:bold;
	padding:20px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.noticias_calendario_evento:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}
/*
.noticias_calendario_evento:active {
	position:relative;
	top:1px;
}
*/
.noticias_calendario_destacado {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	/*display:inline-block;*/
	cursor:pointer;
	color:#333333;
	text-align: center;
	vertical-align: middle;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:20px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.noticias_calendario_destacado:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
/*
.noticias_calendario_destacado:active {
	position:relative;
	top:1px;
}
*/
.noticias_calendario_vacio {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	/*display:inline-block;*/
	cursor:pointer;
	color:#666666;
	text-align: center;
	vertical-align: middle;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:20px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.noticias_calendario_vacio:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
/*
.noticias_calendario_vacio:active {
	position:relative;
	top:1px;
}
*/
