
@import url('jquery-ui-1.8.17.custom.css');
@import url('nova_st.css');




/**************** MENU HORIZONTAL ******************/
.fondo_menu_top {background:#000000;}

	#menu a {
		color: #ffffff;
	}
	
	/* You don't need the above styles, they are demo-specific ----------- */
	
	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
		width: 100%;
		margin: 0px auto;
		/*border: 1px solid #222;*/
		background-color: #545454;
		/*background-image: -moz-linear-gradient(#a4112b, #c51231); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#a4112b), to(#c51231));	
		background-image: -webkit-linear-gradient(#a4112b, #c51231);	
		background-image: -o-linear-gradient(#a4112b, #c51231);
		background-image: -ms-linear-gradient(#a4112b, #c51231);
		background-image: linear-gradient(#a4112b, #c51231);*/
		/*-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;*/
		/*-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;*/
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		border-right: 1px solid #FFFFFF;
		/*-moz-box-shadow: 1px 0 0 #a4112b;
		-webkit-box-shadow: 1px 0 0 #a4112b;
		box-shadow: 1px 0 0 #a4112b;*/
		position: relative;
	}
	
	#menu a {
		float: left;
		padding: 10px 8px;
		color: #fff;
		/*text-transform: uppercase;*/
		font: bold 11px Arial, Helvetica;
		text-decoration: none;
		/*text-shadow: 0 1px 0 #000;*/
	}
	
	#menu li:hover > a {
	color: #fff;
	background-color: #000000;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
		
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 32px;
		top:33px\9;/* IE6, IE7, IE8, IE9 */
		left: 0;
		z-index: 3000;   
		background-color: #545454;
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		
		
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 181px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		
  }
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none !important;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 181px;
		_height: 10px; /*IE6 only*/
		display: block;
		/*white-space: nowrap;*/
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		background-color: #000000;
		/*background-image: -moz-linear-gradient(#F87676,  #680101);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#F87676), to(#680101));
		background-image: -webkit-linear-gradient(#F87676, #680101);
		background-image: -o-linear-gradient(#F87676, #680101);
		background-image: -ms-linear-gradient(#F87676, #680101);
		background-image: linear-gradient(#F87676, #680101);*/
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 15px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		/*border-bottom: 6px solid #fff;*/
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #fff;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #fff; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #fff; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	

/************************* PISAN PARA NUEVO DISEŅO ***********************/
.titulo_noticia_destacada {
    font-size: 15px;
    color: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 10px 0px 0px 0px;
    background-color: rgb(181, 181, 181);
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.marco {
    width: 975px;
    overflow: hidden;
    margin: 0px auto 0px auto;
    text-align: left;
    /*background: #FFFFFF;*/
}

.marcouno {
    width: 975px;
    overflow: hidden;
    margin: 0px auto 0px auto;
    background: #FFFFFF;
   /* box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
	border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}

/************************* DATOS CSS SHOWBOX MADRID(ROJO) ***********************/

.ui-widget-content { 
	border: 1px solid #cc3300; 
	background: #fcfdfd  50% bottom repeat-x; 
	color: #222222; 
	}

.ui-widget-header { 
	border: 1px solid #cc3300; 
	background: #cc3300 50% 50% repeat-x; 
	color: #ffffff; 
	font-weight: bold; 
	}
.ui-widget-header a { 
	color: #ffffff; 
	}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #cc3300; 
	background: white; /*url(novabox/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;*/
	font-weight: bold; 
	color: #000;  
}
.ui-icon { 
	width: 16px; 
	height: 16px; 
	background-image: url(novabox/ui-icons_cd0a0a_256x240.png); 
	}
.ui-widget-content .ui-icon {
	background-image: url(novabox/ui-icons_cd0a0a_256x240.png); 
	}
	
	/*** [X] CABECERA ***/
.ui-widget-header .ui-icon {
	background-image: url(novabox/ui-icons_ffffff_256x240.png); 
	}
	
.ui-state-default .ui-icon { 
	background-image: url(novabox/ui-icons_cd0a0a_256x240.png); 
	}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(novabox/ui-icons_cd0a0a_256x240.png); 
	}
.ui-state-active .ui-icon {
	background-image: url(novabox/ui-icons_cd0a0a_256x240.png); 
	}
.ui-state-highlight .ui-icon {
	background-image: url(novabox/ui-icons_cd0a0a_256x240.png); 
	}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(novabox/ui-icons_cd0a0a_256x240.png); 
	}

/*******************************************************/

/********************** TIPO y TAMAŅOS DE LETRA Y CAMPOS INPUT PROPIOS DE LA CAPA************************/

/*Comentado para no reemplazar css de nova_st*/
/*
.ui-widget { 
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; 
	font-size: 1.1em; 
	}
.ui-widget .ui-widget { 
	font-size: 1em; 
	}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; 
	font-size: 1em; 
	}
.ui-widget-content a { 
	color: #222222; 
	}
	*/



/**************  CAPAS BOOTSTRAP ***********/


.modal {z-index: 10050 !important;outline: none !important;}
/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {display: inline-block;margin-top: 0px;margin-right: 0px;width: 9px;height: 9px;background-repeat: no-repeat !important;background-image: url("./img/remove-icon-small.png") !important;}


.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10049;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
    
    
    .modal {
    z-index: 10050;
    outline: 0
}

.page-portlet-fullscreen .modal {
    z-index: 10060
}

.modal .modal-header {
    border-bottom: 1px solid #EFEFEF
}

.modal .modal-header h3 {
    font-weight: 300
}

.modal .modal-header .close {
    margin-top: 0!important
}

.modal .modal-dialog {
    z-index: 10051
}

.modal>.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px
}

.modal.in .page-loading {
    display: none
}

.modal-open-noscroll {
    overflow-y: hidden!important
}

.modal-backdrop {
    border: 0;
    outline: 0
}

.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat!important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(./img/remove-icon-small.png)!important;
    float: right;
    font-size: 21px;
    font-weight: bold;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }