/*COMUNES*/
.btn-donar {
	-pie-background: linear-gradient(110deg, #EAAE00 50%, #EDBA23 50%);
}
.btn-escuchar {
	-pie-background: linear-gradient(110deg, #AECF5C 50%, #A3C942 50%);
}
.btn-youtube {
	-pie-background: linear-gradient(110deg, #E3624F 50%, #DF4A34 50%);
}
.btn-facebook {
	-pie-background: linear-gradient(110deg, #556FA6 50%, #3B5998 50%);
}
.btn-twitter {
	-pie-background: linear-gradient(110deg, #34BCF2 50%, #14B1F0 50%);
}
.btn-search, .btn-mail, .btn-donde, .btn-autogestion {
	-pie-background: linear-gradient(110deg, #45A1BF 50%, #2893B5 50%);
}
#main .small-col .side-widget-title {
	background: #45A1BF;
	-pie-background: linear-gradient(110deg, #45A1BF 50%, #2893B5 50%);
}
/*MENU*/
.navmenu li .submenu-wrapper {
	/* FOR IE6 */
	width: 227%;
	/* For lt IE8 */
	max-width: 100%;
	background-image:url('imgs/transparent.gif'); /*Fix IE 8 menu hover*/
}
.navmenu li .submenu-wrapper .institucional {
	background-color: #EFF3F7;
	filter:alpha(opacity=95);
}
.navmenu li .submenu-wrapper .programacion {
	background-color: #F2F8FE;
	filter:alpha(opacity=95);
}
.navmenu li .submenu-wrapper .papa-francisco {
	background-color: #EEF5FE;
	filter:alpha(opacity=95);
}
.navmenu li .submenu-wrapper .actualidad {
	background-color: #F6F2F4;
	filter:alpha(opacity=95);
}
.navmenu li .submenu-wrapper .tejiendo-redes {
	background-color: #F9EAE2;
	filter:alpha(opacity=95);
}
/*FOOTER*/
#footer-bottom .wrapper {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-8 */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
}
/*SLIDER*/
#main-slider {
	_height: 451px;
	_padding-top: 30px;
}
#main-slider .cycloneslider {
	_width: 946px;
}
.cycloneslider-template-standard .cycloneslider-caption, .row .text {
   	background: #25ABD8 !important;
   	filter:alpha(opacity=90);
}
.cycloneslider-template-standard .cycloneslider-caption .cycloneslider-caption-title {
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);
}
.cycloneslider-template-standard .cycloneslider-author {
	background: #D3E9F1 !important;
}
#secondary-slider .text {
   	background: #25ABD8 !important;
   	filter:alpha(opacity=90);
}
#secondary-slider .text p, #secondary-slider .text h2, #secondary-slider .text h3{
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);
}
#secondary-slider .author, .row .author {
	background: #FFF !important;
   	filter:alpha(opacity=90);
}
.radio-maria-foto-slider .cycloneslider-prev,
.radio-maria-foto-slider .cycloneslider-next{
    background: #25ABD8 !important;
   	filter:alpha(opacity=80);
}
.radio-maria-foto-slider .cycloneslider-prev:hover,
.radio-maria-foto-slider .cycloneslider-next:hover{
   background: #25ABD8 !important;
   	filter:alpha(opacity=90);
}
/*CONTENT*/
#main .big-col .row .sep-top, #main .big-col .row .sep-bottom {
	overflow: hidden;
}
/*FORM*/
.wpcf7-text, .wpcf7-select, .wpcf7-textarea {
	/*border: 1px solid red;*/
	margin-right: 5px;
    padding: 7px 10px;
    border: 1px solid #CCC;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #333;
    -webkit-box-shadow: #C7C7C7 0 5px 10px;
	-moz-box-shadow: #C7C7C7 0 5px 10px;
	box-shadow: #A3A3A3 0 5px 10px;
    float: left;
}
/*NEWS*/
.news-wrapper img{
	width: auto;
}