/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body{margin:0}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0}nav ol,nav ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}





/**********************************************************************/
/***************************** MAIN ***********************************/
/**********************************************************************/


/* 	
====================================================================================
	ESTILOS BÁSICOS DEL PROYECTO (Html5 Boilerplate)
====================================================================================
*/

body 								{ background:#2F68A9; -webkit-font-smoothing: antialiased; }
body, html		  					{ margin:0; padding:0; width:100%; }

html, button, input, 
select, textarea 					{ font-family:'quicksandregular', Arial, Helvetica, sans-serif; color:#fff;  }
body 								{ font-size: 20px;  line-height: 20px;}
::-moz-selection 					{ background: #ccc; text-shadow: none; color:#fff; }
::selection 						{ background: #ccc; text-shadow: none; color:#fff; }
hr 									{ display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img 								{ vertical-align: middle;}
fieldset 							{ border: 0; margin: 0; padding: 0; }
textarea 							{ resize: vertical;}
.chromeframe						{ margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }
			
/**  HELPER  **/
.clearfix:before,
.clearfix:after 					{ content: " "; display: table; }
.clearfix:after 					{ clear: both; }
/**  end HELPER  **/

/**  PRINT  **/
@media print {
* 									{ background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
a, a:visited 						{ text-decoration: underline; }
a[href]:after 						{ content: " (" attr(href) ")"; }
abbr[title]:after 					{ content: " (" attr(title) ")"; }
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after 					{ content: ""; }
pre, blockquote 					{ border: 1px solid #999; page-break-inside: avoid; }
thead 								{ display: table-header-group; }
tr, img 							{ page-break-inside: avoid; }
img 								{ max-width: 100% !important; }
@page 								{ margin: 0.5cm; }
p, h2, h3 							{ orphans: 3; widows: 3; }
h2, h3 								{ page-break-after: avoid; }
}
.centrado							{ text-align:center; }
/**  end PRINT  **/


/*
	
	
*/

.datos-votacion {
width: 159px;
height: 32px;
margin: 11px 0px;
position: absolute;
right: 0;}
ul.stars {
	width:142px;
	height:24px;
	float:left;
	margin:0px 0px 0px 16px;
}
ul.stars li {
	width:24px;
	height:24px;
	float:left;
	margin-left:4px;
	}

ul.stars li a {
	width:24px;
	height:24px;
	display:block;
	background-image:url(../img/decoracion/stars.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
ul.stars li a:hover {
	background-position:top left;
}


/* Alert Cookie
-------------------*/

#alert-cookie{
    background-color:#333;
    padding:10px 0 0 0;
    font-size:12px;
    text-align:left;
	z-index: 4;
	position: relative;
	display: none;
	margin-bottom: 0px;
	color: #ddd;
	border-bottom: 1px solid #3371b5;
}

#alert-cookie a{
    color:#2299D2;
    text-decoration:underline;
}
#alert-cookie div{
margin-left: auto;
margin-right: auto;
width: 1020px;
padding: 0 15px;
position: relative;}
#alert-cookie p{
    padding-right:50px;
    margin:0;
	padding-bottom:10px;
	font-size: 13px;
letter-spacing: -0.2px;
}

#alert-cookie a {
    /*border-radius:50%;*/
    color:#333;
    text-decoration:none;
    padding:4px 5px 4px 7px;
    text-align:center;
    position:relative; z-index:2;
    /*top:0px;
    right:0px;*/
	margin:0 4px;
    font-size:12px;
    font-weight:bold;
    line-height:normal;
    background-color:#2299D2;
text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
box-shadow: 1px 1px 2px #111;	
}

@media all and (max-width: 768px) {
	.publi-lateral-izq {
		display: none;
	}
	.publi-lateral-izq {
		display: none;
	}/*
	#alert-cookie{
	    background-color:#fff;
	    padding: 0;
	    font-size:12px;
	    color:#666;
	    display:none;
	    text-align:left;
	}
	#alert-cookie a{
	    color:#49BBE5;
	    text-decoration:underline;
	}
	#alert-cookie div{
	    width:320px;
	    margin:0 auto;
	    position:relative;
	}
	#alert-cookie p{
	padding-left: 10px;
	    margin:0;
	}
	#alert-cookie #close-alert{
	    border-radius:50%;
	    color:#fff;
	    text-decoration:none;
	    font-weight:bold;
	    padding:2px 6px;
	    text-align:center;
	    position:absolute;
	    top:2px;
	    right:0px;
	    font-size:12px;
	    font-weight:bold;
	    line-height:normal;
	    background-color:#ddd;
	    margin-top: 10px;
	}*/
}

/* 	
====================================================================================
	FORMULARIOS 
====================================================================================
*/
form 								{ }
label								{ }
.arial								{ font-family: Arial; font-weight: lighter;}
input[type="text"] , input[type="password"] , input[type="search"] , input[type="email"] , input[type="tel"] , input[type="url"] , input[type="file"] ,textarea , input		
									{ border: none; margin:0; padding: 8px 0px 8px 0px; text-indent:10px;	width: 100%; font-size:13px; background-color:#fff; box-shadow:inset 1px 1px 0px rgba(0,0,0,0.2); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;}
input[type="text"]:focus , input[type="password"]:focus , input[type="search"]:focus , input[type="email"]:focus , input[type="tel"]:focus , input[type="url"]:focus , input[type="file"]:focus , textarea:focus , input:focus						
									{ outline:none; }
input[type="file"]					{  }
input[type="range"]					{  }
textarea							{  }
select 								{ color:#666; background-color:#FFF; line-height:20px; border:1px solid #dddddd; font-size:13px; width:100%; height:36px; margin:0; }
select[multiple] 					{ height: auto; }

input[type="radio"]					{ width:auto; display:inline-block; margin-bottom:9px; }
input[type="checkbox"]				{ width:auto; display:inline-block; margin-bottom:9px; }

::-webkit-input-placeholder 		{ color:#fff; font-size:12px; opacity:0.6;  }
::-moz-placeholder 					{ color:#fff; font-size:12px; opacity:0.6; } 
:-ms-input-placeholder 				{ color:#fff; font-size:12px; opacity:0.6; }
input:-moz-placeholder 				{ color:#fff; font-size:12px; opacity:0.6; }


/* ESPECIALES */

.search-box input 		{ width:280px; margin:0 0 0 10px; background:transparent; font-size: 13px; border:none; height:34px; color:#fff; padding:0; text-indent:0; box-shadow:none; line-height: 38px; }


/* 	
====================================================================================
	ESTILOS GLOBALES
====================================================================================
*/
		
.anim-300				{ -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }

body					{ position:relative; background-color:#092d56; }
body:before				{ content:""; position:absolute; top:0; left:0; width:100%; height:1090px; 
background: rgb(0,77,162);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzAwNGRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAxNDk5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzA3MzM2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzA5MmQ1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTJkNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWEzYzYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(0,77,162,1) 0%, rgba(0,77,162,1) 12%, rgba(1,73,152,1) 28%, rgba(7,51,101,1) 78%, rgba(9,45,86,1) 99%, rgba(9,45,86,1) 100%, rgba(26,60,98,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,77,162,1)), color-stop(12%,rgba(0,77,162,1)), color-stop(28%,rgba(1,73,152,1)), color-stop(78%,rgba(7,51,101,1)), color-stop(99%,rgba(9,45,86,1)), color-stop(100%,rgba(9,45,86,1)), color-stop(100%,rgba(26,60,98,1)));
background: -webkit-linear-gradient(top,  rgba(0,77,162,1) 0%,rgba(0,77,162,1) 12%,rgba(1,73,152,1) 28%,rgba(7,51,101,1) 78%,rgba(9,45,86,1) 99%,rgba(9,45,86,1) 100%,rgba(26,60,98,1) 100%);
background: -o-linear-gradient(top,  rgba(0,77,162,1) 0%,rgba(0,77,162,1) 12%,rgba(1,73,152,1) 28%,rgba(7,51,101,1) 78%,rgba(9,45,86,1) 99%,rgba(9,45,86,1) 100%,rgba(26,60,98,1) 100%);
background: -ms-linear-gradient(top,  rgba(0,77,162,1) 0%,rgba(0,77,162,1) 12%,rgba(1,73,152,1) 28%,rgba(7,51,101,1) 78%,rgba(9,45,86,1) 99%,rgba(9,45,86,1) 100%,rgba(26,60,98,1) 100%);
background: linear-gradient(to bottom,  rgba(0,77,162,1) 0%,rgba(0,77,162,1) 12%,rgba(1,73,152,1) 28%,rgba(7,51,101,1) 78%,rgba(9,45,86,1) 99%,rgba(9,45,86,1) 100%,rgba(26,60,98,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004da2', endColorstr='#1a3c62',GradientType=0 );
}

.top-wrap				{ padding-top:20px;}
.top-wrap ,
.mid-wrap ,
.bot-wrap				{ width:100%; float:left; position:relative; overflow:hidden; }

.top-content ,
.mid-content ,
.bot-content			{  }

.main-content			{ float:left; display: inline; position:relative; }

.left-col				{ margin-right:19px!important;}
.left-col-home			{ width:720px!important; margin-right:9px!important;}
.right-col				{ width:336px!important; }

.mid-wrap				{ background:#051a30; padding:40px 0; border: 1px solid rgba(255,255,255,0.15); border-right: none; border-left: none;}
.bot-wrap				{ background:#06203c; padding:40px 0 70px; }

.publi-lateral-izq		{ position:fixed; top:20px; right:50%; margin-right:560px; height:1050px; width:300px; z-index:2; /**/ text-align:right; }
.publi-lateral-der		{ position:fixed; top:20px; left:50%; margin-left:560px; height:1050px; width:300px; z-index:2; /**/ text-align:left; }

.main-over				{ margin-bottom:20px; }
.main-nav				{ margin:0 0 20px 0; }
.main-slider			{ margin-bottom:20px; }
.main-content			{ margin-bottom:20px; }
.main-sub				{ margin-bottom: 10px; border-top: 1px dotted #3371b5; padding-top: 10px; }

.banner-tarifas			{ position:relative; float:right; margin:0 0 20px 0; width:330px; /*background:url(../img/decor/tarifas-1.png) 5px 10px no-repeat;*/ outline:1px solid #3371b5;outline-offset: -1px;}
.banner-tarifas	a		{ position:absolute; bottom:50px; left:50%; margin-left: -115px; box-shadow: 0px 5px 7px rgba(0,0,0,.3) , inset 0px -3px 1px rgba(0,0,0,0.2); width: 230px;}
.banner-tarifas:before	{ position:absolute; bottom:1px; left:1px; width:calc(100% - 2px); width:-moz-calc(100% - 2px); height:50%; content:""; /*opacity:.6;*/
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); }
.banner-tarifas img		{ }
/* 	
====================================================================================
	LINKS / BOTONES / COLORES
====================================================================================
*/

a						{ text-decoration:none; color:#2299d1; outline:0; }
a:hover					{ color:#ffa845; }
p a						{ text-decoration:underline; }
p a[href^="mailto"]		{ text-decoration:none; } 
p a[href^="mailto"]:before { content:"\e010"; font-family:ElegantIcons; text-decoration:none; margin:0 4px; }
a[href$='.pdf'] 		{ text-decoration:none; font-family: 'quicksandbold'; -webkit-font-smoothing: antialiased;}
a[href$='.pdf']:before	{ content:"\e0e6"; font-family:ElegantIcons; text-decoration:none; margin:0 4px; }


.blue-1					{ background-color:#2975c4; }
.bot-1.blue-1:hover		{ background-color:#004da2; }
.blue-2					{ background-color:#004da2; }
.red					{ background-color:#af1e11; }
.orange					{ background-color:#bc1622; }
.green					{ background-color:#606f0b; }
.bot-1.green:hover		{ background-color:#4b5709; }

.bot-1					{ width:120px; font-size:16px; float:left; text-align:center; text-shadow:1px 1px 1px rgba(0,0,0,0.2); box-shadow:inset 0px 1px 2px rgba(255,255,255,0.2); -webkit-font-smoothing: subpixel-antialiased; color:#fff; font-family: 'quicksandregular'; padding:10px 0 10px 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; letter-spacing:-0.5px; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;}


/* 	
====================================================================================
	 CABECERO
====================================================================================
*/

.mainmenu				{ box-shadow: 0px 2px 20px rgba(0,0,0,0.2);	}
.logo					{ text-indent:-99999px; width:108px; height:100px; background-color:#fff; float:left; margin:0; padding:0; background-image:url(../img/decor/logo-7tvandalucia.png); background-position:center 12px; background-repeat:no-repeat; }
.logo a					{ display:block; height:100%; margin-top:-20px; }
.logo:hover				{ opacity:0.8;}
.mainmenu				{ float:left; width:960px; height:98px; border:1px solid #3371b5; background:#044084; }

.top-menu				{ float:left; height:37px; width:100%; margin:0; padding:0; }
.top-menu 				{ background: rgba(0,0,0,0.2); }
.top-menu li			{ float:left; line-height:36px; margin:0 5px 0 16px; }
.top-menu li a			{ color:#2299d1; text-transform:uppercase; -webkit-font-smoothing:subpixel-antialiased; font-size:14px; }
.top-menu li a:hover	{ color:#ffa845; }

.sub-menu				{ float:left; height:60px; width:100%; border-top:1px solid #3371b5; margin:0; padding:0; display: table; table-layout:auto; box-shadow:inset 0px 1px 0px rgba(0,0,0,0.15);
background: #004da2;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDQwODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #004da2 0%, #044085 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004da2), color-stop(100%,#044085));
background: -webkit-linear-gradient(top,  #004da2 0%,#044085 100%);
background: -o-linear-gradient(top,  #004da2 0%,#044085 100%);
background: -ms-linear-gradient(top,  #004da2 0%,#044085 100%);
background: linear-gradient(to bottom,  #004da2 0%,#044085 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004da2', endColorstr='#044085',GradientType=0 ); }
.sub-menu li 			{ display: table-cell; text-align: center; border-right: 1px solid #3371b5;	line-height:58px; box-shadow:inset 1px 0px 0px rgba(0,0,0,0.15); } 
.sub-menu li a 			{ text-decoration:none; color:#fff; font-size:16px; font-family: 'quicksandbold'; text-transform:uppercase; display:block; text-shadow:2px 2px 1px rgba(0,0,0,0.15); letter-spacing:-0.5px; }
.sub-menu li:nth-last-child(1) { border:none; }
.sub-menu li:hover ,
.sub-menu li.active		{ box-shadow:inset 0px 1px 0px rgba(0,0,0,0.15); background: #1272dc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyNzJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTRhOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #1272dc 0%, #014a9b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1272dc), color-stop(100%,#014a9b));
background: -webkit-linear-gradient(top,  #1272dc 0%,#014a9b 100%);
background: -o-linear-gradient(top,  #1272dc 0%,#014a9b 100%);
background: -ms-linear-gradient(top,  #1272dc 0%,#014a9b 100%);
background: linear-gradient(to bottom,  #1272dc 0%,#014a9b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1272dc', endColorstr='#014a9b',GradientType=0 );
} 
.sub-menu li:hover a 	{ color:#ffa845;}


.social-top				{ position:absolute; top:0; right:50px; list-style:none; margin:0; padding:0; }
.social-top li			{ float:right; font-size:18px; line-height:42px; margin:0 16px 0 0; opacity:0.8; } 
.social-top li:hover	{ opacity:1; }

.buscador				{ width:50px; height:39px; position:absolute; top:0; right:0; background:#187eef; z-index:2; cursor:pointer; }
.buscador:hover			{ background:#2299d1;  }
.buscador:before 		{ content:"U"; font-family:ElegantIcons; color:#092d56; text-shadow:1px 1px 0px rgba(255,255,255,0.15); font-size:18px; line-height:40px; padding-left:14px; } 
.buscador-open 			{ background:#2299d1; }
.search-box 			{ display: none; background: #3f7ec9; height: 37px; position: absolute; right: 99%; top: 0; width: 0; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.abrir					{ display:block; background: #083364; right: 50px; width: 290px; top:1px; border-left:1px solid #3371b5; }

/* 	
====================================================================================
	BLOQUE SLIDER
====================================================================================
*/

#slider										{ width:719px; height:419px; position:relative; float:left; overflow:hidden; border-right:1px solid #3371b5; border-bottom: 1px solid #3371b5; box-sizing:border-box;} 
.unoSlider ul, .unoSlider .sliderView 		{ min-height: 420px; }
.unoSlider ul 								{ list-style: none; overflow: hidden; position: relative; }
.unoSlider ul li							{ }
.unoSlider ul li a							{ display:block; position:relative; }
.unoSlider ul li a:before					{ content:"I"; position:absolute; top:50%; left:50%; font-family:ElegantIcons; font-size:120px; margin-left:-60px; margin-top:-60px; color:#fff; opacity:0.7; z-index: 1;}
.unoSlider ul li a:hover:before				{ opacity:1; }
.unoSlider ul li a:after					{ content:""; position:absolute; top:0; left:0; width:100%; height:100%; outline:1px solid #3371b5; outline-offset:-1px; z-index: 11; }
.unoSliderNav								{ position:absolute; top:8px; right:5px; z-index: 12;}
.unoSliderNav span 							{ color: #ccc; cursor: pointer; font-size:12px; margin-right:5px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; border:1px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; padding:0px 5px; position:relative;  }
.unoSliderNav span:before					{ content:""; width:8px; height:8px; position:absolute; top:50%; left:50%; margin-top:-4px; margin-left:-4px; background:transparent; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.unoSliderNav span.current:before			{ background: #ff6900;}
.unoSliderNav span:hover:before				{ background: #fff;}
.unoSlider .sliderView 						{ left: 1000px; opacity: 0; position: absolute; top: 0; z-index: 1; }
.unoSlider .current 						{ left: 0; opacity: 1; z-index: 10; }
.unoSlider img								{ -webkit-filter: grayscale(30%); -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.unoSlider:hover img						{ -webkit-filter: grayscale(0%); }
.reproducir:before							{ content: "I"; position: absolute; top:200px; left: 50%; font-family: ElegantIcons; font-size: 120px; margin-left: -60px; margin-top: 0px; color: #fff; opacity: 0.7; z-index: 1;	}

/* TEXT HOLDER - GLOBAL */
.text-holder h6								{ letter-spacing:-0.7px; text-shadow:1px 1px 1px rgba(0,0,0,0.2); color:#fff; }
.text-holder h6	strong						{ font-family: 'quicksandbold'; }
.text-holder p								{ letter-spacing:-1.2px; text-shadow:1px 1px 1px rgba(0,0,0,0.2); color:#fff; -webkit-font-smoothing:subpixel-antialiased; }
/* // TEXT HOLDER - GLOBAL */

/* TEXT HOLDER - Slider */
.unoSlider .text-holder						{  max-height: 130px; position:absolute; bottom:0; left:0; width:calc(100% - 60px); width:-moz-calc(100% - 60px); padding:20px 30px; color:#fff; z-index:1; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); }
.unoSlider .text-holder h6					{ border-bottom:2px solid #fff; margin-bottom:14px; display:inline-block; }
.unoSlider .text-holder h6 strong			{ text-transform:uppercase; }
.unoSlider .text-holder p					{ font-size:22px; line-height:24px;}
.unoSlider ul li:nth-child(1) h6 			{ border-color:#af1e11; }
.unoSlider ul li:nth-child(2) h6 			{ border-color:#bc1622; }
.unoSlider ul li:nth-child(3) h6 			{ border-color:#2299d1; }
.unoSlider ul li:nth-child(4) h6 			{ border-color:#606f0b; }
.unoSlider ul li:nth-child(5) h6 			{ border-color:#092d56; }
/* // TEXT HOLDER - Slider */

.bloque-slider								{ float:left; position:relative; height:210px; width:350px; overflow:hidden; }
.bloque-slider img							{ min-height:100%; min-width:100%; /*-webkit-filter: grayscale(30%); -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;*/}
.bloque-slider:hover img					{ -webkit-filter: grayscale(0%); }
.bloque-slider a							{ position:relative; display:block; height:210px; overflow:hidden; }
.bloque-slider-2 a:before					{ box-shadow:inset -1px -1px 0px #3371b5!important; }

/* TEXT HOLDER - Bloques Slider */
.bloque-slider .text-holder					{ position:absolute; bottom:0; left:0; width:calc(100% - 40px); width:-moz-calc(100% - 40px); padding:20px 20px;  color:#fff; z-index: 1; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0.8)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 75%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 75%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 75%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); }
.bloque-slider .text-holder h6				{ border-bottom:2px solid #bc1622; margin-bottom:8px; padding-bottom:10px; display:inline-block; font-size:16px; }
.bloque-slider .text-holder h6 strong		{ text-transform:uppercase; }
.bloque-slider .text-holder p				{ font-size:18px; line-height:20px; padding-bottom:0px; /**/ max-height:58px; overflow:hidden; font-weight: 600;}
.bloque-slider-2 .text-holder h6			{ border-color:#2299d1; }
/* // TEXT HOLDER - Bloques Slider */


/* 	
====================================================================================
	 ***
====================================================================================
*/

.publi-wrap									{ width:100%; float:left; margin-bottom:20px; background:rgba(0,0,0,0.2); /*outline-offset: -1px;*/ text-align:center; line-height:0; overflow:hidden;outline: 1px solid #3371b5;/**/ webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; } 
.main-sub .publi-wrap						{ padding:0; margin: 20px 0; outline: 1px solid #3371b5;}
.left-col-home .publi-wrap					{ width:710px; outline:1px solid #092d56;}
.feed-fbook									{ width:336px; height:340px; /*outline:none;*/  }
.feed-twitter								{ padding:10px; width:316px; /*outline:none;*/  }
.publi-wrap:hover							{ outline: 1px solid #3371b5; } 

.main-sub .grid_4 							{ outline: 1px solid #3371b5; outline: 1px solid #3371b5; width: 336px!important; margin-right: 25px; margin-top: 10px; margin-bottom: 10px; height:280px;}
.main-sub .grid_4.omega						{ margin-right:0;}
/* 	
====================================================================================
	 ISOTOPE GRID
====================================================================================
*/
.grid										{ float:left; width:100%; height:840px; margin-bottom:10px; }
.isotope-item 								{ z-index: 2; border:1px solid #3371b5; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.isotope-item .publi-wrap					{ outline:none; }
.isotope-item img							{ min-height:100%; min-width:100%; position:relative; z-index:-1; -webkit-filter: grayscale(30%); -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;}
.isotope-item:hover img						{ -webkit-filter: grayscale(0%); }
.isotope-item .publi-wrap					{ height:100%; width:100%; }
.isotope-item .publi-wrap img				{ position:absolute; top:50%; margin-top:-64px; left:50%; margin-left:-63px; /**/ min-width:1px; min-height:1px;  }
.box-1x1									{ width:calc(25% - 10px); height:175px; }
.box-2x1									{ width:calc(50% - 10px); height:175px; }
.box-1x2									{ width:calc(25% - 10px); height:346px; }
.box-2x2									{ width:calc(50% - 10px); height:358px; }
.box-1x1 , .box-1x2 , .box-2x1 , .box-2x2 	{ margin-bottom:10px; overflow:hidden; }
/* centrar publis */
.box-1x1 .publi-wrap div					{ margin:20px auto; }
.box-2x2 .publi-wrap div					{ margin:40px auto 0 auto; }

/* TEXT HOLDER - Isotope */		
.isotope-item a								{ position:absolute; width:100%; height:100%; }
.isotope-item .text-holder					{ position:absolute; bottom:0px; left:0px; width:calc(100% - 40px); width:-moz-calc(100% - 40px); padding:20px 20px 0;  color:#fff; z-index: 1; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); }
.isotope-item .text-holder h6				{ border-bottom:2px solid #bc1622; margin-bottom:8px; padding-bottom:10px; display:inline-block; font-size:16px; }
.isotope-item .text-holder h6 strong		{ text-transform:uppercase; }
.isotope-item .text-holder p				{ font-size:14px; line-height:20px; padding-bottom:0px; margin-bottom:18px; /**/ max-height:60px; overflow:hidden; }
.isotope-item:nth-child(1) .text-holder h6	{ border-color:#606f0b; }
.isotope-item:nth-child(2) .text-holder h6	{ border-color:#2299d1; }
.isotope-item:nth-child(3) .text-holder h6	{ border-color:#bc1622; }
.isotope-item:nth-child(4) .text-holder h6	{ border-color:#af1e11; }
.isotope-item:nth-child(5) .text-holder h6	{ border-color:#606f0b; }
.isotope-item:nth-child(6) .text-holder h6	{ border-color:#2299d1; }
.isotope-item:nth-child(7) .text-holder h6	{ border-color:#bc1622; }
.isotope-item:nth-child(8) .text-holder h6	{ border-color:#af1e11; }
.isotope-item:nth-child(9) .text-holder h6	{ border-color:#606f0b; }
.isotope-item:nth-child(10) .text-holder h6	{ border-color:#2299d1; }
.isotope-item:nth-child(11) .text-holder h6	{ border-color:#bc1622; }

.isotope-item .publi-wrap:before			{ content:"PUBLICIDAD"; color:#3371b5; width:100%; position:absolute; bottom:13px; left:0; font-size:11px; text-align:center; }
.isotope-item .publi-wrap	img				{ -webkit-filter: grayscale(0%)!important; }
/* // TEXT HOLDER - Bloques Slider */


/* 	
====================================================================================
	MID SECTION
====================================================================================
*/

.mid-sec-bloque								{ position:relative; background:#092d56; min-height:40px; float:left; padding:20px; box-shadow:inset 0px 1px 2px rgba(255,255,255,0.15); width:calc(100% - 50px); width:-moz-calc(100% - 50px); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin:0 5px; max-height: 40px;}
.mid-sec-bloque .bot-1						{ position:absolute; right:20px; top:20px;  }
.mid-sec-bloque div							{ color:#fff; width:calc(100% - 120px); width:-moz-calc(100% - 120px); }
.mid-sec-bloque div	h4						{ padding:0; letter-spacing:-1.5px; }
.mid-sec-bloque div	p						{ padding:0; }
.link-and-info								{ width:305px; height:30px; float:left; background:url(../img/decor/logo-andalucia-informacion.png) left center no-repeat; text-indent:-9999px; margin-top:6px; }

/* 	
====================================================================================
	FOOTER - BOT SECTION
====================================================================================
*/
.bot-content h4								{ color:#fff; letter-spacing:-2px; }
.foot-links									{ list-style:none; margin:16px 0 40px 0; }
.foot-links li								{ line-height:20px; }
.foot-links li a							{ color:#7e8c8d; font-size:16px; -webkit-font-smoothing:subpixel-antialiased; letter-spacing:-1px; }
.foot-links li a:hover 						{ color:#ffa845; }
.bot-content .social-links					{ list-style:none; float:left; font-size:34px; width:100%; margin:20px 0; display:none;}
.bot-content .social-links li				{ float:left; margin-right:10px; }
.bot-content .social-links li a				{ -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.bot-content .social-links li:nth-child(1) a{ color:#2975c4; }
.bot-content .social-links li:nth-child(2) a{ color:#004da2; }
.bot-content .social-links li:nth-child(3) a{ color:#bc1622; }
.bot-content .social-links li:nth-child(4) a{ color:#af1e11; }
.bot-content .social-links li:nth-child(5) a{ color:#606f0b; }
.bot-content .social-links li a:hover		{ opacity:0.6; }
.bot-content hr								{ border-color:#051a30; box-shadow:0px 1px 0px #2a3c4f; }
.corporate									{ color:#7e8c8d; font-size:12px; float:left; width:100%; -webkit-font-smoothing: subpixel-antialiased;}
.corporate a								{ color:#fff;  font-family: 'quicksandbold'; }
.corporate a:hover							{ color:#bc1622; }
.corporate span								{ text-align:right; float:right; }

.conlogos					{ position:relative; }
.conlogos:before			{ content:"Con la colaboración de:"; color:#ddd; font-size:12px; text-transform:uppercase; position:absolute; top:480px; left:0;border-bottom: 1px solid rgba(255,255,255,0.2);}
.foot-logo					{ width:80%; width:130px; height:120px; display:block; position:absolute; top:525px; }
.logo-conserjeria			{ background:url(../img/decor/logo-conserjeria.png) left top no-repeat; background-size: contain; left:340px; width:340px; }
.logo-semueve				{ background:url(../img/decor/logo-semueve.png) left top no-repeat; background-size: contain; left:170px; }
.logo-feder					{ background:url(../img/decor/logo-feder.gif) left top no-repeat; background-size: contain; left:0; }

/* 	
====================================================================================
	TABS
====================================================================================
*/
.liteTabs { position: relative; margin: 0; padding: 0; overflow: hidden; width: 100%;}
.liteTabs ul { margin:0 0 20px 0; padding: 0; overflow: hidden; }
.liteTabs li { float: left; list-style-type: none; width: 25%; text-align: center;}
.liteTabs li a { font-size:14px; display: block; text-decoration: none; outline: 0; padding:10px 0; color: #187eef; background: #083364; text-transform:uppercase; -webkit-font-smoothing: subpixel-antialiased; border: 1px solid #2975c4; border-right:none; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;}
.liteTabs li:nth-last-child(1) a { border-right: 1px solid #2975c4;}
.liteTabs a:hover { background: #2975c4; color:#ffa845; }
.liteTabs a:focus {  }
.liteTabs a.selected, .liteTabs a.selected:hover { background:transparent; border-bottom:none; color:#fff; text-decoration:none; }
.liteTabs div { float: left; width: 100%; padding: 0px;}
.liteTabs div.selected { position: static !important }

/* 	
====================================================================================
	CAROUSEL
====================================================================================
*/
.home-slider 					{  overflow:hidden; padding:0; float:left;  }
.home-slider .viewport 			{ float: left; width: 706px; height: 202px; overflow: hidden; position: relative; }
.home-slider .buttons 			{ background: #092d56; display: block; width: 20px; height: 35px; position: relative; color: #fff; text-align: center; line-height: 35px; text-decoration: none; font-size: 22px; position:absolute; z-index:3; top:51%; border:1px solid #2975c4; text-indent:2px; font-weight:bold; }
.home-slider .prev				{ border-left:none; }
.home-slider .next 				{ right:4px; border-right:none; text-indent:4px; }
.home-slider .buttons:hover		{ color: #ffa845;}
.home-slider .disable 			{ visibility: hidden; }
.home-slider .overview 			{ list-style: none; position: absolute; padding: 0; margin: 0; width: 220px; left: 0; top: 0; }
.home-slider .overview li		{ float: left; position:relative; margin: 0 20px 0 0;  height: 200px; width: 220px; overflow:hidden; background:#06203c; border: 1px solid #2975c4; }
.home-slider .overview li a		{ border: none; text-align: left; text-transform: none; -webkit-font-smoothing: antialiased; padding: 0;}
.home-slider .overview li a	.text-holder		{ position:absolute; z-index:2; }
.home-slider .overview li a .img-holder 	 	{ height:200`px; width:100%; position:absolute; top:0; left:0; z-index:1; }
.img-holder img 	{ min-height:100%; min-width:100%; width:100%;  /*-webkit-filter: grayscale(30%); -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;*/}
.home-slider .overview li:hover a .img-holder img 	{ -webkit-filter: grayscale(0%); 	}
.viewport a										{ position:absolute; width:100%; height:100%; }
.viewport .text-holder							{ position:absolute; bottom:0px; left:0px; width:calc(100% - 40px); width:-moz-calc(100% - 40px); padding:20px 20px 0;  color:#fff; z-index: 1; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); }
.viewport .text-holder h6						{ border-bottom:2px solid #ff6800; margin-bottom:8px; padding-bottom:10px; display:inline-block; font-size:16px; }
.viewport .text-holder h6 strong				{ text-transform:uppercase; }
.viewport .text-holder p						{ font-size:16px; line-height:20px; padding-bottom:0px; margin-bottom:18px; /**/ max-height:60px; overflow:hidden; }
.viewport ul li:nth-child(1) .text-holder h6	{ border-color:#606f0b; }
.viewport ul li:nth-child(2) .text-holder h6	{ border-color:#2299d1; }
.viewport ul li:nth-child(3) .text-holder h6	{ border-color:#bc1622; }
.viewport ul li:nth-child(4) .text-holder h6	{ border-color:#af1e11; }
.viewport ul li:nth-child(5) .text-holder h6	{ border-color:#606f0b; }
.viewport ul li:nth-child(6) .text-holder h6	{ border-color:#2299d1; }
.viewport ul li:nth-child(7) .text-holder h6	{ border-color:#bc1622; }
.viewport ul li:nth-child(8) .text-holder h6	{ border-color:#af1e11; }
.viewport ul li:nth-child(9) .text-holder h6	{ border-color:#606f0b; }
.viewport ul li:nth-child(10) .text-holder h6	{ border-color:#2299d1; }
.viewport ul li:nth-child(11) .text-holder h6	{ border-color:#bc1622; }

/* 	
====================================================================================
	FAQ / TOGGLE
====================================================================================
*/
.wrap-toggle							{ -webkit-font-smoothing: subpixel-antialiased;}
.wrap-toggle input[type="checkbox"]		{ margin-bottom: 0px; visibility: hidden; }
.question 								{ font-size:18px; letter-spacing:-1px; text-shadow:1px 1px 1px rgba(0,0,0,0.2); position: relative; background: #2975c4; margin: 0; padding: 10px 10px 10px 50px; display: block; width:calc(100% - 60px); width:-moz-calc(100% - 60px); cursor: pointer; color:#fff; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;}
.question:hover							{ color:#bc1622; background:#004da2;}
.answers 								{ color:#fff; background: #19528f; padding: 0px 15px; margin: 0; height: 0; overflow: hidden; z-index: -1; position: relative; opacity: 0; -webkit-transition: .7s ease; -moz-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; box-shadow: inset 0px 10px 10px rgba(0,0,0,0.1);}
.active .answers 						{ color:#fff; background: #19528f; padding: 0px 15px; margin: 0; overflow: hidden; z-index: -1; position: relative; opacity: 0; -webkit-transition: .7s ease; -moz-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; box-shadow: inset 0px 10px 10px rgba(0,0,0,0.1);}
.questions:checked ~ .question			{ -webkit-font-smoothing: antialiased; font-family: 'quicksandbold';}
.questions:checked ~ .answers			{ height: auto; opacity: 1; padding: 15px; position:relative; z-index:1; margin-left: 40px;}
.plus 									{ position: absolute;color:#fff; padding: 0 7px;z-index: 5; font-size: 40px; line-height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease;  }
.plus:before							{ content:""; width:40px; height:40px; position:absolute; left:0; top:0; background: #06203c; z-index:-1; }
.questions:checked ~ .plus 				{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); color:#bc1622;}
.questions:checked ~ .plus:before		{ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.questions 								{ display: none; }
.answers ul								{ float:left; margin:10px 20px; padding:0; list-style-type:square; }
.answers ul	li							{ float:left; width:100%; line-height:30px; }
.answers ul	li a						{ color:#fff; font-size:16px; -webkit-font-smoothing: subpixel-antialiased; }
.answers ul	li a:hover 					{ color: #bc1622;}

/* 	
====================================================================================
	VIDEO MARCO
====================================================================================
*/
.video-marco							{ float:left; width:100%; outline:1px solid #3371b5; position:relative;  }
.video-descr							{ float:left; width:100%; padding:20px 25px; box-sizing:border-box; border-top:1px solid #3371b5; background:#06203c; background:rgba(0,0,0,0.2); }
.video-descr .text-holder				{}
.video-descr .text-holder h6			{ font-size:16px; border-bottom: 3px solid #2975c4; margin-bottom: 14px; display: inline-block; width:480px;}
.video-descr .text-holder h6 strong		{ text-transform:uppercase; }
.video-descr .text-holder h6 span.episodio		{ display:block; font-size:80%; }
.video-descr .text-holder p				{ font-size:18px; line-height:24px; padding-bottom:10px; letter-spacing: -0.5px;}

.video-marco a.icon_download,
.video-marco a.social_facebook_circle,
.video-marco a.social_twitter_circle	{ position:absolute; top:15px; left:15px; width:32px; height:32px; z-index:3; font-size:32px; color:rgba(255,255,255,0.6); }

.video-marco a.social_facebook_circle			{ }
.video-marco a.social_twitter_circle			{ left:58px;}
.video-marco a.icon_download					{ left:100px;}
.video-marco a.social_facebook_circle:hover,
.video-marco a.social_twitter_circle:hover,
.video-marco a.icon_download:hover		{ color:#fff;}
/* 	
====================================================================================
	GRID VIDEOTECA
====================================================================================
*/

.og-grid 							{ list-style: none; padding:0; margin:0 auto; text-align: center; width: 100%; font-size:14px;  -webkit-font-smoothing: subpixel-antialiased; }
.og-grid li 						{ display: inline-block; margin: 0px 5px 20px 5px; vertical-align: top; height: 200px; width:254px;  /**/ max-height:600px; }
.og-grid li > a, 
.og-grid li > a img 				{ border: none; outline: none; display: block; position: relative; height:200px; width:254px;/* -webkit-filter: grayscale(30%); -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;*/}
.og-grid li:hover a img				{  -webkit-filter: grayscale(0%);}
.og-grid li.og-expanded > a::after 	{ top: auto; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color:rgba(0,0,0,0.3); border-width: 15px; left: 50%; margin: -19px 0 0 -15px; }
.og-expander 						{ position: absolute; background: #06203c; background: rgba(0,0,0,0.3); top: auto; left:5px; width: 1060px; margin-top: 10px; text-align: left; height: 0; overflow: hidden; /**/ max-height: 390px;}
.og-expander-inner 					{ padding: 30px; height: 100%; }
.og-close 							{ position: absolute; width: 40px; height: 40px; top: 20px;	right: 20px; cursor: pointer; z-index:2; }
.og-close::before,
.og-close::after 					{ content: ''; position: absolute; width: 100%; top: 50%; height: 2px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
.og-close::after 					{ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
.og-close:hover::before,
.og-close:hover::after 				{ opacity:0.6; }
.og-fullimg,
.og-details 						{ width: 49%; float: left; height: 100%; overflow: hidden;	position: relative;	box-sizing: border-box; }
.og-details 						{ padding: 0 40px 0 20px; margin-left: 1%; width: 50%;}
.og-fullimg 						{ text-align: center; /**/ max-height: 330px; overflow: hidden;}
.og-fullimg img 					{ display: inline-block; 	max-width: 100%; min-width: 100%;}
.og-details h3 						{ font-weight: 400;padding: 20px 0 20px; margin-bottom: 10px; color:#fff; border-bottom: 2px solid #2975c4; margin-bottom: 14px; display: inline-block;}
.og-details p 						{ font-weight: 400;	font-size: 16px; line-height: 20px;	color: #fff; max-height: 145px; overflow: hidden; }
.og-details a 						{ font-weight: 700;	font-size: 14px; color: #2299d2; text-transform: uppercase; padding: 6px 14px; border: 2px solid #2299d2; display: inline-block; margin: 30px 0 0; outline: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; /*-webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;*/}
.og-details a:hover 				{ border-color: #fff; color: #fff; }
.og-loading 						{ width: 20px; height: 20px; border-radius: 50%; background: #ddd; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; /*-webkit-animation: loader 0.5s infinite ease-in-out both; -moz-animation: loader 0.5s infinite ease-in-out both; animation: loader 0.5s infinite ease-in-out both;*/ }
.og-titulo							{ background:#062345; color:#fff; font-size:16px; padding:10px 0 9px 0; outline:1px solid #3371b5;letter-spacing:-1px; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;
position: absolute;
width: 100%;
bottom: 0;}
.og-grid li:hover .og-titulo ,
.og-expanded .og-titulo				{ background:#004da2; }
.og-grid li a .img-holder			{ outline:1px solid #3371b5; height:160px; width:254px; overflow:hidden; }
.og-grid li a .img-holder img		{ min-height:100%; height:auto; min-width:100%;display: inline-block; z-index: -1;}
/*
@-webkit-keyframes loader {
0% { background: #ddd; }
33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
0% { background: #ddd; }
33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@keyframes loader {
0% { background: #ddd; }
33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

/* 	
====================================================================================
	CORPORATIVO
====================================================================================
*/

ul.side-list						{ float:left; padding:0; margin:0 0 20px 20px; list-style:none; outline:1px solid #3371b5; background:#014a9a; }
ul.side-list li						{ float:left; line-height:40px; width:100%; border-bottom:1px solid #3371b5; text-indent: 10px; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;}
ul.side-list li:nth-last-child(1)	{ border-bottom:none; }
ul.side-list li a					{ color:#fff; font-size:14px; display:block; letter-spacing:-.5px; -webkit-font-smoothing:subpixel-antialiased; }
ul.side-list li:hover 				{ background: #044084;}
ul.side-list li:hover a				{ color: #ffa845; }
ul.side-list li a:before			{ content:"9"; font-family:ElegantIcons; margin: 0 6px 0 0;}


.wrapper-dropdown *,
.wrapper-dropdown  *:after,
.wrapper-dropdown  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* 	
====================================================================================
	DROPDOWN
====================================================================================
*/

.wrapper-dropdown 						{ position: absolute; right:0; top:10px; width: 220px; margin: 0 auto; padding: 20px 20px; color:#fff; border-radius: 5px; box-shadow: 1px 1px 0px rgba(255,255,255,0.15) , inset 3px 3px 25px rgba(0,0,0,0.2); cursor: pointer; outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; z-index:2; letter-spacing:-0.5px; font-size: 16px; -webkit-font-smoothing: subpixel-antialiased; background: #044084; text-shadow: 2px 2px 2px rgba(0,0,0,0.3);}
.wrapper-dropdown:hover 				{ color: #ffa845; box-shadow: 3px 3px 15px rgba(0,0,0,0.3); background: #1272dc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #1272dc 0%, #014a9b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1272dc), color-stop(100%,#014a9b));
background: -webkit-linear-gradient(top, #1272dc 0%,#014a9b 100%);
background: -o-linear-gradient(top, #1272dc 0%,#014a9b 100%);
background: -ms-linear-gradient(top, #1272dc 0%,#014a9b 100%);
background: linear-gradient(to bottom, #1272dc 0%,#014a9b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1272dc', endColorstr='#014a9b',GradientType=0 );}
.wrapper-dropdown:after 				{ content: ""; width: 0; height: 0; position: absolute; top: 50%; right: 15px; margin-top: -3px; border-width: 6px 6px 0 6px; border-style: solid; border-color: #fff transparent; }
.wrapper-dropdown .dropdown 			{ position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-radius: 0 0 5px 5px;list-style: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out;    -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-shadow:none;  max-height: 0; overflow: hidden; }
.wrapper-dropdown .dropdown li 			{ padding: 0 14px ; }
.wrapper-dropdown .dropdown li a 		{ display: block; text-decoration: none; color: #044084; padding: 10px 0; transition: all 0.3s ease-out; border-bottom: 1px solid #e6e8ea; text-transform:uppercase; font-size:14px; font-family: 'quicksandbold'; -webkit-font-smoothing: antialiased; }
.wrapper-dropdown .dropdown li:last-of-type a 
										{ border: none; }
.wrapper-dropdown .dropdown li i 		{ margin-right: 5px; color: inherit; vertical-align: middle; }
.wrapper-dropdown .dropdown li:hover a 	{ color: #187eef; text-indent:10px; }
.wrapper-dropdown.active 				{ border-radius: 5px 5px 0 0; box-shadow: none; border-bottom: none; color: white; background: #187eef;box-shadow: 3px 3px 15px rgba(0,0,0,0.3); }
.wrapper-dropdown.active:after 			{ /*border-color: #82d1ff transparent;*/ }
.wrapper-dropdown.active .dropdown 		{ max-height: 400px;box-shadow: 3px 3px 15px rgba(0,0,0,0.3); }


/* 	
====================================================================================
	COMENTARIOS
====================================================================================
*/
.wrap-comentarios-programa				{ margin:40px 0 20px 0; border-top: 1px dotted #3371b5; padding-top: 30px;}
.comentario 							{ width:100%; position:relative;	float:left;}
.comentario p {
	margin:0px;
	font-size:11px;
	color:#ddd;
	padding:10px;
	border:1px solid #3371b5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index:1;
	background: rgba(0,0,0,0.2);
}
.comentario div.flech {	position:absolute; bottom:-7px; left:10px;z-index:2;width: 0;height: 0;border-left: 0px solid transparent;border-right: 10px solid transparent;border-top: 8px solid #3371b5;}
	
.datos-comentario {
	font-size:13px;
	font-weight:bold;
	color:#ddd;
	margin-top:10px;
	float:left;
	margin-bottom:30px;
	width:100%;letter-spacing: -0.5px;
-webkit-font-smoothing: auto;
}
.datos-comentario div {float:left; width:300px; text-indent:10px;}
.datos-comentario div span {font-weight:normal;}
.denunciar_comentario			{ padding:0px 6px; background:#666; color:#fff; float:right; font-size:11px;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; opacity:0.5; letter-spacing:-1.2px;-webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.denunciar_comentario:hover		{ background:#ff6800; color:#fff; opacity:1;}

.form-comentario {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.form-label {
	text-align:right;
	color:#ddd;
	width:10%;
	padding:6px 14px;
	vertical-align:top;
}

.field-comentario {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding:10px 8px!important;
	width:412px;
	color:#666;
	margin-bottom:10px!important;	max-width: 412px;
	text-indent:0!important;
}	

.form-leyenda {
margin: 40px 0;
letter-spacing: -0.3px;
background: rgba(0,0,0,0.05);
border: 1px solid rgba(255,255,255,0.2);
padding: 10px 20px 0;
float: left;}
.form-leyenda p {
	color: #ccc;
	font-size: 12px;
	line-height: 14px;
}	










.lazy									{ display:none;}

 
#addtoany								{ position:fixed; bottom:0; width:100%; z-index:6;}
#addtoany .container_12					{}
#addtoany .container_12 .tab 			{ float: right; background: #ddd; padding:10px 3px; width: 334px; margin-right: 4px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: none; position:relative; box-shadow: -1px -1px 0px rgba(255,255,255,0.02) , inset 2px 2px 10px #bbb;}
#addtoany .container_12 .tab:before		{ content:"Comparte 7TV Andalucía"; color:#0a3766; float:left; font-family: 'quicksandbold_italic'; margin-left:10px; font-size:14px;text-transform: uppercase;font-family: 'quicksandbold_italic';letter-spacing: -1px;}
#addtoany .container_12 .tab a			{ float:right!important; margin: 0 4px;}


/* FIX IMAGE HOLDERS (nov 2014) */
.img-holder { position:absolute; top:0; width:100%; height:100%; text-align:center; background:url(../img/decor/preloader.gif) center center no-repeat; background-size:36px; z-index:0;}
.img-holder img	{ width:auto; height:auto; min-width:100%; min-height:100%; margin:0 -50%; }
.bloque-slider { background:url(../img/decor/preloader.gif) center center no-repeat; background-size:36px; z-index:0;}



/**********************************************************************/
/***************************** GRID ***********************************/
/**********************************************************************/


body 			{ min-width: 1080px; }
.container_12 	{ margin-left: auto; margin-right: auto; width: 1080px; /* */ padding:0 15px; position:relative; }
 
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, 
.grid_2, 
.grid_3, 
.grid_4, 
.grid_5, 
.grid_6, 
.grid_7, 
.grid_8,
.grid_9, 
.grid_10, 
.grid_11, 
.grid_12 				{ display:inline; float: left; position: relative; margin-left: 5px; margin-right: 5px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 		{ position:relative; }


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha 				{ margin-left: 0; }
.omega 				{ margin-right: 0; }

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 	{ width:80px;}
.container_12 .grid_2 	{ width:170px;}
.container_12 .grid_3 	{ width:260px;}
.container_12 .grid_4 	{ width:350px;}
.container_12 .grid_5 	{ width:440px;}
.container_12 .grid_6 	{ width:530px;}
.container_12 .grid_7 	{ width:620px;}
.container_12 .grid_8 	{ width:710px;}
.container_12 .grid_9 	{ width:800px;}
.container_12 .grid_10 	{ width:890px;}
.container_12 .grid_11 	{ width:980px;}
.container_12 .grid_12 	{ width:1070px;}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 	{ padding-left:90px;}
.container_12 .prefix_2 	{ padding-left:180px;}
.container_12 .prefix_3 	{ padding-left:270px;}
.container_12 .prefix_4 	{ padding-left:360px;}
.container_12 .prefix_5 	{ padding-left:450px;}
.container_12 .prefix_6 	{ padding-left:540px;}
.container_12 .prefix_7 	{ padding-left:630px;}
.container_12 .prefix_8 	{ padding-left:720px;}
.container_12 .prefix_9 	{ padding-left:810px;}
.container_12 .prefix_10 	{ padding-left:900px;}
.container_12 .prefix_11 	{ padding-left:990px;}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 	{ padding-right:90px;}
.container_12 .suffix_2 	{ padding-right:180px;}
.container_12 .suffix_3 	{ padding-right:270px;}
.container_12 .suffix_4 	{ padding-right:360px;}
.container_12 .suffix_5 	{ padding-right:450px;}
.container_12 .suffix_6 	{ padding-right:540px;}
.container_12 .suffix_7 	{ padding-right:630px;}
.container_12 .suffix_8 	{ padding-right:720px;}
.container_12 .suffix_9 	{ padding-right:810px;}
.container_12 .suffix_10 	{ padding-right:900px;}
.container_12 .suffix_11 	{ padding-right:990px;}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 	{ left:90px;}
.container_12 .push_2 	{ left:180px;}
.container_12 .push_3 	{ left:270px;}
.container_12 .push_4 	{ left:360px;}
.container_12 .push_5 	{ left:450px;}
.container_12 .push_6 	{ left:540px;}
.container_12 .push_7 	{ left:630px;}
.container_12 .push_8 	{ left:720px;}
.container_12 .push_9 	{ left:810px;}
.container_12 .push_10 	{ left:900px;}
.container_12 .push_11 	{ left:990px;}


/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 { left:-90px; }
.container_12 .pull_2 {	left:-180px;}
.container_12 .pull_3 {	left:-270px;}
.container_12 .pull_4 {	left:-360px;}
.container_12 .pull_5 {	left:-450px;}
.container_12 .pull_6 {	left:-540px;}
.container_12 .pull_7 {	left:-630px;}
.container_12 .pull_8 {	left:-720px;}
.container_12 .pull_9 {	left:-810px;}
.container_12 .pull_10 { left:-900px;}
.container_12 .pull_11 { left:-990px;}



/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear 			{ clear: both; display: block;  overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before,
.clearfix:after { content: '\0020';  display: block;  overflow: hidden;  visibility: hidden;  width: 0;  height: 0;}
.clearfix:after { clear: both; }
.clearfix 		{ zoom: 1;}






/**********************************************************************/
/***************************** TYPE ***********************************/
/**********************************************************************/




/* 	
====================================================================================
	TYPOGRAPHY 
====================================================================================
*/

@font-face {
    font-family: 'quicksandbold';
    src: url('quicksand-bold-webfont.eot');
    src: url('quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-bold-webfont.woff') format('woff'),
         url('quicksand-bold-webfont.ttf') format('truetype'),
         url('quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbold_italic';
    src: url('quicksand-bolditalic-webfont.eot');
    src: url('quicksand-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-bolditalic-webfont.woff') format('woff'),
         url('quicksand-bolditalic-webfont.ttf') format('truetype'),
         url('quicksand-bolditalic-webfont.svg#quicksandbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksanditalic';
    src: url('quicksand-italic-webfont.eot');
    src: url('quicksand-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-italic-webfont.woff') format('woff'),
         url('quicksand-italic-webfont.ttf') format('truetype'),
         url('quicksand-italic-webfont.svg#quicksanditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight';
    src: url('quicksand-light-webfont.eot');
    src: url('quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-light-webfont.woff') format('woff'),
         url('quicksand-light-webfont.ttf') format('truetype'),
         url('quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight_italic';
    src: url('quicksand-lightitalic-webfont.eot');
    src: url('quicksand-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-lightitalic-webfont.woff') format('woff'),
         url('quicksand-lightitalic-webfont.ttf') format('truetype'),
         url('quicksand-lightitalic-webfont.svg#quicksandlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandregular';
    src: url('quicksand-regular-webfont.eot');
    src: url('quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-regular-webfont.woff') format('woff'),
         url('quicksand-regular-webfont.ttf') format('truetype'),
         url('quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



h1 , h2 , h3 , h4 , h5 , h6			{ letter-spacing:-1px; }
h1									{ font-size:36px; line-height:36px; margin:0px 0px 0px 0px; padding:14px 0px 12px 0px; }
h2									{ font-size:28px; line-height:30px; margin:0px 0px 0px 0px; padding:18px 0px 20px 0px; }
h3									{ font-size:24px; line-height:30px; margin:20px 0px 0px 0px;	padding:0px 0px 0px 0px; font-family: 'quicksandbold';}
h4									{ font-size:22px; line-height:20px; margin:0px 0px 0px 0px; padding:6px 0px 14px 0px; }
h5									{ font-size:18px; line-height:20px; margin:0px 0px 0px 0px; padding:4px 0px 14px 0px; }
h6									{ font-size:16px; line-height:20px; margin:0px 0px 0px 0px; padding:6px 0px 14px 0px; }
p									{ font-size:14px; line-height:20px;	margin:0px 0px 0px 0px;	padding:0px 0px 20px 0px; -webkit-font-smoothing:subpixel-antialiased; }
p strong							{ text-transform:uppercase; }
hr									{ margin:19px 0; float:left; width:100%; }

.page-title							{ font-family: 'quicksandlight'; text-transform:uppercase; color:#fff; padding-bottom:0; }
.page-title	strong					{ /*color:#187eef; font-family: 'quicksandbold';*/ }
.page-subtitle						{ font-family: 'quicksandregular'; color:#187eef; border-bottom:2px solid #187eef; margin-bottom:40px; padding-top:0; font-size:24px;}

#home-title							{ width:calc(100% - 10px); width:-moz-calc(100% - 10px); margin-bottom:20px; font-family: 'quicksandregular'; color:#187eef; border-bottom:2px solid #187eef; margin-bottom:20px; padding-bottom:12px; color:#fff; margin-top: 0;}
#home-title	strong					{ color:#187eef; font-family: 'quicksandbold';}





#wrap-pantallazo					{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:999; background:#06203c; }
#wrap-pantallazo div				{ position:absolute; width:100%; height:100%; /**/    width: 800px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -400px;} 
#wrap-pantallazo  a				{ width: 1080px;text-align: center;height: 100%;position: absolute;left: 50%;margin-left: -540px;}
#wrap-pantallazo a.cerrar		{ top: 0px; left:auto; right:0px; width: auto;height: auto; margin: 0; z-index:1000; background:#2975c4; color:#fff; padding:12px 20px; letter-spacing:-1.5px; font-weight:700; font-size:18px; }
#wrap-pantallazo div a.cerrar:hover	{ background:#bc1622; color:#222;}
#wrap-pantallazo div a img			{ margin:100px 0; box-shadow: 0px 0px 60px #000;}


/* 	
====================================================================================
	ELEGANT ICONS 
====================================================================================
*/

@font-face{font-family:ElegantIcons;src:url(ElegantIcons.eot);src:url(ElegantIcons.eot?#iefix) format('embedded-opentype'),url(ElegantIcons.woff) format('woff'),url(ElegantIcons.ttf) format('truetype'),url(ElegantIcons.svg#ElegantIcons) format('svg');font-weight:400;font-style:normal}[data-icon]:before{font-family:ElegantIcons;content:attr(data-icon);speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.arrow-up-down,.arrow_back,.arrow_carrot-2down,.arrow_carrot-2down_alt2,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left,.arrow_carrot-2left_alt,.arrow_carrot-2left_alt2,.arrow_carrot-2right,.arrow_carrot-2right_alt,.arrow_carrot-2right_alt2,.arrow_carrot-2up,.arrow_carrot-2up_alt,.arrow_carrot-2up_alt2,.arrow_carrot-down,.arrow_carrot-down_alt,.arrow_carrot-down_alt2,.arrow_carrot-left,.arrow_carrot-left_alt,.arrow_carrot-left_alt2,.arrow_carrot-right,.arrow_carrot-right_alt,.arrow_carrot-right_alt2,.arrow_carrot-up,.arrow_carrot-up_alt2,.arrow_carrot_up_alt,.arrow_condense,.arrow_condense_alt,.arrow_down,.arrow_down_alt,.arrow_expand,.arrow_expand_alt,.arrow_expand_alt2,.arrow_expand_alt3,.arrow_left,.arrow_left-down,.arrow_left-down_alt,.arrow_left-right,.arrow_left-right_alt,.arrow_left-up,.arrow_left-up_alt,.arrow_left_alt,.arrow_move,.arrow_right,.arrow_right-down,.arrow_right-down_alt,.arrow_right-up,.arrow_right-up_alt,.arrow_right_alt,.arrow_triangle-down,.arrow_triangle-down_alt,.arrow_triangle-down_alt2,.arrow_triangle-left,.arrow_triangle-left_alt,.arrow_triangle-left_alt2,.arrow_triangle-right,.arrow_triangle-right_alt,.arrow_triangle-right_alt2,.arrow_triangle-up,.arrow_triangle-up_alt,.arrow_triangle-up_alt2,.arrow_up,.arrow_up-down_alt,.arrow_up_alt,.icon_adjust-horiz,.icon_adjust-vert,.icon_archive,.icon_archive_alt,.icon_bag,.icon_bag_alt,.icon_balance,.icon_blocked,.icon_book,.icon_book_alt,.icon_box-checked,.icon_box-empty,.icon_box-selected,.icon_briefcase,.icon_briefcase_alt,.icon_building,.icon_building_alt,.icon_calculator_alt,.icon_calendar,.icon_calulator,.icon_camera,.icon_camera_alt,.icon_cart,.icon_cart_alt,.icon_chat,.icon_chat_alt,.icon_check,.icon_check_alt,.icon_check_alt2,.icon_circle-empty,.icon_circle-slelected,.icon_clipboard,.icon_clock,.icon_clock_alt,.icon_close,.icon_close_alt,.icon_close_alt2,.icon_cloud,.icon_cloud-download,.icon_cloud-download_alt,.icon_cloud-upload,.icon_cloud-upload_alt,.icon_cloud_alt,.icon_cog,.icon_cogs,.icon_comment,.icon_comment_alt,.icon_compass,.icon_compass_alt,.icon_cone,.icon_cone_alt,.icon_contacts,.icon_contacts_alt,.icon_creditcard,.icon_currency,.icon_currency_alt,.icon_cursor,.icon_cursor_alt,.icon_datareport,.icon_datareport_alt,.icon_desktop,.icon_dislike,.icon_dislike_alt,.icon_document,.icon_document_alt,.icon_documents,.icon_documents_alt,.icon_download,.icon_drawer,.icon_drawer_alt,.icon_drive,.icon_drive_alt,.icon_easel,.icon_easel_alt,.icon_error-circle,.icon_error-circle_alt,.icon_error-oct,.icon_error-oct_alt,.icon_error-triangle,.icon_error-triangle_alt,.icon_film,.icon_floppy,.icon_floppy_alt,.icon_flowchart,.icon_flowchart_alt,.icon_folder,.icon_folder-add,.icon_folder-add_alt,.icon_folder-alt,.icon_folder-open,.icon_folder-open_alt,.icon_folder_download,.icon_folder_upload,.icon_genius,.icon_gift,.icon_gift_alt,.icon_globe,.icon_globe-2,.icon_globe_alt,.icon_grid-2x2,.icon_grid-3x3,.icon_group,.icon_headphones,.icon_heart,.icon_heart_alt,.icon_hourglass,.icon_house,.icon_house_alt,.icon_id,.icon_id-2,.icon_id-2_alt,.icon_id_alt,.icon_image,.icon_images,.icon_info,.icon_info_alt,.icon_key,.icon_key_alt,.icon_laptop,.icon_lifesaver,.icon_lightbulb,.icon_lightbulb_alt,.icon_like,.icon_like_alt,.icon_link,.icon_link_alt,.icon_loading,.icon_lock,.icon_lock-open,.icon_lock-open_alt,.icon_lock_alt,.icon_mail,.icon_mail_alt,.icon_map,.icon_map_alt,.icon_menu,.icon_menu-circle_alt,.icon_menu-circle_alt2,.icon_menu-square_alt,.icon_menu-square_alt2,.icon_mic,.icon_mic_alt,.icon_minus-06,.icon_minus-box,.icon_minus_alt,.icon_minus_alt2,.icon_mobile,.icon_mug,.icon_mug_alt,.icon_music,.icon_ol,.icon_paperclip,.icon_pause,.icon_pause_alt,.icon_pause_alt2,.icon_pencil,.icon_pencil-edit,.icon_pencil-edit_alt,.icon_pencil_alt,.icon_pens,.icon_pens_alt,.icon_percent,.icon_percent_alt,.icon_phone,.icon_piechart,.icon_pin,.icon_pin_alt,.icon_plus,.icon_plus-box,.icon_plus_alt,.icon_plus_alt2,.icon_printer,.icon_printer-alt,.icon_profile,.icon_pushpin,.icon_pushpin_alt,.icon_puzzle,.icon_puzzle_alt,.icon_question,.icon_question_alt,.icon_question_alt2,.icon_quotations,.icon_quotations_alt,.icon_quotations_alt2,.icon_refresh,.icon_ribbon,.icon_ribbon_alt,.icon_rook,.icon_search,.icon_search-2,.icon_search_alt,.icon_shield,.icon_shield_alt,.icon_star,.icon_star-half,.icon_star-half_alt,.icon_star_alt,.icon_stop,.icon_stop_alt,.icon_stop_alt2,.icon_table,.icon_tablet,.icon_tag,.icon_tag_alt,.icon_tags,.icon_tags_alt,.icon_target,.icon_tool,.icon_toolbox,.icon_toolbox_alt,.icon_tools,.icon_trash,.icon_trash_alt,.icon_ul,.icon_upload,.icon_vol-mute,.icon_vol-mute_alt,.icon_volume-high,.icon_volume-high_alt,.icon_volume-low,.icon_volume-low_alt,.icon_wallet,.icon_wallet_alt,.icon_zoom-in,.icon_zoom-in_alt,.icon_zoom-out,.icon_zoom-out_alt,.social_blogger,.social_blogger_circle,.social_blogger_square,.social_delicious,.social_delicious_circle,.social_delicious_square,.social_deviantart,.social_deviantart_circle,.social_deviantart_square,.social_dribbble,.social_dribbble_circle,.social_dribbble_square,.social_facebook,.social_facebook_circle,.social_facebook_square,.social_flickr,.social_flickr_circle,.social_flickr_square,.social_googledrive,.social_googledrive_alt2,.social_googledrive_square,.social_googleplus,.social_googleplus_circle,.social_googleplus_square,.social_instagram,.social_instagram_circle,.social_instagram_square,.social_linkedin,.social_linkedin_circle,.social_linkedin_square,.social_myspace,.social_myspace_circle,.social_myspace_square,.social_picassa,.social_picassa_circle,.social_picassa_square,.social_pinterest,.social_pinterest_circle,.social_pinterest_square,.social_rss,.social_rss_circle,.social_rss_square,.social_share,.social_share_circle,.social_share_square,.social_skype,.social_skype_circle,.social_skype_square,.social_spotify,.social_spotify_circle,.social_spotify_square,.social_stumbleupon_circle,.social_stumbleupon_square,.social_tumbleupon,.social_tumblr,.social_tumblr_circle,.social_tumblr_square,.social_twitter,.social_twitter_circle,.social_twitter_square,.social_vimeo,.social_vimeo_circle,.social_vimeo_square,.social_wordpress,.social_wordpress_circle,.social_wordpress_square,.social_youtube,.social_youtube_circle,.social_youtube_square{font-family:ElegantIcons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.arrow_up:before{content:"\21"}.arrow_down:before{content:"\22"}.arrow_left:before{content:"\23"}.arrow_right:before{content:"\24"}.arrow_left-up:before{content:"\25"}.arrow_right-up:before{content:"\26"}.arrow_right-down:before{content:"\27"}.arrow_left-down:before{content:"\28"}.arrow-up-down:before{content:"\29"}.arrow_up-down_alt:before{content:"\2a"}.arrow_left-right_alt:before{content:"\2b"}.arrow_left-right:before{content:"\2c"}.arrow_expand_alt2:before{content:"\2d"}.arrow_expand_alt:before{content:"\2e"}.arrow_condense:before{content:"\2f"}.arrow_expand:before{content:"\30"}.arrow_move:before{content:"\31"}.arrow_carrot-up:before{content:"\32"}.arrow_carrot-down:before{content:"\33"}.arrow_carrot-left:before{content:"\34"}.arrow_carrot-right:before{content:"\35"}.arrow_carrot-2up:before{content:"\36"}.arrow_carrot-2down:before{content:"\37"}.arrow_carrot-2left:before{content:"\38"}.arrow_carrot-2right:before{content:"\39"}.arrow_carrot-up_alt2:before{content:"\3a"}.arrow_carrot-down_alt2:before{content:"\3b"}.arrow_carrot-left_alt2:before{content:"\3c"}.arrow_carrot-right_alt2:before{content:"\3d"}.arrow_carrot-2up_alt2:before{content:"\3e"}.arrow_carrot-2down_alt2:before{content:"\3f"}.arrow_carrot-2left_alt2:before{content:"\40"}.arrow_carrot-2right_alt2:before{content:"\41"}.arrow_triangle-up:before{content:"\42"}.arrow_triangle-down:before{content:"\43"}.arrow_triangle-left:before{content:"\44"}.arrow_triangle-right:before{content:"\45"}.arrow_triangle-up_alt2:before{content:"\46"}.arrow_triangle-down_alt2:before{content:"\47"}.arrow_triangle-left_alt2:before{content:"\48"}.arrow_triangle-right_alt2:before{content:"\49"}.arrow_back:before{content:"\4a"}.icon_minus-06:before{content:"\4b"}.icon_plus:before{content:"\4c"}.icon_close:before{content:"\4d"}.icon_check:before{content:"\4e"}.icon_minus_alt2:before{content:"\4f"}.icon_plus_alt2:before{content:"\50"}.icon_close_alt2:before{content:"\51"}.icon_check_alt2:before{content:"\52"}.icon_zoom-out_alt:before{content:"\53"}.icon_zoom-in_alt:before{content:"\54"}.icon_search:before{content:"\55"}.icon_box-empty:before{content:"\56"}.icon_box-selected:before{content:"\57"}.icon_minus-box:before{content:"\58"}.icon_plus-box:before{content:"\59"}.icon_box-checked:before{content:"\5a"}.icon_circle-empty:before{content:"\5b"}.icon_circle-slelected:before{content:"\5c"}.icon_stop_alt2:before{content:"\5d"}.icon_stop:before{content:"\5e"}.icon_pause_alt2:before{content:"\5f"}.icon_pause:before{content:"\60"}.icon_menu:before{content:"\61"}.icon_menu-square_alt2:before{content:"\62"}.icon_menu-circle_alt2:before{content:"\63"}.icon_ul:before{content:"\64"}.icon_ol:before{content:"\65"}.icon_adjust-horiz:before{content:"\66"}.icon_adjust-vert:before{content:"\67"}.icon_document_alt:before{content:"\68"}.icon_documents_alt:before{content:"\69"}.icon_pencil:before{content:"\6a"}.icon_pencil-edit_alt:before{content:"\6b"}.icon_pencil-edit:before{content:"\6c"}.icon_folder-alt:before{content:"\6d"}.icon_folder-open_alt:before{content:"\6e"}.icon_folder-add_alt:before{content:"\6f"}.icon_info_alt:before{content:"\70"}.icon_error-oct_alt:before{content:"\71"}.icon_error-circle_alt:before{content:"\72"}.icon_error-triangle_alt:before{content:"\73"}.icon_question_alt2:before{content:"\74"}.icon_question:before{content:"\75"}.icon_comment_alt:before{content:"\76"}.icon_chat_alt:before{content:"\77"}.icon_vol-mute_alt:before{content:"\78"}.icon_volume-low_alt:before{content:"\79"}.icon_volume-high_alt:before{content:"\7a"}.icon_quotations:before{content:"\7b"}.icon_quotations_alt2:before{content:"\7c"}.icon_clock_alt:before{content:"\7d"}.icon_lock_alt:before{content:"\7e"}.icon_lock-open_alt:before{content:"\e000"}.icon_key_alt:before{content:"\e001"}.icon_cloud_alt:before{content:"\e002"}.icon_cloud-upload_alt:before{content:"\e003"}.icon_cloud-download_alt:before{content:"\e004"}.icon_image:before{content:"\e005"}.icon_images:before{content:"\e006"}.icon_lightbulb_alt:before{content:"\e007"}.icon_gift_alt:before{content:"\e008"}.icon_house_alt:before{content:"\e009"}.icon_genius:before{content:"\e00a"}.icon_mobile:before{content:"\e00b"}.icon_tablet:before{content:"\e00c"}.icon_laptop:before{content:"\e00d"}.icon_desktop:before{content:"\e00e"}.icon_camera_alt:before{content:"\e00f"}.icon_mail_alt:before{content:"\e010"}.icon_cone_alt:before{content:"\e011"}.icon_ribbon_alt:before{content:"\e012"}.icon_bag_alt:before{content:"\e013"}.icon_creditcard:before{content:"\e014"}.icon_cart_alt:before{content:"\e015"}.icon_paperclip:before{content:"\e016"}.icon_tag_alt:before{content:"\e017"}.icon_tags_alt:before{content:"\e018"}.icon_trash_alt:before{content:"\e019"}.icon_cursor_alt:before{content:"\e01a"}.icon_mic_alt:before{content:"\e01b"}.icon_compass_alt:before{content:"\e01c"}.icon_pin_alt:before{content:"\e01d"}.icon_pushpin_alt:before{content:"\e01e"}.icon_map_alt:before{content:"\e01f"}.icon_drawer_alt:before{content:"\e020"}.icon_toolbox_alt:before{content:"\e021"}.icon_book_alt:before{content:"\e022"}.icon_calendar:before{content:"\e023"}.icon_film:before{content:"\e024"}.icon_table:before{content:"\e025"}.icon_contacts_alt:before{content:"\e026"}.icon_headphones:before{content:"\e027"}.icon_lifesaver:before{content:"\e028"}.icon_piechart:before{content:"\e029"}.icon_refresh:before{content:"\e02a"}.icon_link_alt:before{content:"\e02b"}.icon_link:before{content:"\e02c"}.icon_loading:before{content:"\e02d"}.icon_blocked:before{content:"\e02e"}.icon_archive_alt:before{content:"\e02f"}.icon_heart_alt:before{content:"\e030"}.icon_star_alt:before{content:"\e031"}.icon_star-half_alt:before{content:"\e032"}.icon_star:before{content:"\e033"}.icon_star-half:before{content:"\e034"}.icon_tools:before{content:"\e035"}.icon_tool:before{content:"\e036"}.icon_cog:before{content:"\e037"}.icon_cogs:before{content:"\e038"}.arrow_up_alt:before{content:"\e039"}.arrow_down_alt:before{content:"\e03a"}.arrow_left_alt:before{content:"\e03b"}.arrow_right_alt:before{content:"\e03c"}.arrow_left-up_alt:before{content:"\e03d"}.arrow_right-up_alt:before{content:"\e03e"}.arrow_right-down_alt:before{content:"\e03f"}.arrow_left-down_alt:before{content:"\e040"}.arrow_condense_alt:before{content:"\e041"}.arrow_expand_alt3:before{content:"\e042"}.arrow_carrot_up_alt:before{content:"\e043"}.arrow_carrot-down_alt:before{content:"\e044"}.arrow_carrot-left_alt:before{content:"\e045"}.arrow_carrot-right_alt:before{content:"\e046"}.arrow_carrot-2up_alt:before{content:"\e047"}.arrow_carrot-2dwnn_alt:before{content:"\e048"}.arrow_carrot-2left_alt:before{content:"\e049"}.arrow_carrot-2right_alt:before{content:"\e04a"}.arrow_triangle-up_alt:before{content:"\e04b"}.arrow_triangle-down_alt:before{content:"\e04c"}.arrow_triangle-left_alt:before{content:"\e04d"}.arrow_triangle-right_alt:before{content:"\e04e"}.icon_minus_alt:before{content:"\e04f"}.icon_plus_alt:before{content:"\e050"}.icon_close_alt:before{content:"\e051"}.icon_check_alt:before{content:"\e052"}.icon_zoom-out:before{content:"\e053"}.icon_zoom-in:before{content:"\e054"}.icon_stop_alt:before{content:"\e055"}.icon_menu-square_alt:before{content:"\e056"}.icon_menu-circle_alt:before{content:"\e057"}.icon_document:before{content:"\e058"}.icon_documents:before{content:"\e059"}.icon_pencil_alt:before{content:"\e05a"}.icon_folder:before{content:"\e05b"}.icon_folder-open:before{content:"\e05c"}.icon_folder-add:before{content:"\e05d"}.icon_folder_upload:before{content:"\e05e"}.icon_folder_download:before{content:"\e05f"}.icon_info:before{content:"\e060"}.icon_error-circle:before{content:"\e061"}.icon_error-oct:before{content:"\e062"}.icon_error-triangle:before{content:"\e063"}.icon_question_alt:before{content:"\e064"}.icon_comment:before{content:"\e065"}.icon_chat:before{content:"\e066"}.icon_vol-mute:before{content:"\e067"}.icon_volume-low:before{content:"\e068"}.icon_volume-high:before{content:"\e069"}.icon_quotations_alt:before{content:"\e06a"}.icon_clock:before{content:"\e06b"}.icon_lock:before{content:"\e06c"}.icon_lock-open:before{content:"\e06d"}.icon_key:before{content:"\e06e"}.icon_cloud:before{content:"\e06f"}.icon_cloud-upload:before{content:"\e070"}.icon_cloud-download:before{content:"\e071"}.icon_lightbulb:before{content:"\e072"}.icon_gift:before{content:"\e073"}.icon_house:before{content:"\e074"}.icon_camera:before{content:"\e075"}.icon_mail:before{content:"\e076"}.icon_cone:before{content:"\e077"}.icon_ribbon:before{content:"\e078"}.icon_bag:before{content:"\e079"}.icon_cart:before{content:"\e07a"}.icon_tag:before{content:"\e07b"}.icon_tags:before{content:"\e07c"}.icon_trash:before{content:"\e07d"}.icon_cursor:before{content:"\e07e"}.icon_mic:before{content:"\e07f"}.icon_compass:before{content:"\e080"}.icon_pin:before{content:"\e081"}.icon_pushpin:before{content:"\e082"}.icon_map:before{content:"\e083"}.icon_drawer:before{content:"\e084"}.icon_toolbox:before{content:"\e085"}.icon_book:before{content:"\e086"}.icon_contacts:before{content:"\e087"}.icon_archive:before{content:"\e088"}.icon_heart:before{content:"\e089"}.icon_profile:before{content:"\e08a"}.icon_group:before{content:"\e08b"}.icon_grid-2x2:before{content:"\e08c"}.icon_grid-3x3:before{content:"\e08d"}.icon_music:before{content:"\e08e"}.icon_pause_alt:before{content:"\e08f"}.icon_phone:before{content:"\e090"}.icon_upload:before{content:"\e091"}.icon_download:before{content:"\e092"}.social_facebook:before{content:"\e093"}.social_twitter:before{content:"\e094"}.social_pinterest:before{content:"\e095"}.social_googleplus:before{content:"\e096"}.social_tumblr:before{content:"\e097"}.social_tumbleupon:before{content:"\e098"}.social_wordpress:before{content:"\e099"}.social_instagram:before{content:"\e09a"}.social_dribbble:before{content:"\e09b"}.social_vimeo:before{content:"\e09c"}.social_linkedin:before{content:"\e09d"}.social_rss:before{content:"\e09e"}.social_deviantart:before{content:"\e09f"}.social_share:before{content:"\e0a0"}.social_myspace:before{content:"\e0a1"}.social_skype:before{content:"\e0a2"}.social_youtube:before{content:"\e0a3"}.social_picassa:before{content:"\e0a4"}.social_googledrive:before{content:"\e0a5"}.social_flickr:before{content:"\e0a6"}.social_blogger:before{content:"\e0a7"}.social_spotify:before{content:"\e0a8"}.social_delicious:before{content:"\e0a9"}.social_facebook_circle:before{content:"\e0aa"}.social_twitter_circle:before{content:"\e0ab"}.social_pinterest_circle:before{content:"\e0ac"}.social_googleplus_circle:before{content:"\e0ad"}.social_tumblr_circle:before{content:"\e0ae"}.social_stumbleupon_circle:before{content:"\e0af"}.social_wordpress_circle:before{content:"\e0b0"}.social_instagram_circle:before{content:"\e0b1"}.social_dribbble_circle:before{content:"\e0b2"}.social_vimeo_circle:before{content:"\e0b3"}.social_linkedin_circle:before{content:"\e0b4"}.social_rss_circle:before{content:"\e0b5"}.social_deviantart_circle:before{content:"\e0b6"}.social_share_circle:before{content:"\e0b7"}.social_myspace_circle:before{content:"\e0b8"}.social_skype_circle:before{content:"\e0b9"}.social_youtube_circle:before{content:"\e0ba"}.social_picassa_circle:before{content:"\e0bb"}.social_googledrive_alt2:before{content:"\e0bc"}.social_flickr_circle:before{content:"\e0bd"}.social_blogger_circle:before{content:"\e0be"}.social_spotify_circle:before{content:"\e0bf"}.social_delicious_circle:before{content:"\e0c0"}.social_facebook_square:before{content:"\e0c1"}.social_twitter_square:before{content:"\e0c2"}.social_pinterest_square:before{content:"\e0c3"}.social_googleplus_square:before{content:"\e0c4"}.social_tumblr_square:before{content:"\e0c5"}.social_stumbleupon_square:before{content:"\e0c6"}.social_wordpress_square:before{content:"\e0c7"}.social_instagram_square:before{content:"\e0c8"}.social_dribbble_square:before{content:"\e0c9"}.social_vimeo_square:before{content:"\e0ca"}.social_linkedin_square:before{content:"\e0cb"}.social_rss_square:before{content:"\e0cc"}.social_deviantart_square:before{content:"\e0cd"}.social_share_square:before{content:"\e0ce"}.social_myspace_square:before{content:"\e0cf"}.social_skype_square:before{content:"\e0d0"}.social_youtube_square:before{content:"\e0d1"}.social_picassa_square:before{content:"\e0d2"}.social_googledrive_square:before{content:"\e0d3"}.social_flickr_square:before{content:"\e0d4"}.social_blogger_square:before{content:"\e0d5"}.social_spotify_square:before{content:"\e0d6"}.social_delicious_square:before{content:"\e0d7"}.icon_printer:before{content:"\e103"}.icon_calulator:before{content:"\e0ee"}.icon_building:before{content:"\e0ef"}.icon_floppy:before{content:"\e0e8"}.icon_drive:before{content:"\e0ea"}.icon_search-2:before{content:"\e101"}.icon_id:before{content:"\e107"}.icon_id-2:before{content:"\e108"}.icon_puzzle:before{content:"\e102"}.icon_like:before{content:"\e106"}.icon_dislike:before{content:"\e0eb"}.icon_mug:before{content:"\e105"}.icon_currency:before{content:"\e0ed"}.icon_wallet:before{content:"\e100"}.icon_pens:before{content:"\e104"}.icon_easel:before{content:"\e0e9"}.icon_flowchart:before{content:"\e109"}.icon_datareport:before{content:"\e0ec"}.icon_briefcase:before{content:"\e0fe"}.icon_shield:before{content:"\e0f6"}.icon_percent:before{content:"\e0fb"}.icon_globe:before{content:"\e0e2"}.icon_globe-2:before{content:"\e0e3"}.icon_target:before{content:"\e0f5"}.icon_hourglass:before{content:"\e0e1"}.icon_balance:before{content:"\e0ff"}.icon_rook:before{content:"\e0f8"}.icon_printer-alt:before{content:"\e0fa"}.icon_calculator_alt:before{content:"\e0e7"}.icon_building_alt:before{content:"\e0fd"}.icon_floppy_alt:before{content:"\e0e4"}.icon_drive_alt:before{content:"\e0e5"}.icon_search_alt:before{content:"\e0f7"}.icon_id_alt:before{content:"\e0e0"}.icon_id-2_alt:before{content:"\e0fc"}.icon_puzzle_alt:before{content:"\e0f9"}.icon_like_alt:before{content:"\e0dd"}.icon_dislike_alt:before{content:"\e0f1"}.icon_mug_alt:before{content:"\e0dc"}.icon_currency_alt:before{content:"\e0f3"}.icon_wallet_alt:before{content:"\e0d8"}.icon_pens_alt:before{content:"\e0db"}.icon_easel_alt:before{content:"\e0f0"}.icon_flowchart_alt:before{content:"\e0df"}.icon_datareport_alt:before{content:"\e0f2"}.icon_briefcase_alt:before{content:"\e0f4"}.icon_shield_alt:before{content:"\e0d9"}.icon_percent_alt:before{content:"\e0da"}.icon_globe_alt:before{content:"\e0de"}.icon_clipboard:before{content:"\e0e6"}.glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none}.glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px}.glyph div{padding-bottom:10px}.glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px}.centered{margin-left:auto;margin-right:auto}.glyph .fs1{font-size:2em}


.app-wrap	{ margin-top: 42px}
.app-link	{ margin-bottom: 20px;
    width: 49%;
    float: left;
    margin-right: 2%;
    border: 1px solid #3371b5;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;}
.app-link img	{ width:100%;}

/* CAMBIOS MENU PRINCIPAL 18/10/2016 */
.sub-menu li	a {     height: 60px;}
.sub-menu .menu-container li	{     width: 8%;}
.sub-menu ul 		{ position: absolute; top: 99px;  z-index: 20; border: 1px solid #3371b5; background: #044084;border-bottom: none; }
.sub-menu ul li		{ float:left; display:block; width:100%!important; line-height:40px; } 
.sub-menu ul li	a 	{ text-transform: none; padding:0 20px; border-bottom: 1px solid #3371b5; text-align:left;height: 40px;}
.sub-menu li:hover ul li a 	{ color:#fff;}
.sub-menu li:hover ul li:hover a 	{ color:#ffa845;}
.conlogos	{ padding-bottom:180px; }
.conlogos:before	{ top:auto; bottom:140px;}
.foot-logo { top:auto; bottom:0;}

.cc-compliance a { background:#bc1622!important;}