
.debug {
   display:none;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

.fluid-container {
	display:table;
	border-collapse:collapse;
	width:100%;
}
.fluid-container-fit {
	display:table;
	border-collapse:collapse;
}
.fluid { 
	display:table-cell;
	font-size:12px;
	-border:1px solid #c0c;
} 
.wrap {
	min-width:640px;
}
@media screen and (max-width: 800px) {
	.wrap {	min-width:200px; }
	
}

.wrap-body-margin {
	width:auto;
	width:10%;
	font-size:0.01em;
	-background:#fdd;
}

@media screen and (max-width: 1360px) {
	.wrap-body-margin {	width:11%; }
}
@media screen and (max-width: 1280px) {
	.wrap-body-margin {	width:8%; }
}
@media screen and (max-width: 1024px) {
	.wrap-body-margin {	width:3%; }
}
@media screen and (max-width: 800px) {
	.wrap-body-margin {	width:1%; }
}

/*fonts */
/*http://www.font2web.com/ */
/*http://onlinefontconverter.com/font?id=p1 */
@font-face {
    font-family: 'Novecentowide-Book';
    src: url('/templates/default/fonts/Novecentowide-Book.eot');
    src: url('/templates/default/fonts/Novecentowide-Book.eot?#iefix') format('embedded-opentype'),
         url('/templates/default/fonts/Novecentowide-Book.woff') format('woff'),
         url('/templates/default/fonts/Novecentowide-Book.ttf') format('truetype'),
         url('/templates/default/fonts/Novecentowide-Book.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Novecentowide-Medium';
    src: url('/templates/default/fonts/Novecentowide-Medium.eot');
    src: url('/templates/default/fonts/Novecentowide-Medium.eot?#iefix') format('embedded-opentype'),
         url('/templates/default/fonts/Novecentowide-Medium.woff') format('woff'),
         url('/templates/default/fonts/Novecentowide-Medium.ttf') format('truetype'),
         url('/templates/default/fonts/Novecentowide-Medium.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Novecentowide-Normal';
    src: url('/templates/default/fonts/Novecentowide-Normal.eot');
    src: url('/templates/default/fonts/Novecentowide-Normal.eot?#iefix') format('embedded-opentype'),
         url('/templates/default/fonts/Novecentowide-Normal.woff') format('woff'),
         url('/templates/default/fonts/Novecentowide-Normal.ttf') format('truetype'),
         url('/templates/default/fonts/Novecentowide-Normal.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/templates/default/fonts/OpenSans-Bold.eot');
    src: url('/templates/default/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('/templates/default/fonts/OpenSans-Bold.woff') format('woff'),
         url('/templates/default/fonts/OpenSans-Bold.ttf') format('truetype'),
         url('/templates/default/fonts/OpenSans-Bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/templates/default/fonts/OpenSans-Regular.eot');
    src: url('/templates/default/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/templates/default/fonts/OpenSans-Regular.woff') format('woff'),
         url('/templates/default/fonts/OpenSans-Regular.ttf') format('truetype'),
         url('/templates/default/fonts/OpenSans-Regular.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*responsive or not responsive, that is the question
.wrap-body-margin {
	width:auto;
}
.wrap {
	width:960px;
}*/



body {
	font-family:'Novecentowide-Book', Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
	background-color:#ffffff;
	height:110%;
}

a {
	color:#757575;
	text-decoration:none;
}
a:hover {
	-text-decoration:underline;
	color:#666 !important;
}

h1,h2,h3,h4{
	font-family:'Novecentowide-Book', Tahoma, Helvetica, sans-serif;
	font-weight:normal;
}
@media screen and (max-width: 800px) {
	#main_menu h1{ line-height:30px; font-size:120%; }	
}

.selected:hover {
	/*color:#D51D29 !important;*/
}


.nav:first-letter {
	text-transform: uppercase;
}

/*.nav a {
	-white-space: nowrap;
	-text-decoration:none;
	-text-transform:uppercase;
	-display:inline-block;
}
.nav a:first-letter {
	-text-transform: uppercase;
}*/




#user {
	float:left;
	clear:both;
	margin-top:17px;
	font-size:11px;
}


#user.logged {
	margin-top:11px;
}


#user .input-text {
	margin-right:5px;
	width:120px;
	
}
#user .input-submit {
}

#user .input-small {
	margin-right:10px;	
}

#user .infouser {
	
}
#user #user_msg {
	display:inline-block;
	-background:#000;
	-color:#fff;
	padding:5px 10px 4px 10px;
	margin-left:20px;
	
}
#user .logout {
	display:inline-block;
	-background:#000;
	-color:#fff;
	padding:2px 10px 2px 10px;
	margin-left:20px;
}




