/*@import url("mandela_cab.css");*/
	html {	background: #000;}

.secmod {
	border: none !important;
	padding: 1.2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

.secmod > .c100 {
	box-shadow: 3px 3px 3px rgb(170, 170, 170);
	background: rgb(247,247,247) !important;/* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(247,247,247,1) 0%, rgba(214,214,214,1) 100%) !important;/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(214,214,214,1))) !important; /* Chrome,Safari4+ */  
	background: -webkit-linear-gradient(-45deg,  rgba(247,247,247,1) 0%,rgba(214,214,214,1) 100%)  !important; /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(-45deg,  rgba(247,247,247,1) 0%,rgba(214,214,214,1) 100%)  !important; /* Opera 11.10+ */  
	background: -ms-linear-gradient(-45deg,  rgba(247,247,247,1) 0%,rgba(214,214,214,1) 100%) !important; /* IE10+ */ 
	background: linear-gradient(135deg,  rgba(247,247,247,1) 0%,rgba(214,214,214,1) 100%) !important; /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d6d6d6',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */;}

.secmod .title h3 {
	border: none;
	border-bottom: 3px solid #333;
	padding-bottom: 5px;}

.secmod .title h3 a {color: #333;
text-shadow: 1px 1px 1px #fff;}

h2 a {color: #000}


/*slide de photos*/
/*
.slide {position:relative;display:inline-block;}
.slide .title,.pagbox {position:absolute;}
.slide .title {bottom:0.8em;left:0;width:100%;padding:0;}
.pagbox {top:0;padding:1.2em 0;}
.content_slide {background:#000;}
.content_slide .titu {background:transparent !important;}
.content_slide .titu strong {text-align:center;font-size:220%;line-height:2.3;font-family:RTVEfontB,Tahoma,serif;}
.slide .title strong {color:#fff;font-size:160%;line-height:1.25;padding:0.25em 0;font-family:RTVEfontR,Tahoma,serif;}
.gallery {padding-bottom:5.2em;}
.pagbox ul {width:98%;padding:0 1%;}
.pagbox .items,.pagbox .first,.pagbox .last {display:none;}
.pagbox .prev {float:left;}
.pagbox .next {float:right;}
.pagbox .prev,.pagbox .next {display:inline-block;width:auto;height:auto;border:0 none;}
.pagbox .prev strong,.pagbox .next strong {width:auto;height:auto;}
.pagbox strong:hover {background:none;}
.pagbox span {font-size:150%;line-height:1.6667;width:6em;display:block;font-weight:bold;color:#fff;border-radius:0.25em;
background: 					linear-gradient(bottom,#e50 10%,#f90 90%);                                       
background: 			 -o-linear-gradient(bottom,#e50 10%,#f90 90%);                                       
background: 		 -moz-linear-gradient(bottom,#e50 10%,#f90 90%);                                            
background: 	-webkit-linear-gradient(bottom,#e50 10%,#f90 90%);                                
background: 			-ms-linear-gradient(bottom,#e50 10%,#f90 90%);                                        
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ee5500',GradientType=0 );
background: 				 -webkit-gradient(linear,left bottom,left top,color-stop(10%,#e50),color-stop(90%,#f90));
box-shadow:0.0667em 0.0667em 0.1333em #222;
}
.pagbox .off span {opacity:0.25;}
.pagbox span:hover {box-shadow:0 0 1.2667em #000;}
*/