@font-face {
	font-family:"Sanuk-Light";
	src: url("../fonts/Sanuk-Light.otf") format("opentype");
}
@font-face {
	font-family:"Sanuk-Regular";
	src: url("../fonts/Sanuk-Regular.otf") format("opentype");
}
@font-face {
	font-family:"Sanuk-Medium";
	src: url("../fonts/Sanuk-Medium.otf") format("opentype");
}
body {
	font-family: "Sanuk-Light";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	margin: auto;
	width: 980px;
}
img { border: none; }

.clear { clear: both; }
.verde { color: #7DCC00; }
strong { font-family: "Sanuk-Regular"; }
/***************************************************************************/
/* CABECERA
/***************************************************************************/
#cabecera {
	height: 350px;
}
#cabecera-top {
	border-right: 1px solid #6C0;
	height: 46px;
	margin-bottom: 65px;
	width: 155px;
}
#cabecera-logo {
	float: left;
	height: 72px;
	width: 108px;
}
#cabecera-logo img.a {
	margin-top: -72px;
}
#cabecera-subtitulo {
	background-image: url(../img/layout/redisenando.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 72px;
	margin-left: 15px;
	margin-top: 5px;
	width: 200px;
}
#cabecera-nav {
	float: right;
	padding-top: 40px;
	padding-bottom:10px;
}
#cabecera-nav ul {
	margin: 0px;
	padding: 0px;
}
#cabecera-nav li {
	float: left;
	list-style: none;
	margin-right: 3px;
	padding-right: 5px;
}
#cabecera-nav li.activo img.a {
	display: none;
}
#cabecera-nav a {
	display: block;
}

#cabecera-nav-sobre {
	width: 94px;
	height: 16px;
	padding-top: 12px;
}
#cabecera-nav-sobre a {
	width: 94px;
}
#cabecera-nav-sobre img.a {
	margin-top: -16px;
}

#cabecera-nav-vivo {
	width: 99px;
	height: 16px;
	padding-top: 12px;
}
#cabecera-nav-vivo a {
	width: 99px;
}
#cabecera-nav-vivo img.a {
	margin-top: -16px;
}

#cabecera-nav-clientes {
	width: 53px;
	height: 16px;
	padding-top: 12px;
}
#cabecera-nav-clientes a {
	width: 53px;
}
#cabecera-nav-clientes img.a {
	margin-top: -16px;
}

#cabecera-nav-prensa {
	width: 46px;
	height: 16px;
	padding-top: 12px;
}
#cabecera-nav-prensa a {
	width: 46px;
}
#cabecera-nav-prensa img.a {
	margin-top: -16px;
}

#cabecera-nav-contacto {
	width: 60px;
	height: 16px;
	padding-top: 12px;
}
#cabecera-nav-contacto a {
	width: 60px;
}
#cabecera-nav-contacto img.a {
	margin-top: -16px;
}
#cabecera-nav-blog {
	height: 21px;
	padding-top: 7px;
	width: 47px;
	padding-left:8px;
	padding-bottom:7px;
	border-left: 1px solid #7DCC00;
}
#cabecera-nav-blog a {
	width: 47px;
}
#cabecera-nav-blog img.a {
	margin-top: -21px;
}
#cabecera-nav-youtube {
	height: 29px;
	width: 83px;
}
#cabecera-nav-youtube a {
	width: 83px;
}
#cabecera-nav-youtube img.a {
	margin-top: -29px;
}
#cabecera-nav-redes {
	height: 24px;
	width: 75px;
}
#cabecera-nav-redes a {
	width: 75px;
}
#cabecera-nav-redes img.a {
	margin-top: -24px;
}
#bloque-redes {
	position:absolute;
	margin-left:875px;
	margin-top:73px;
	display:none;
	opacity: 0;
	height:30px;
	width:115px;
	padding:5px;
}
ul.redes, ul.redes li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
 
ul.redes {
	list-style: url(none) none;
}
ul.redes li {
	display: inline;
	float: left;
	position: relative;
	margin: 0 2px;
	overflow:hidden;
	height:24px;
	width:24px;
}
ul.redes li a {
	color: #000;
	text-decoration: none;
	display: block;
	text-align:left;
}
ul.redes li img.b:hover {
	margin-top:-24px;
}
ul.redes li img.a {
	margin-top:-24px;
}
ul.redes li ul {
	position: absolute;
	display: none;
}
ul.redes li ul li {
	display: list-item;
	float: none;
	margin: 0;
}
ul.redes li ul li a {
	font-size: 1em;
}
/***************************************************************************/
/* CABECERA > FIN
/***************************************************************************/

/***************************************************************************/
/* HOME
/***************************************************************************/
#home {
	margin: auto;
	width: 800px;
}
div.home-col {
	float: left;
	margin-right: 10px;
	width: 180px;
}
div.home-col img.a {
	margin-top: -275px;
}
#home-prensa {
	margin-right: 0px;
}
/***************************************************************************/
/* HOME > FIN
/***************************************************************************/