#header {
	margin-top:20px;
	/*margin-bottom:30px;*/
}

#principal{
	pposition:absolute;
	zz-index: 100;
    background-color:rgba(255,255,255,0.7) ;

    float:left;
    width:100%;
    height:100%;
}
#secundario{
	border-top:0px #ccc solid;
	border-bottom:0px #ccc solid;
	pposition:absolute;
	ttop:156px; 
	zz-index: 100;
    background-color:rgba(255,255,255,0.8) ;
    
    float:left;
    width:100%;
    height:100%;
    display:table;
}
#menu_top{
	position:absolute;
	z-index: 100;
	width:100%;
}
#menu_movil{ float:left; clear:both; display:none; }
@media screen and (min-width: 10px) and (max-width: 800px) {
	#secundario{ 
		border-bottom:1px #ccc dotted;
		border-right:1px #ccc dotted;
		border-top:1px #ccc dotted;
		 
		/*background-color:rgba(255,255,255,0.93) ;*/
		background-color:rgba(255,255,255,0.99) ;
		width:75%;
		display:none;
	}
	#menu_movil{ display:inline; }
	.node500020{ display:none; }
}


#logo {
	vertical-align:middle;
	/*width:1%;*/
	white-space:nowrap;
	padding:0;
	height:70px
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
	#logo {	height:50px; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#logo {	height:55px; }
}

#logo img {
	width:180px;
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
	#logo img {	width:150px; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#logo img {	width:235px; }
}

#main_menu  {
	line-height:30px;
	display:table;
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
	#main_menu  { line-height:30px; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#main_menu  { line-height:20px; }
}

#main_menu > div {
	display:table-cell;
	/*width:10%;*/
	text-align:center;
	vertical-align:middle;
	/*padding:0px 5px 0px 5px;*/
}
#main_menu > div.first {
	text-align:left;
	padding-left:10px;
}

#main_menu > div.last {
	text-align:right;
}
#main_menu.nav a{
	color:#666;
	font-size:90%;
	letter-spacing:0.3px;
}
#main_menu.nav a.fr{ font-size:80%; }
@media screen and (min-width: 1150px) and (max-width: 1250px) {
	#main_menu.nav a{ font-size:80%; }
	#main_menu.nav a.fr{ font-size:70%; }
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
	#main_menu.nav a{ font-size:70%; }
	#main_menu.nav a.fr{ font-size:60%; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#main_menu.nav a{ font-size:50%; }
	#main_menu.nav a.fr{ font-size:40%; }
}

#main_menu.nav a.selected h1{
	color:#D61E24;
	font-weight:bold;
}

@media screen and (min-width: 10px) and (max-width: 800px) {
	#main_menu > div { display:block; text-align:left; }
	#main_menu > div.first { text-align:left; padding-left:0px; }
	#main_menu > div.last { text-align:left; }
	#main_menu.nav a{ font-size:100%; }
}

#main_menu.nav a:hover h1{
	color:#999;
	
}

#main_logos img{ margin-top:15px; float:right; margin-left:20px; }
@media screen and (min-width: 800px) and (max-width: 1150px) {
	#main_logos img{ width:33px; }
	#main_logos img.bimobject{ width:66px; padding-top:10px; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#main_logos img{ width:22px; float:right; margin-right:20px; margin-left:0;}
	#main_logos { clear:both; float:left; width:auto; }
	#logo{ clear:both; float:left; }
	#main_logos img.bimobject{ width:66px; padding-top:5px; }
}



#flags {
	vertical-align:top;
	width:1%;
	white-space:nowrap;
}
#flags .nav {
	margin-left:30px;
	margin-top:20px;
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#flags { float:left; width:auto;}
	#flags .nav { margin-left:0; }
}

#flags .nav > li {
	display:inline-block;
	padding-right:5px;
}
#flags .nav a.active {
}


#breadcrumbs {
	float:left;
	margin-top:0;
	margin-bottom:5px;
	margin-left:20%;
	color:#bbb;
}
#breadcrumbs .nav > li {
	-float:left;
	display:inline;
	-padding-right:5px;
	color:#bbb;
}
#breadcrumbs .nav a {
	font-size:8px;
	color:#989898;
}
#breadcrumbs .nav li.breadselected  a.selected {
	font-size:8px;
	color:#D51D29;
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#breadcrumbs { margin-left:5px; mmargin-bottom:15px; height:20px; }
	#breadcrumbs .nav a { font-size:100%; }
	#breadcrumbs .nav li.breadselected  a.selected { font-size:100%; }	
}


#module_content {
	vertical-align:top;
	/*background:#f6f6f6;*/
	/*-padding-left:50px;*/
	/*padding:25px 0px 20px 0px;*/
	padding:0;
	margin:0;
	overflow:hidden;
	margin-bottom:30px;
}
#module_content .wrap {
	-padding:0px 20px;
	/*padding-left:20px;*/
}

#module_content h1.title{
	font-size:200%;
	color:#d8d8d8;
	text-transform:uppercase;
	mmargin-bottom:14px;
	font-weight:normal;
	display:table-cell;
}
#module_content h1.title.activo{
	/*font-size:200%;*/
	color:#666666;
	text-transform:uppercase;
	mmargin-bottom:14px;
	font-weight:normal;
	display:table-cell;
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
	#module_content h1.title{ font-size:150%; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#module_content h1.title{ font-size:150%; padding-left:0; }
}


#main_submenu > div {
	text-align:center;
	vertical-align:middle;
	text-align:left;
	vertical-align:top;
	padding:10px 20px 10px 20px;
	-border:1px solid #000;
	margin-right:3px;
	background:#fafafa;
}
#main_submenu > div.separator {
	background:transparent;
	width:3px;
	font-size:0.01em;
	padding:0px;
}
#main_submenu > div.selected {
	background:#f6f6f6;
}
#main_submenu.nav  a {
	text-align:left;
	color:#989898;
	font-size:11px;
	-text-transform:capitalize;
}

#main_submenu.nav  a.selected {
	color:#D51D29;
}


.wysiwyg_submenu {
	display:inline-block;
	margin-top:40px;	
	margin-bottom:20px;
	width:100%;
}
.wysiwyg_submenu li {
	width:100%;
	margin-bottom:3px;
	border-bottom:1px solid #757575;
	padding-bottom:4px;
	margin-bottom:4px;	
}
.wysiwyg_submenu li.selected { border-bottom:1px solid #cf2829; }
.wysiwyg_submenu li:hover { border-bottom:1px solid #cf2829; }
@media screen and (min-width: 10px) and (max-width: 800px) {
	.wysiwyg_submenu { margin-top:10px; 	margin-bottom:10px; }
	.wysiwyg_submenu li { float:left; width:auto; margin-right:10px; }
}

.wysiwyg_submenu a {
	padding:0;
	font-size:100%;
	text-decoration:none;
	text-align:right;
}
.wysiwyg_submenu a.selected {
	color:#757575 !important;
	font-family:'Novecentowide-Medium', Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: uppercase;
}
.wysiwyg_submenu a:hover {
	color:#999 !important;
	/*-font-family:'Novecentowide-Medium', Tahoma, Helvetica, sans-serif;*/
	font-weight:normal;
}
.wysiwyg_submenu a.sub { color:#bfc0b7; font-size:90%; }
@media screen and (min-width: 1150px) and (max-width: 1250px) {
	.wysiwyg_submenu a { font-size:90%; }
	.wysiwyg_submenu a.sub { font-size:80%; }
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
	.wysiwyg_submenu a { font-size:80%; }
	.wysiwyg_submenu a.sub { font-size:70%; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	.wysiwyg_submenu a { font-size:100%; }
	.wysiwyg_submenu a.sub { font-size:90%; }
}


.widgets_design {
	width:100%;
	background:#f6f6f6;
	padding-top:40px;
}
.widgets_design img {
	width:100%;
}


.design-footer-separator {
	height:0px;
}
.design-footer-separator2 {
	height:0;
}

.wrap-body-margin.footer { width:10%; }
@media screen and (max-width: 800px) {
	.wrap-body-margin.footer { width:1%; }	
}
.fluid-container.footer { background:#efefef; }
.fluid-container.links { display:none; }
.fluid-container.widgets{ display:none; }

 
 
footer {
	-margin-top:25px;
	-border:1px solid #999999;
	-padding-left:1%;
	width:100%;
	padding-bottom:30px;
	padding-top:15px;
}
#footer_links {
	-margin-top:10px;
	-margin-left:25%;
	-margin-bottom:50px;
	float:right;
	margin-top:5px;
	margin-bottom:22px;
}

#footer_links .nav > li {
	-float:left;
	display:inline;
	padding-right:5px;
	color:#bbb;
}
#footer_links .nav a {
	color:#989898;
	font-size:8px;
}



#footer_sitemap {
	color:#989898;	
}

#footer_sitemap > div {}
@media screen and (max-width: 800px) {
	#footer_sitemap > div { float:left; }
}


#footer_sitemap > div {
	width:15%;
	padding-right:23px;
}
@media screen and (max-width: 800px) {
	#footer_sitemap > div { width:40%; }
}
 
