#tabs .tabs li .current {
	background-color: #F2F2F2;
	color: #000;
}
#tabs .tabs li .current:hover {
	background-color: #F2F2F2;
	color: #000;
}
#tabs .tabs li a {
	padding-right: 10px;
	padding-left: 10px;
}
#tabs .tabs li a:hover {
	color: #fff;
	background-color:#333333;
}
.tabsnoticias p {
	padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    padding-right: 10px;
	padding-left: 10px;
}
.tabsnoticias  p a {
	color: #000 !important;
	display: block;
	line-height: 1.46em;
	text-align: left;
}
#contenido_noticias .tabsnoticias a:hover {
	color: #666 !important;
	display: block !important;
	background-color:#F2F2F2 !important;
}
#contenido_noticias .tabsnoticias span strong {
	color:#808080;
	display:block;
	float:left;
	margin-right:5px;
}

/* tab pane styling */
.panes div {
	display:none;
	padding:15px 10px;
	border:none;
	border-top:0;
	/*height:100px;*/
	font-size:14px;
	background-color:#F2F2F2;
}

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	border-bottom:1px solid #666;
	height:30px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(/tools/img/tabs/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 80px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;
	color:#fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	cursor:default !important;
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* initially all panes are hidden */
.panes .pane {
	display:none;
}
#destacada img {
	float: left;
	margin-right: 20px;
	display: block;
}
#destacada h1 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width:100%;
    background: none;
}
#destacada h3 {
	color:#00395E;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:28px;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:10px;
	margin-top:0;
}

#destacada h1 a {
	color: #00395E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 10px;
}
#destacada small {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding-bottom:5px;
}
#destacada p {
	color:#4F4F4F;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:1.46em;
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
}
#destacada .subtitulo {
	color:#2F2F2F;
	display:block;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin-bottom:13px;
	text-align:left;
}
#destacada a:hover {
	background-image: none;	
	color: #2F2F2F;
}
.tags_noticias {
	background-color:#CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	padding-bottom:10px;
	/*left:-80px;
    margin: 20px 0 0;
    padding: 10px 10px 10px 80px;
    top:0px;
	width:220px;*/
}  
.tags_noticias p a {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.tags_noticias p span {
	display: block;
	float: left;
	font-weight: bold;
	color: #036;
}
#destacada #tags p {
	font-family: Arial, Helvetica, sans-serif;
}
#destacada #tags_noticias p {
	font-family: Arial, Helvetica, sans-serif;
}
.fototag {
	position: relative;
}
div#secundarias {
	background-color: #F2F2F2;
    border-top: 1px solid #999;
    margin-top: 20px;
	padding-top: 20px;
}
#secundarias  h1 a {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#secundarias h1 {
	padding: 0px;
    margin: 3px 0px;
    background: none;
}
#secundarias p {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
#secundarias small {
	font-weight: bold;
	color: #666;
	font-size: 12px;
}
#secundarias h1 a:hover {
	background-color: #F2F2F2;
}
#secundarias .navigation {
	padding-bottom: 20px;
}
#secundarias .navigation .wp-pagenavi a:hover {
	color: #FFF;
	text-decoration: none;
}
.ver_not {
    margin: 10px 0px 0px;
    display: block;
}
#contenido_noticias .ver_not {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
#contenido_noticias #secundarias .ver_not a:hover {
	background-color: #F2F2F2;
}
#secundarias .navigation .wp-pagenavi .pages {
	padding-top: 5px;
	padding-bottom: 5px;
}
#secundarias .navigation .wp-pagenavi a {
	padding-top: 5px;
	padding-bottom: 5px;
}
#secundarias .navigation .wp-pagenavi .current {
	padding-top: 5px;
	padding-bottom: 5px;
}
.noti_interior small{
	float:none !important;
}
.noti_interior h3{
	float:none !important;
}
.noti_interior p{
	float:none !important;
}
.noti_interior .imagen_interior{
	float:left;
	/*height:240px;*/
	width:230px;
	margin-right:20px;
}
small.bajada_noti{
	display:block !important;
	float:left !important;
	font-size:10px !important;
	font-weight:normal !important;
	padding-top:20px;	
}
