body {
	font-family:Arial, sans-serif;
	font-size:12px;
	min-width:990px;
}

header#mainHeader {
	color:white;
	height:73px;
	background-color:#1e1d1c;
	background-image:url(../img/fondoCabecera.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

header#mainHeader div.container {
	height:73px;
	width:960px;
	margin: 0px auto;
	position:relative;
}

header#mainHeader h1 {
	background-image:url(../img/logoCabecera.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:200px;
	height:45px;
	position:absolute;
	left:0px;
	bottom:15px;
}
header#mainHeader h1 a {
	display:block;
	width:100%;
	height:100%;
}

/* Cabecera Navidad */
header#mainHeader #navidad{
	position: absolute;
	left: 220px;
	top: 0px;
	background: url(/img/juego/cabecera.png) 0 0 no-repeat;
	width: 187px;
	height: 73px;
}
header#mainHeader #navidad a{
	display: block;
	height: 73px;
}
header#mainHeader #navidad a span{
	display: none;
}

header#mainHeader h1 span {
	text-indent:-10000px;
	display:block;
}
header#mainHeader nav {
	position:absolute;
	right:0px;
	bottom:7px;
}
header#mainHeader nav ul.secciones > li {
	display:inline-block;
	margin-left:15px;
	position:relative;
	padding-bottom:9px;
	bottom:-14px;
	z-index:200;
}
header#mainHeader nav ul.secciones > li.active {
	padding-bottom:14px;
	bottom:-14px;
}
header#mainHeader nav ul.secciones > li > a {
	color:#aeaeae;
	text-decoration:none;
	font-family:Rokkitt, Arial, sans-serif;
	text-transform:lowercase;
	font-size:24px;
	line-height:40px;
}
header#mainHeader nav ul.secciones > li > a:hover {
	color:white;
}
header#mainHeader nav ul.secciones > li.active > a {
	color:white;
	font-size:40px;
	font-weight:bold;
}

/*SUBSECCIONES*/
header#mainHeader nav ul.secciones > li a.hasDropdown {
	padding-right:12px;
	background-image:url('../img/dropdownFlecha.png');
	background-position:center right;
	background-repeat:no-repeat;
}
header#mainHeader nav ul.secciones > li a.hasDropdown:hover {
	background-image:url('../img/dropdownFlechaSelected.png');
}
header#mainHeader nav ul.secciones > li.active a.hasDropdown {
	background-image:url('../img/dropdownFlechaSelected.png');
}
header#mainHeader nav ul.secciones ul {
	display:none;
	position:absolute;
	
	/*
	top:31px;
	left:-24px;
	*/
	top:42px;
	left:-12px;
	
	background-color:black;
	width:208px;
	padding:8px 0px;
	background-image:url('../img/dropdownFondo.png');
	background-position:top center;
	background-repeat:no-repeat;
}
header#mainHeader nav ul.secciones li.active ul { 
	top:47px;
	left:-12px;
}
header#mainHeader nav ul.secciones ul li {
	/*margin:2px 0px;*/
}
/* Rollovers de menu principal soluciones en menu_rollover.css */

header#mainHeader nav ul.secciones ul li a {
	display:block;
	color:white;
	font-size:13px;
	text-decoration:underline;
	text-decoration:none;
	padding:6px 23px;
	border:1px solid black;
	border-top:0px;
	border-bottom:0px;
}





section#contenidoPrincipal {
	height:456px;
	border-bottom:1px solid #6d7477;
	position:relative;
	z-index:0;
	overflow:hidden;
}

section#contenidoPrincipal > header {
	position:absolute;
	top:0px;
	left:0px;
	z-index:80;
	width:100%;
	padding-top:30px;
}
section#contenidoPrincipal > header h2 {
	display:none;
}
section#contenidoPrincipal > header p {
	font-size:19px;
	color:#7F8182;
	font-family:Rokkitt, Arial, sans-serif;
	width:960px;
	margin:0px auto;
	font-weight:bold;
	line-height:110%;
}
section#contenidoPrincipal > header p strong {
	color:black;
}