#footer_sitemap > div:first-child {
	ttext-align:left;
}
#footer_sitemap > div:last-child {
	ttext-align:right;
}
#footer_sitemap.nav a {
	color:#989898;
	display:block;
	font-size: 10px;
	padding-bottom:5px;
	-white-space:nowrap;
	-padding-right:40px;
}

#footer_sitemap > div > div:first-child > a {
	padding-bottom:5px;
	color: #666;
} 

#footer_sitemap .level1 {
	margin-top:6px;
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:10px;
}
#footer_sitemap a.level1 {
	color:#747474;
}
#footer_sitemap .level2 {
	font-size:11px;
	margin-top:2px;
	-text-transform:capitalize;
	
}
#footer_sitemap .level3 {
	font-size:10px;
	padding-left:8px;
	-text-transform:capitalize;
	color:#989898;
}

#footer_widgets {
	-margin-bottom:10px;
}

#footer_widgets > div {
	padding:20px 15px 20px 15px;
}
#footer_widgets > div:first-child {
	-text-align:left;
	-min-width:25%;
}
#footer_widgets > div:last-child {
	-text-align:right;
	-min-width:25%;
}




/* overwrite prettyphoto theme */
/*div.facebook .pp_details{ min-width:150px; }
div.facebook .pp_full_res{ min-width:150px; }
div.facebook #pp_full_res{ text-align:center; }
div.facebook .pp_content{ min-width:150px; }
div.facebook .pp_middle{ min-width:150px; }
div.facebook .pp_content_container{ min-width:150px; }
div.facebook .pp_hoverContainer{ min-width:150px; }
div.facebook .pp_bottom{ min-width:190px; }
div.facebook .pp_top{ min-width:190px; }
div.facebook .pp_left .pp_right{ min-width:150px; }
*/



/*div.light_rounded .pp_close {
	background-image:url(../images/design/prettyphoto_sprite2.png) !important;
}

div.facebook .pp_left,
div.facebook .pp_middle,
div.facebook .pp_right {
	background:#fff !important;
}
	
div.facebook .pp_expand,
div.facebook .pp_expand:hover,
div.facebook .pp_contract,
div.facebook .pp_contract:hover,
div.facebook .pp_close,
div.facebook .pp_arrow_previous,
div.facebook .pp_arrow_next,
div.facebook .pp_nav .pp_play,
div.facebook .pp_nav .pp_pause {
	background-image:url(../images/design/prettyphoto_sprite.png) !important;
}
div.facebook .pp_next:hover {
	background-image:url(../images/design/prettyphoto_btnNext.png) !important;
}
div.facebook .pp_previous:hover{
	background-image:url(../images/design/prettyphoto_btnPrevious.png) !important;
}*/

/* para que no tenga casi margenes */
/*
.pp_top,.pp_bottom{height:10px !important;}
* html .pp_top,* html .pp_bottom{padding:0 10px !important;}
.pp_top .pp_left,.pp_bottom .pp_left{height:10px !important;width:10px !important;}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:10px !important;left:10px !important;right:10px !important;}
.pp_top .pp_right,.pp_bottom .pp_right{height:10px !important;width:10px !important;}
.pp_content_container .pp_left{padding-left:10px !important;}
div.ppt, .pp_description {display: none !important;}
*/

/* forms ---------------------------------------------------------------------------------*/
.form legend { 
	padding:10px;
	bbackground:#f00;
}
.form label { 
	display:block;
	padding:1px 22px 5px 0;
	font-size:11px;
}
.form input.field { 
	width:250px; 
	margin-bottom:5px;
}
.form textarea.field {
	width:250px;
	margin-bottom:5px;
}
.form .captcha {
	margin-top:15px;
	margin-bottom:19px;
	white-space:normal !important;
}
.form .captcha label {
	ddisplay:block;
	padding:5px 0px 5px 0px;
	font-size:10px;
}
.form .captcha #captcha {
	width:140px;
	height:40px;
	margin-top:3px;	
	font-size:26px;
	letter-spacing:11px;
	text-align:center;
	vertical-align:middle;
}
.form .form_msg {
	padding:10px 15px 10px 5px;
	background:#D51D29;
	color:#fff;
	text-align:center;
	
}

