.debug {
	font-size:9px;
	font-family:"courier new", monospace;
	color:#333;
	display: none;
}

pre {
	font-size:9px;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fluid-container {
	display: table;
	border-collapse: collapse;
	width: 100%;
	-border: 1px solid #f00;
}

.fluid-container-fit {
	display: table;
	width:auto;
	border-collapse: collapse;
	-border: 1px solid #fee;
}

.fluid {
	display: table-cell;
	-border: 1px solid #00f;
}

.fluid-fit {
	display: table-cell;
	width: 0.1%;
}

a:active, a:focus {
	 outline: none;
}

/*### forms ##################################################################*/

header .WidgetFormUser {
	display:inline-block;
}


header .WidgetFormUser input[type="text"], 
header .WidgetFormUser input[type="password"]  {
	width:90px;
	margin-right:10px;
}
header .WidgetFormUser label {
	-display:none;
	vertical-align:middle;
	padding-right:3px;
}

/*### forms ##################################################################*/



.WidgetForm legend { 
	padding:10px;
}
.WidgetForm label { 
	display:block;
	clear:both;
}

.WidgetForm input[type="text"],
.WidgetForm textarea {
	width:250px; 
	margin-bottom:8px;
}


.WidgetForm textarea {
	height:100px;
}

.WidgetForm input[name="captcha"] {
	width:140px;
	height:40px;
	margin-top:8px;	
	margin-left:5px;
	background-color:#dbd9cd !important;
	color:#1D4D97;
	border:1px solid #a19d92;
	font-size:26px;
	letter-spacing:11px;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}

.WidgetForm label[for="*field_captcha"] img  {
	display:inline-block;
}

.WidgetForm label[for="field_accept_conditions"] {
	margin-top:5px;	
}

.WidgetForm label.no-class-label {
	margin:20px 0px 20px 0px;
}

.WidgetForm aside {
	background:#ccc;
	color:#000;
	padding:2px 7px;
	margin-bottom:15px;
}



.WidgetGoogleMaps {
	position:relative;
	height:380px;
	width:100%;
	border:0px solid #FFF;
}

.WidgetGoogleMaps .googlemaps_text {
	font-size:11px;
	text-align:left;
	white-space: nowrap;
}





/* 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;}



/* ---ley de cookies-----------------------------------------------------------------------------*/
#cc-notification {
	border:1px solid #ccc;
	border-width:1px 0px 1px 0px;
}
#cc-notification #cc-notification-logo {
	visibility:hidden;
}
#cc-notification #cc-notification-permissions li label,
#cc-notification #cc-notification-permissions li strong,
#cc-notification h2 a {
	font-size:inherit !important;
}
#cc-notification #cc-notification-wrapper {
    padding: 20px 15px 0 !important;
}

#cc-notification h2 span, 
#cc-notification h2  {
	font-size:13px;
	margin-bottom:20px !important;
}

#cc-notification h2 {
     margin-right: 170px !important;
}


#cc-notification.cc-light {
	background-color:#efefef !important;
}
#cc-notification.cc-light a, 
#cc-notification.cc-light a:visited,
#cc-notification.cc-light a:hover,
#cc-notification.cc-light #cc-notification-permissions li strong {
	color:#44b !important;
	font-weight:bold;
}
#cc-notification.cc-light ul.cc-notification-buttons li a,
#cc-notification.cc-light ul.cc-notification-buttons li a:visited {
	background-color: #666 !important;
}

#cc-notification.cc-light ul.cc-notification-buttons li a, 
#cc-notification.cc-light ul.cc-notification-buttons li a:visited {
    color: #FFF !important;
}
#cc-notification ul.cc-notification-buttons {
	width:auto !important;
}
 