section#contenidoPrincipal ul.elements.soluciones {
	width:100%;
	height:100%;
	position:relative;
}

/*section#contenidoPrincipal ul.elements.soluciones div.viewport {*/
section#contenidoPrincipal div.viewport {
	width:100%;
	height:100%;
	overflow:hidden;
}
/*section#contenidoPrincipal ul.elements.soluciones div.slider {*/
section#contenidoPrincipal div.slider {
	width:100%;
	height:100%;
	
}

section#contenidoPrincipal ul.elements.soluciones li {
	width:100%;
	height:100%;
	background-color:#2C92B3;
	background-position:top center;
	background-repeat:no-repeat;
	display:none;
}
section#contenidoPrincipal ul.elements.soluciones li.selected {
	display:block;
}
section#contenidoPrincipal ul.elements.soluciones li .articleContainer {
	border-top: 1px solid rgba(255,255,255,.4);
	width:100%;
}
section#contenidoPrincipal ul.elements.soluciones li article {
	width:960px;
	margin:0px auto;
	padding-top:0px;
}
section#contenidoPrincipal ul.elements.soluciones li article > * {
	margin-left:435px;
}
section#contenidoPrincipal ul.elements.soluciones li article header {
	margin-bottom:15px;
}
section#contenidoPrincipal ul.elements.soluciones li article header p {
	margin-top:4px;
	margin-bottom:4px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:17px;
	font-stretch: condensed;
	font-weight:bold;
	
	color:white;
	color:rgba(255,255,255,.7);
}
section#contenidoPrincipal ul.elements.soluciones li article > p {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:white;
	line-height:130%;
	
}
section#contenidoPrincipal ul.elements.soluciones li article footer a {
	font-size:22px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	background-image:url('../img/botonMasInfo.png');
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:256px;
	height:67px;
	line-height:75px;
	text-align:center;
	padding-left:7px;
	padding-top:8px;
	text-transform:lowercase;
	position:relative;
	left:-11px;
	margin-top:30px;
}
section#contenidoPrincipal ul.elements.soluciones li article footer a:hover {
	background-position:top right;
}



section#contenidoPrincipal div.trabajosContainer {
	width:100%;
	height:100%;
	position:relative;
	z-index:30;
	background-color:#C4CCD0;
	background-image:url('../img/trabajosListadoFondo.png');
	background-position:top center;
	background-repeat:no-repeat;
}
section#contenidoPrincipal div.trabajosContainer div.viewport {
	overflow:hidden;
	z-index:100;
	height:315px;
	
	width:964px;
	width:990px;
	margin:0px auto;
	padding:0px 20px;
	padding:0px; /* Base */
	position:absolute;
	top:105px;
	left:50%;
	margin-left:-482px; /* Base */
	margin-left:-495px; /* Base + padding */
	
}

section#contenidoPrincipal div.trabajosContainer div.slider {
	width:10000px;
	height:315px;
	overflow:hidden;
	position:relative;
}
section#contenidoPrincipal div.trabajosContainer ul li {
	width:300px;
	height:315px;
	padding:15px;
	padding-bottom:0px;
	float:left;
	position:relative;
	cursor:pointer;
}

/*
section#contenidoPrincipal ul.elements.trabajos li div.rollover {
	position:absolute;
	width:100%;
	height:100%;
	padding-top:15px;
	top:-15px;
	padding-left:0px;
	left:0px;
	z-index:11;
}
section#contenidoPrincipal ul.elements.trabajos li:hover div.rollover {
	background-color:rgba(255,255,255,.1);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
*/

section#contenidoPrincipal ul.elements.trabajos li article {
	z-index:12;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
section#contenidoPrincipal ul.elements.trabajos li header {
	position:relative;
	left:-4px;
}
section#contenidoPrincipal ul.elements.trabajos li header a {
	display:block;
	background-image:url('../img/recuadro_trabajos_peq.png');
	width:285px; /* 304 */
	height:189px; /* 204 */
	padding:7px;
	padding-left:12px; /* 7+5 */
	padding-top:8px;
	overflow:hidden;
}
section#contenidoPrincipal ul.elements.trabajos li:hover header a {
	background-image:url('../img/recuadro_trabajos_peq_on.png');
}
section#contenidoPrincipal ul.elements.trabajos li header a img {
}
section#contenidoPrincipal ul.elements.trabajos li article h4 a {
	display:block;
	font-family:Rokkitt, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	padding-top:10px;
	padding-bottom:7px;
}
section#contenidoPrincipal ul.elements.trabajos li:hover article h4 a {
	text-decoration:underline;
}
section#contenidoPrincipal ul.elements.trabajos li article p {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:15px;
	color:#666666;
	line-height:130%;
}












section#contenidoPrincipal article.fichaTrabajo {
	width:100%;
	height:100%;
	background-color:#C4CCD0;
	background-image:url(../img/trabajosListadoFondo.png);
	background-position:top center;
	background-repeat:no-repeat;
}


section#contenidoPrincipal article.fichaTrabajo div.imagenTrabajo {
	width:574px;
	height:429px;
	position:absolute;
	top:28px;
	left:50%;
	margin-left:-497px; /* 287 + offset */
	background-position:top left;
	background-repeat:no-repeat;
}

section#contenidoPrincipal article.fichaTrabajo div.container {
	border-top: 1px solid rgba(255,255,255,.4);
	width:100%;
}
section#contenidoPrincipal article.fichaTrabajo div.textContainer {
	width:960px;
	margin:0px auto;
	padding-top:60px;
}
section#contenidoPrincipal article.fichaTrabajo div.textContainer > * {
	margin-left:590px;
}
section#contenidoPrincipal article.fichaTrabajo div.textContainer header h2 {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:28px;
	font-weight:bold;
	/*color:#535353;*/
	color:#818384;
	line-height:130%;
}
section#contenidoPrincipal article.fichaTrabajo div.textContainer > p {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:19px;
	color:#535353;
	color:#858787;
	line-height:130%;
}
section#contenidoPrincipal article.fichaTrabajo div.textContainer > p em {
	display:block;
	font-weight:bold;
	padding-top:12px;
	font-size:17px;
}
section#contenidoPrincipal article.fichaTrabajo div.textContainer footer a {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#2264D2;
	line-height:130%;
	text-decoration:underline;
}



















section#contenidoPrincipal nav {
	z-index:90;
}
section#contenidoPrincipal nav ul.dots {
	position:absolute;
	bottom:15px;
	right:30px;
	z-index:99;
}
section#contenidoPrincipal nav ul.dots li {
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
	background-color:#666666;
	background-color:rgba(0,0,0,.6);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index:99;
	text-indent:-10000px;
	margin-left:3px;
}
section#contenidoPrincipal nav ul.dots li.selected {
	background-color:white;
	cursor:default;
}
section#contenidoPrincipal nav ul.dots li:hover {
	background-color:#ff5d00;
}
section#contenidoPrincipal nav ul.dots li.selected:hover {
	background-color:white;
}
section#contenidoPrincipal nav div.arrows div {
	height:100%;
	width:125px;
	position:absolute;
	top:0px;
	z-index:95;
}
section#contenidoPrincipal nav div.arrows div.prev {
	left:0px;
}
section#contenidoPrincipal nav div.arrows div.next {
	right:0px;
}
section#contenidoPrincipal nav div.arrows div .arrowdot {
	display:block;
	width:74px;
	height:74px;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	position:absolute;
	top:191px;
	visibility:hidden;
	cursor:pointer;
}
section#contenidoPrincipal nav div.arrows div.prev .arrowdot {
	left:30px;
	background:url('/img/arrowLeft.png') no-repeat transparent;
	background-color:black;
}
section#contenidoPrincipal nav div.arrows div.next .arrowdot {
	right:30px;
	background:url('/img/arrowRight.png') no-repeat transparent;
	background-color:black;
}
section#contenidoPrincipal nav div.arrows div.hover .arrowdot,
section#contenidoPrincipal nav div.arrows div:hover .arrowdot {
	visibility:visible;
}

section#contenidoPrincipal nav div.arrows div .arrowdot span {
	text-indent:-10000px;
	display:block;
}







section#columnas {
	width:960px;
	margin: 0px auto;
	padding-top:33px;
	padding-bottom:21px;
}
section#columnas:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
section#columnas > section {
	margin-bottom:120px;
}

section#columnas a {
	color:#666666;
}
section#columnas a:hover {
	color:#000000;
}




section#acercade {
	display:block;
	float:left;
	width:186px;
	padding-right:57px;
	padding-bottom:250px;
	position:relative;
	text-align:right;
}
section#acercade header h2 {
	font-family:Rokkitt, Arial, sans-serif;
	text-transform:lowercase;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	margin-bottom:6px;
}

section#acercade p.desc {
	font-size:13px;
	color:#666666;
	line-height:130%;
}

section#acercade nav {
	padding-top:15px;
}
section#acercade nav h4 {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:24px;
	color:#333333;
	line-height:130%;
	font-weight:bold;
	text-transform:lowercase;
}
section#acercade nav ul li a {
	font-size:13px;
	color:black;
	line-height:180%;
	padding:5px 10px;
	margin-right:-10px;
}
section#acercade nav ul li a:hover {
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
section#acercade p.dossier {
	padding-right:6px;
	position:relative;
	right:-10px;
}
section#acercade p.dossier a {
	display:block;
	margin-top:10px;
	padding:10px;
	padding-right:40px;
	background-image:url('/img/pdf_ico.png');
	background-position: right center;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	line-height:130%;
	font-weight:bold;
	
	
}
section#acercade p.dossier:hover {
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

section#acercade footer {
	/*position:absolute;
	left:0px;
	bottom:0px;*/
	text-align:right;
	width:186px;
}
section#acercade footer div.direccion {
	margin-top:2px;
	margin-bottom:15px;
}
section#acercade footer div.direccion p {
	font-size:11px;
	line-height:150%;
	color:#1D1D1D;
}
section#acercade footer div.direccion a {
	font-size:12px;
	line-height:130%;
	color:#1D1D1D;
	font-weight:bold;
	text-decoration:underline;
	
	display:inline-block;
	margin-top:0px;
	padding:3px 7px;
	position:relative;
	right:-7px;
}
section#acercade footer div.direccion a:hover {
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
section#acercade footer div.contacto {
	margin-bottom:20px;
}
section#acercade footer div.contacto p {
	font-size:12px;
	line-height:130%;
	color:#1D1D1D;
	font-weight:bold;
}
section#acercade footer div.contacto p a {
	color:#1D1D1D;
	text-decoration:underline;
	
	display:inline-block;
	margin-top:0px;
	padding:3px 7px;
	position:relative;
	right:-7px;
}
section#acercade footer div.contacto p a:hover {
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
section#acercade footer ul.redesSociales {
	height:28px;
}
section#acercade footer ul.redesSociales li {
	display:inline-block;
	margin-left:7px;
}














section#blog {
	display:block;
	float:left;
	width:313px;
	padding-right:39px;
}

section#blog header h2 {
	font-family:Rokkitt, Arial, sans-serif;
	text-transform:lowercase;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	margin-bottom:6px;
}
section#blog header p {
	color: #666666;
    font: bold 13px Arial,Helvetica,sans-serif;
	margin-bottom:24px;
    text-align: justify;
}

section#blog article {
	padding-bottom:27px;
	background: url("/img/sepBlog.gif") repeat-x scroll center bottom transparent;
}
section#blog article header {
	margin-bottom:5px;
}
section#blog article header h3 a {
	color: #666666;
    font: bold 12px Arial,Helvetica,sans-serif;
    text-decoration: none;
    
    
    
}
section#blog article header h3 a:hover {
    text-decoration: underline;
}
section#blog article p {
	color: #999999;
    font: 12px Arial,Helvetica,sans-serif;
    text-align: justify;
}

section#destacamos footer a,
section#blog footer a {
    display: block;
	width: 130px;
    height: 30px;
    line-height: 30px;
    background: url("/img/btnWebTv.gif") no-repeat scroll transparent;
	
    text-align: center;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
section#destacamos footer a:hover,
section#blog footer a:hover {
	text-shadow: 0px 0px 5px #ffffff, 0px 0px 8px #ffffff, 0px 0px 11px #ffffff;
	/* NO FUNCIONA EN NINGUN INTERNET EXPLORER */
}














section#destacamos {
	display:block;
	float:left;
	width:312px;
}
section#destacamos header h2 {
	font-family:Rokkitt, Arial, sans-serif;
	text-transform:lowercase;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	margin-bottom:8px;
}
section#destacamos div.videoTrigger {
	background: url("/img/ach.jpg") no-repeat scroll center top transparent;
    cursor: pointer;
    height: 234px;
    width: 312px;
	margin-bottom:10px;
}

section#destacamos div.video {
    cursor: pointer;
	margin-bottom:10px;
	position:relative;
}
section#destacamos div.video img {
    height: 234px;
    width: 312px;
}
section#destacamos div.video .overlay {
	background: url("/img/video_portada_overlay.png") no-repeat scroll left top transparent;
    height: 234px;
    width: 312px;
	position:absolute;
	top:0px;
	left:0px;
}



section#destacamos article {
	padding-bottom:27px;
	background: url("/img/sepBlog.gif") repeat-x scroll center bottom transparent;
}
section#destacamos article header {
	margin-bottom:5px;
}
section#destacamos article header a {
	color: #666666;
    font: bold 12px Arial,Helvetica,sans-serif;
    text-decoration: none;
}
section#destacamos article header a h3:hover {
    text-decoration: underline;
}
section#destacamos article p {
	color: #999999;
    font: 12px Arial,Helvetica,sans-serif;
    text-align: justify;
}



/*
section#contenidoPrincipal.ficha {
	height:456px;
	border-bottom:1px solid #6d7477;
	position:relative;
	z-index:0;
	overflow:hidden;
	padding-bottom:21px;
}
*/

section#contenidoPrincipal article.fichaSolucion {
	padding-top:1px;
	padding-bottom:21px;
	min-height:948px;
	padding-bottom:120px;
	background-position:top center;
	background-repeat: no-repeat;
	position:relative;
}
section#contenidoPrincipal article.fichaSolucion div.headerHelper {
	border-top: 1px solid rgba(255,255,255,.4);
	width:100%;
	height:0px;
	position:absolute;
	top:0px;
}
section#contenidoPrincipal article.fichaSolucion div.footerHelper {
	background-position:bottom center;
	background-repeat: repeat-x;
	width:100%;
	height:150px;
	position:absolute;
	bottom:0px;
	z-index:1;
}
section#contenidoPrincipal article.fichaSolucion div.centerContainer {
	width:960px;
	margin:0px auto;
	position:relative;
}
section#contenidoPrincipal article.fichaSolucion section.principal {
	width:960px;
	margin:0px auto;
	min-height:540px;
	position:relative;
	z-index:11;
}
section#contenidoPrincipal article.fichaSolucion section.principal p {
	margin:10px 0px;
}
section#contenidoPrincipal article.fichaSolucion section.principal > * {
	margin-left:435px !important;
	z-index:11;
	position:relative;
}
section#contenidoPrincipal article.fichaSolucion section.principal header {
	margin-bottom:15px;
}
section#contenidoPrincipal article.fichaSolucion section.principal header h2 {
	margin-top:4px;
	margin-bottom:4px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:17px;
	font-stretch: condensed;
	font-weight:bold;
	
	color:white;
	color:rgba(255,255,255,.7);
}
section#contenidoPrincipal article.fichaSolucion section.principal p.subtitulo {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:white;
	line-height:130%;
}
section#contenidoPrincipal article.fichaSolucion section.principal div.descripcion {
	margin-top:10px;
	font-family:Rokkitt, Arial, sans-serif;
	font-size:17px;
	color:white;
	line-height:130%;
}
section#contenidoPrincipal article.fichaSolucion section.principal footer {
	margin-top:40px;
	font-size:12px;
	color:white;
	line-height:130%;
}
section#contenidoPrincipal article.fichaSolucion section.principal ul {
	margin:10px 0px;
	padding-left:15px;
	list-style-type:square;
	color:white;
	color:rgba(255,255,255,.7);
}
section#contenidoPrincipal article.fichaSolucion section.principal li {
	margin:4px 0px;
}
section#contenidoPrincipal article.fichaSolucion section.principal ul.linklist {
	padding-left:0px;
	list-style-type:none;
}
section#contenidoPrincipal article.fichaSolucion section.principal ul.linklist:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
section#contenidoPrincipal article.fichaSolucion section.principal ul.linklist li {
	float:left;
	width:190px;
	margin:5px 0px;
	padding-right:10px;
}
section#contenidoPrincipal article.fichaSolucion section.principal ul.linklist li a {
	color:white;
	color:rgba(255,255,255,.7);
}


section#contenidoPrincipal article.fichaSolucion section.documento {
	position:absolute;
	top:505px;
	left:0px;
	z-index:10;
	
	padding-top:11px;
	padding-bottom:145px;
	padding-left:128px;
	width:145px;
	height:98px;
	
	background-image:url('/img/png_descargar.png');
	background-position:left top;
	background-repeat:no-repeat;
	z-index:12;
}
section#contenidoPrincipal article.fichaSolucion section.documento p {
	font-size:12px;
	line-height:130%;
	color:white;
}
section#contenidoPrincipal article.fichaSolucion section.documento a {
	display:block;
	background-image:url('/img/boton_descargar.png');
	/* 103x26 */
	width:103px;
	height:26px;
	line-height:26px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	color:#5E5E61;
	text-decoration:none;
	position:absolute;
	top:83px;
	left:128px;
}

section.galeria {
	width:960px;
	margin:0px auto;
	margin-top:100px;
	position:relative;
	z-index:10;
}
section.galeria header h4 {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:white;
	text-transform:lowercase;
}
section.galeria ul {
	margin-top:15px;
}
section.galeria ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
section.galeria ul li {
	float:left;
	padding-right:22px;
	padding-bottom:22px;
	position:relative;
}
section.galeria ul li:nth-child(4n) {
	padding-right:0px;
}
section.galeria ul li img {
	border:7px solid black;
	display:block;
	width:209px;
	height:131px;
	-webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, .2);
	box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, .2);
	background-color:white;
	text-align:center;
}
section.galeria ul li span.videoOverlay {
	display:block;
	width:209px;
	height:131px;
	background-image:url('../img/videoOverlay.png');
	position:absolute;
	top:7px;
	left:7px;
}








section#acercadeFull {
	width:100%;
	position:relative;
}
section#acercadeFull div.headerHelper {
	border-top: 1px solid rgba(0,0,0,.4);
	width:100%;
	height:1px;
	position:absolute;
	top:0px;
	z-index:10;
}
section#acercadeFull div#mapa {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background-color:#EEE;
	padding-bottom:12px;
}
section#acercadeFull section.contenido {
	position:relative;
	z-index:10;
	width:960px;
	margin:0px auto;
}
section#acercadeFull section.descripcion {
	width:585px;
	height:676px;
	padding-left:14px;
	background-image:url('../img/fondo_blanco_texto_acercade.png');
	background-repeat:no-repeat;
	background-position:top left;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	left:179px; /*361/2*/
	top:40px;
	z-index:10;
}
section#acercadeFull section.descripcion:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
section#acercadeFull section.descripcion > * {
	padding-left:	39px;
	padding-right:	37px;
}
section#acercadeFull section.descripcion header {
	padding-top:34px;
}
section#acercadeFull section.descripcion header h2 {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#333333;
}
section#acercadeFull section.descripcion_rapida {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666666;
	line-height:130%;
	margin-top:10px;
}
section#acercadeFull section.descripcion_extendida {
	font-family:Rokkitt, Arial, sans-serif;
	font-size:17px;
	color:#666666;
	line-height:125%;
	margin-top:10px;
}

section#acercadeFull section.documento {
	margin-left:39px;
	margin-top:50px;
	padding-top:11px;
	padding-bottom:115px;
	padding-left:128px;
	padding-right:0px;
	width:145px;
	height:98px;
	background-image:url('/img/png_descargar.png');
	background-position:left top;
	background-repeat:no-repeat;
}
section#acercadeFull section.documento p {
	font-size:12px;
	line-height:130%;
	color:#333333;
}
section#acercadeFull section.documento a {
	display:block;
	background-image:url('/img/boton_descarga_acercade.gif');
	/* 103x26 */
	width:103px;
	height:26px;
	line-height:25px;
	text-align:justify;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	color:white;
	text-decoration:none;
	margin-top:10px;
}
section#acercadeFull section.documento a:hover {
	background-position:103px 0px;
}
section#acercadeFull section.galeria {
	padding-top:150px;
	padding-bottom:113px;
	margin:0px auto;
}

#mapa .gmnoprint {
	cursor:default !important;
}


body > footer {
	margin:0px;
	padding:0px;
	color:white;
	clear:both;
	height:157px;
	background-color:#ff4d00;
}



body > footer div.container {
	background: url("/img/fdo2.png") repeat-x scroll center top;
	height:157px;
	position:relative;
	top:-21px;
}

body > footer div.subcontainer {
	width:960px;
	margin: 0px auto;
}
body > footer h3 {
	padding-top:10px;
	background: url("/img/trabaja.png") no-repeat scroll center bottom transparent;
    height: 40px;
    width: 405px;
}
body > footer h3 span {
	display:none;
}
body > footer p {
	line-height:130%;
	font: bold 13px Arial,Helvetica,sans-serif;
	text-align: justify;
	margin:2px 0px;
	margin-right:32px;
}
body > footer p:last-child {
	margin-top:15px;
}

body > footer a {
	background-color: #FF7133;
    color: #FFFFFF;
}











section#contacto {
	position:fixed;
	top:200px;
	
	left:-558px;
	
	width:602px;
	height:569px;
	z-index:120;
}
section#contacto div.tab {
	float:right;
	width:44px;
	height:106px;
	position:relative;
	left:-1px;
	background:url('../img/contacto.png') no-repeat transparent;
	background-position:left top;
	cursor:pointer;
}
section#contacto div.tab:hover {
	background-position:right top;
}
section#contacto div.tab p  {
	color:white;
	text-decoration:none;
	text-align:center;
	
	font-family:Arial, sans-serif;
	font-size:18px;
	
	text-transform:lowercase;
	width:106px;
	line-height:39px;
	
	text-shadow: 0px 2px 1px #bb3b03;
	
	/* CSS3 rotate */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position:relative;
	top:33px;
	left:-33px;
}

section#contacto div.main {
	float:right;
	width:557px;
	height:568px;
	background-color:#e2e6e8;
	/* Background image! */
	background:url('../img/contactoFondo.png') no-repeat transparent;
	border-bottom:1px solid #30393d;
	border-right:1px solid #30393d;
}

section#contacto form {
	padding-top:20px;
	padding-left:24px;
}
section#contacto form header p {
	padding-bottom:20px;
	padding-right:20px;
	line-height:130%;
	font-size:13px;
	color:#333333;
}
section#contacto form header p strong {
	font-weight:bold;
}
section#contacto em {
	font-size:13px;
	font-weight:bold;
	color:#ff5d00;
}
section#contacto em span.mark {
	font-size:20px;
	position:relative;
	bottom:-3px;
}