/***************************************************************************/
/* CONTACTO
/***************************************************************************/
#contacto {
	margin: auto;
	width: 710px;
}
#contacto-imgcol {
	background-image: url(../img/layout/contacto/contacto.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 180px;
}
#contacto-texto {
	float: right;
	width: 490px;
}
#contacto-texto p {
	margin: 0px;
	margin-bottom: 6px;
}
p.enlacecontacto a {
	color:#7DCC00;
	font-family:"Sanuk-Regular";
	text-decoration:none;
}
/***************************************************************************/
/* CONTACTO > FIN
/***************************************************************************/

/***************************************************************************/
/* CERTIFICADOS
/***************************************************************************/
#certificados-home {
	height: 130px;
	margin: auto;
	overflow: hidden;
	width: 380px;
}
#certificados-home img.a {
	margin-top: -100px;
}
div.certificado-entregado {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
p.enviaramigo a {
	background-image:url(../img/layout/certificados/mail1.png);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:150px;
}
p.enviaramigo a:hover {
	background-image:url(../img/layout/certificados/mail.png);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:150px;
}
p.imprimir a {
	background-image:url(../img/layout/imprimir1.png);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:150px;
}
p.imprimir a:hover {
	background-image:url(../img/layout/imprimir.png);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:150px;
}
.img-certificado {
	float:right;
	margin-left:5px;	
}
div.certificado-entregado-fecha {
	color:#7DCC00;
}
div.certificado-entregado-titulo {
	margin-top:10px;
}
div.certificado-entregado-titulo a {
	color:#000;
	text-decoration:none;
	font-family:"Sanuk-Medium";
	font-size:18px;
}
div.certificado-entregado-titulo a:hover {
	color:#7DCC00;
}
div.bloque-texto-certificado {
	padding-bottom:25px;
	border-bottom: 1px solid #7DCC00;	
}
p.enlacevolver {
	text-align:right;
	margin-top:15px;	
}
p.enlacevolver a {
	color:#000;
	text-decoration:none;
	font-weight:bold;	
}
/***************************************************************************/
/* CERTIFICADOS > FIN
/***************************************************************************/

/***************************************************************************/
/* CLIENTES
/***************************************************************************/
#clientes-ficha {
	margin: auto;
	width: 600px;
}
#clientes-ficha li {
	width: 550px;
}
div.clientes-ficha-registro .clientes-ficha-registro-sidebar {
	float: left;
	width: 200px;
}
div.clientes-ficha-registro .clientes-ficha-registro-main {
	float: left;
	/*width: 365px;*/
	width:400px;
}
div.clientes-ficha-registro h2, div.clientes-ficha-registro h3 {
	color: #6C0;
}
div.clientes-ficha-registro-foto {
	margin-bottom:20px;
}
div.clientes-ficha-registro-foto img {
	width:180px;	
}
div.clientes-ficha-registro-logo {
	margin-bottom:20px;
}
h2.subcliente {
	font-size:14px;
}
/***************************************************************************/
/* CLIENTES > FIN
/***************************************************************************/

/***************************************************************************/
/* SOBRENOSOTROS
/***************************************************************************/
#sobrenosotros-home {
	height: 130px;
	margin: auto;
	overflow: hidden;
}
#sobrenosotros-home img.a {
	margin-top: -100px;
}
/***************************************************************************/
/* SOBRENOSOTROS > FIN
/***************************************************************************/

/***************************************************************************/
/* PRENSA
/***************************************************************************/
div.prensa-home {
	width: 380px;
}
a.prensa-descargar {
	text-decoration:none;
	color:#000;
	font-size:15px;
}
a.prensa-descargar:hover {
	text-decoration:underline;
}
.h2prensa {
	margin: 8px 0;
	font-size:15px;
	color:#000!important;
	font-weight:normal;
	font-family: "Sanuk-Medium";	
}
.h2prensa a {
	font-family: "Sanuk-Medium";
	font-size:15px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
.h2prensa a:hover {
	color:#7DCC00;
}
h2.fechatit {
	margin-top:0px;
}
.prensa-ficha-registro-main {
	float: right;
	width: 360px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7DCC00;
}
.clientes-ficha-registro-main li {
	width: 300px!important;
}
.clientes-ficha-registro-main p a {
	color:#00F;	
}
p.descargarnot a {
	background-image:url(../img/layout/prensa/acrobat.png);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:150px;
}
p.descargarnot a:hover {
	background-image:url(../img/layout/prensa/acrobat2.png);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:150px;
}
p.descargardoc a {
	background-image:url(../img/layout/prensa/docu.png);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:150px;
}
p.descargardoc a:hover {
	background-image:url(../img/layout/prensa/docu2.png);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:150px;
}
div.fichaprensa {
	padding-bottom:25px;
	border-bottom: 1px solid #7DCC00;	
}
h2.prensah2 {
	font-size:14px;	
	font-family:"Sanuk-Regular";
	color:#7DCC00;
}
/***************************************************************************/
/* PRENSA > FIN
/***************************************************************************/
div.clientes-ficha-rexto h2 {
	font-size:14px;
}
div.clientes-ficha-rexto a {
	color: #000;
	text-decoration:none;	
}
div.clientes-ficha-rexto a:hover {
	color:#7DCC00;	
}
div.textos-certificados h2 {
	font-family: Sanuk-Medium;
	font-size:18px;
}
.txtfirst {
	margin-top:0px;
}
.sanuk-med {
	font-family: Sanuk-Medium;	
}

span.tit-actividad {
	font-weight: bold;
	text-decoration:underline;	
}