.form input[type="reset"], 
.form input[type="submit"], 
.form input[type="button"] {
	background:#D51D29;
	color:#fff;
	text-shadow: none;
	border-width: 0px;
	padding:6px 15px;
	text-transform:uppercase;
}
.form input[type="file"]:hover, 
.form input[type="reset"]:hover, 
.form input[type="submit"]:hover, 
.form input[type="button"]:hover {
	background:#D51D29;
	color:#ccc;
} 

#contenedor_seolang{ 
	width:150px;
	background: url('/templates/default/images/design/select.png') no-repeat scroll right center #d3cfce;  
	overflow: hidden;
	border:1px solid #aaa;
}
select#seolang{
	background:transparent;
	width:170px; 
	border:0px solid #000;	 
	text-transform:uppercase;
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
	#contenedor_seolang{ width:140px; }
	select#seolang{ font-size:90%; width:160px; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#contenedor_seolang{ width:120px; }
	select#seolang{ font-size:80%; width:140px; }
	#contenedor_seolang{ border-radius:4px; }
}


/* paginator ---------------------------------------------------------------------------------*/
.paginator 						{ text-align:center; font-size:11px; clear:both; font-family: Tahoma, Arial, sans-serif;   }
.paginator a					{ border:solid 1px #e3e3e3;  margin:0px 1px 0px 1px; padding: 3px 6px 3px 6px; color:#666; }
.paginator .page 				{ color:#666; border-color:#999; }
.paginator .previous			{ color:#666; border-color:#999;}
.paginator .next				{ color:#666; border-color:#999;}
.paginator .previous.disabled	{ color:#aaa; border-color:#e3e3e3; ddisplay:none;}
.paginator .next.disabled 		{ color:#aaa; border-color:#e3e3e3; ddisplay:none;}
.paginator .selected			{ color:#fff; border-color:#444; background:#444; font-weight:bold; }
.paginator .disabled			{ text-decoration:none; cursor:text;}
.paginator .disabled:hover		{ text-decoration:none;}
.paginator .text				{ text-decoration:none; cursor:text; border-width:0px; }
.paginator .text:hover 			{ text-decoration:none; }
.paginator .pageof 				{ border-width:1px; margin-right:10px;}
.paginator .coincidences 		{ border-width:1px; margin-right:30px;}

/* -------------------------------------------------------------------------------------*/
#googlemaps_map {
	position:relative;
	margin-top:40px;
	height:410px;
	width:100%;
	border:0px solid #FFF;
}
.googlemaps_text {
	text-align:left;
	white-space: nowrap;
}
#googlemaps_map .googlemaps_text {
	font-size:11px;
}
#wysiwyg_map_info {
	margin-top:0px;
}


/* estilos especiales  */

.content-table { width:100%; display:table; }
.content-cell { display:table-cell; vertical-align:top; }
.content-cell.menu { width:20%; padding:0 5% 0 0; text-align:right; }
.content-cell.texto { width:60%; min-height:20%; }
.content-cell.derecha{ width:15%; }
@media screen and (min-width: 10px) and (max-width: 800px) {
	.content-cell.menu { width:100%; float:left;}
	.content-cell.texto { width:100% !important; float:left; }
	.content-cell.derecha{ width:0; }
}

.node600002  #module_content {
	padding-bottom:0px;
}
.camera_caption > div { background:rgba(255,255,255,0.5) !important; color :#000 !important; /*background:transparent !important;*/ float:left; }

#slider { width:100%; min-height:150px /*height:500px;*/ }
/*@media screen and (min-width: 800px) and (max-width: 1150px) {
	#slider { width:100%; hheight:300px; }
}
@media screen and (min-width: 10px) and (max-width: 800px) {
	#slider { width:100%; height:300px; }
}*/
@media screen and (min-width: 10px) and (max-width: 800px) {
	#slider { width:100%; min-height:180px; /*background-color:#eee;*/ }	
	.camera_fakehover { display:none; }
	.camera_pag { display:none; }
}

#module_content #camera_wrap .camera_pag .camera_pag_ul{ text-align:center; }
#module_content .camera_wrap .camera_pag .camera_pag_ul li { margin: 30px 5px 10px 5px;}
#module_content #camera_wrap .camera_pag { position:relative; top:-60px }
#module_content #camera_wrap { margin-bottom:10px !important; }

.form .accept_conditions label,
.form .accept_conditions label a {
 	font-size:9px !important;
 }
.form .captcha label ,
.form .captcha label a{
	font-size:9px !important; 
 }
.form .required-fields {
	font-size:9px !important; 
}

#goto{ display:none }
@media screen and (min-width: 10px) and (max-width: 800px) {
	#goto{ bottom:10px; cursor:pointer; left:45%; overflow:hidden; position:fixed; z-index:5; display:inline; }
}