section#contacto div.ilPair {
	width:247px;
	margin-right:16px;
	float:left;
	margin-bottom:21px;
}
section#contacto div.tlPair {
	width:508px;
	clear:both;
	display:block;
	margin-bottom:14px;
}
section#contacto div.ilPair label,
section#contacto div.tlPair label {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#666666;
}
section#contacto div.ilPair input {
	width:243px;
	border:1px solid #809db9;
	margin-top:7px;
	line-height:18px;
}
section#contacto textarea {
	display:block;
	width:508px;
	height:133px;
	margin-top:7px;
	border:1px solid #809db9;
}
section#contacto textarea:valid,
section#contacto input[required]:valid {
	border:1px solid #32e029;
}
section#contacto div.captcha {
	color:#666666;
	margin-bottom:12px;
}
section#contacto div.captcha p {
	margin-bottom:5px;
	line-height:120%;
	padding-right:15px;
}
section#contacto div.captcha label {
	margin-right:7px;
}
section#contacto div.captcha span#contactoCaptchaQuestion {
	color:#BF0000;
	font-size:13px;
	font-weight:bold;
}
section#contacto div.captcha input {
	border:1px solid #809db9;
	width:70px;
	height:18px;
	line-height:18px;
}
section#contacto button {
	width:88px;
	height:31px;
	border:0px;
	background:url('../img/contactoBotonEnviar.png') no-repeat center bottom transparent;
	text-align:center;
	padding-bottom:7px;
	font-size:13px;
	font-weight:bold;
	color:#5E5E61;
	text-transform:lowercase;
}




#cortina {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 4000px;
	height: 5000px;
	background-color: rgba(0,0,0,.6);
	z-index: 119;
}







#fancybox-right-ico, #fancybox-left-ico {
	display:block;
	width:74px !important;
	height:74px !important;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	background-position: center middle !important;
	margin-top:-37px !important;
}
#fancybox-left-ico {
	background:url('/img/arrowLeft.png') no-repeat transparent !important;
	background-color:black !important;
}
#fancybox-right-ico {
	background:url('/img/arrowRight.png') no-repeat transparent !important;
	background-color:black !important;
}


/* NUEVAS TECNOLOGÍAS WEB */

section#tecnologias{
	font-family:Rokkitt, Arial, sans-serif;
	float: left;
	width: 664px;	
}
section#tecnologias .intro{
	position: relative;
	font-weight: bold;
	background-color: #E8EBEC;
	font-size: 17px;
	line-height: 23px;
	color: #4B4B4B;
	padding: 15px 185px 15px 20px;
}
section#tecnologias .intro strong{
	color: Black;
}
section#tecnologias .intro span{
	display: block;
	position: absolute;
	right: 15px;
	top: -36px;
	width: 197px;
	height: 183px;
	background-image: url(/img/html5_css3.png);
}
section#tecnologias .objetivo{
	float: left;
	width: 314px;
	color: #4B4B4B;
	font-size: 16px;
	padding-top: 37px;
	text-align: justify;
}
section#tecnologias .objetivo p strong{
	font-weight: bold;
	color: Black;
	font-size: 17px;
}
section#tecnologias .objetivo ul li{
	padding-top: 15px;
	line-height: 19px;
}
section#tecnologias .desarrollo{
	float: right;
	width: 313px;
	padding-top: 37px;
	color: #0070BB;
	font-weight: bold;
	font-size: 17px;
}
section#tecnologias .desarrollo p{
	padding-bottom: 24px;
}
section#tecnologias .desarrollo #solicitarInformacion{
	font: 22px Impact, Arial, Verdana, Sans-serif;
	border-radius: 20px;
	border: 7px solid #FFC09B;
	background-color: #FF5D00;
	color: White;
	padding: 18px 18px;
	text-align: center;
	cursor: pointer;
}
section#tecnologias .desarrollo #solicitarInformacion:hover{
	background-color: #F93F00;
}
section#tecnologias footer{
	clear: both;
	padding-top: 56px;
}
section#tecnologias footer p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
section#tecnologias footer p.equipo{
	font: 19px 'Leckerli One', cursive;
	color: Black;
	padding-bottom: 10px;
}
section#tecnologias footer p.cerrado{
	padding-top: 5px;
	color: #FF5D00;	
}











