/*
Document   : cuidate.css
Created on : 12-sep-2009, 08:38:11
Author     : Canales Corporativos - Departamento de Desarrollo
Description: Layout for CuidateCV website
*/
/* RESETS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
}
body {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;
    font-size:11px;
    color: #666666;
}
a img,:link img,:visited img{border: 0;}
table{border-collapse: collapse;border-spacing: 0;}
ol,ul{list-style: none;}
q:before, q:after,blockquote:before, blockquote:after{content: "";}
.left{float:left;display:inline;}
.right{float:right;display:inline;}
.unfloat{clear:both;}
.oculto{display:none;}
.flecha {
    background:transparent url('/img/arrow_green.gif') no-repeat scroll left top;
    float:left;
    padding-top:22px;
}
.sombra {
    background-color:white;
    border:1px solid #E9E9E9;
    float:left;
    padding:14px;
}
.orange{color:#00bdb5;}
/* Format */
a, a:visited {color: #000000;text-decoration: none;}
a:hover, a:active, a:focus {color: #00bdb5;}
a.selected {color: #FFFFFF;}
p {line-height:14px;}
/* Layout */
div#wrapper {
    margin: 0 auto;
    width: 975px;
}
/* Header */
div#header{
    position:relative;
    height:130px;
}
div.slideshow{
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    background-image:url('/img/fondo_slider.jpg');
    background-repeat:no-repeat;
}
div.slideshow img{display:none;}
a.logo{
    position:absolute;
    top:35px;
    left:42px;
    width:250px;
    height:90px;
}
div#idiomas{
    position:absolute;
    top:10px;
    right:18px;
}
div#idiomas a{
    color:#666666;
    font-size:9px;
    margin:35px 0 0 10px;
    text-decoration:none;
}
a.val{
    border-right:1px solid #EFEFEF;
    padding-right:10px;
}
a.gva{
    position:absolute;
    top:25px;
    right:0px;
    background:url('/img/background_gva.jpg') no-repeat 0 0;
    width:88px;
    height:14px;
    font-weight:bold;
    color:#FFFFFF;
    padding:3px 0 0 40px
}
a.conselleria{
    position:absolute;
    top:50px;
    right:10px;
    width:218px;
    height:39px;
}
form#PageSearchForm{
    height:13px;
    right:20px;
    position:absolute;
    top:100px;
    width:191px !important;
    z-index:100;
}
form#PageSearchForm input[type=text]{
    border:1px solid #D2D2D2;
    background:none;
    font-size:11px;
    margin:0;
    padding:0;
    color:#444444;
    height:12px;
    z-index:100;
    width:178px;
}
form#PageSearchForm input[type=submit]{
    background:transparent url(/img/lupa.gif) no-repeat scroll 0 1px;
    border:0 none;
    left:180px;
    position:absolute;
    top:-1px;
    width:13px;
    height:15px;
}
/* Nav */
div#nav{
    font-family: Arial, Helvetica,Verdana;
    background-color:#00BDB5;
    width:975px;
    margin-bottom:10px;
}
ul#menu {
    width:930px;
    margin:0 auto;
    overflow:hidden;
    padding:10px 0;

}
ul#menu li{
    color:#FFFFFF;
    display:block;
    float:left;
    margin-right:4px;
}
ul#menu li.last{margin:0;}
ul#menu li a{
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    letter-spacing:0.8px;
}
ul#menu li a:hover{text-decoration:underline;}
/* Footer */
div#footer {
    border-top:1px solid #EFEFEF;
    color:#999999;
    font-size:10px;
    margin:20px auto;
    overflow:hidden;
    width:975px;
}
div#footer p {
    margin:15px auto 10px;
    width:200px;
}
div#footer ul {
    margin:0 auto;
    width:250px;
}
div#footer li {
    display:inline;
    float:left;
    line-height:14px;
}
div#footer a {
    color:#02BCB5;
    text-decoration:none;
}
div#footer li.separador {
    color:#02BCB5;
    margin:0 10px;
}
/* Container */
div#container{
    overflow:hidden;
}
ul#breadcrumb{margin:0 0 20px 10px;color:#4C4C4C;overflow:hidden;display:block;}
ul#breadcrumb li{
    font-family:Arial, Helvetica;
    font-size:11px !important;
    display:block;
    float:left;
    margin-right:5px;
}
ul#breadcrumb li a{color:#4C4C4C;text-decoration:underline !important;}
ul#breadcrumb li a:hover{text-decoration:none !important;}
h2{
    font-family: Arial, Helvetica,Verdana;
    font-size:14px;
    font-weight:bold;
    color:#6d6d6d;
    line-height:18px;
}
/* Home */
div.home div#video{
    width:490px;
    min-height:380px;
}
div.home div#agenda{
    width:500px;
}
div.home div#contenido, div.home div#social{
    width:218px;
    min-height:380px;
}
div.home div#video div.sombra, div.home div#contenido div.sombra, div.home div#social div.sombra{min-height:390px;}
div.home div#noticias div.sombra, div.home div#destacados div.sombra, div.home div#agenda div.sombra{min-height:270px;}
div.home div#contenido, div.home div#noticias, div.home div#agenda, div.home div#social{margin-left:18px;}
div#cuidate{width:970px;position:relative;z-index:100;}
div.home div#video, div.home div#contenido, div.home div#social, div#cuidate{margin-bottom:20px;}
div.home div#noticias, div.home div#destacados{width:218px;}
div.home div#video p{margin-top:11px;}
span.estamos {
    color:#00BDB5;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
}
span.titulo {
    color:#666666;
    font-size:12px;
    font-variant:small-caps;
    font-weight:bold;
}
span.descripcion {
    font-size:11px;
}
div.top{
    overflow:hidden;
    border-bottom:1px solid #F0F0F0;
    padding-bottom:7px;
    margin-bottom:7px;
}
div#video h2{
    background:url('/img/background_video.jpg') no-repeat 0 0;
    padding:3px 10px 0 45px;
    height:20px;
    color:#FFFFFF;
    margin-bottom:10px;
}
div#video a{
    margin-top:5px;
    color:#ffffff;
    font-weight:bold;
    font-size:12px;
}
div.home div#noticias {height:330px;}
div.home div#noticias h2{
    background:url('/img/background_news.jpg') no-repeat 0 0;
    color:#FFFFFF;
    padding:3px 0 0 6px;
    height:20px;
    margin-bottom:18px;
    display:block;
}
div.home div#noticias p{margin-bottom:5px;}
div.home div#noticias a{color:#00bdb5;font-weight:bold;}
div.home div#noticias ul{padding-bottom:10px;}
div.home div#noticias li, div#blog li, div#social li{
    border-bottom:1px solid #F0F0F0;
    padding-bottom:15px;
    margin-bottom:15px;
}
div.home div#noticias a.mas{
    background:url('/img/ico_rss.jpg') no-repeat right 0;
    width:100%;
    line-height:15px;
    display:block;
}
div#destacados h2{
    background:url('/img/background_prevencion.jpg') no-repeat 0 0;
    padding:3px 0 0 6px;
    font-size:14px;
    color:#FFFFFF;
    margin-bottom:8px;
}
div.home div#destacados li{margin-bottom:15px;}
div.home div#destacados li.last{margin:0 !important;}
div#contenido h2{
    background:url('/img/background_prevencion.jpg') no-repeat 0 0;
    padding:7px 0 0 13px;
    font-size:14px;
    color:#FFFFFF;
    width:178px;
    height:40px
}
div#social h2{
    background:url('/img/background_social.jpg') no-repeat 0 0;
    color:#FFFFFF;
    padding:3px 0 0 6px;
    height:20px;
    margin-bottom:10px;
    display:block;
}
div#social h3{
    margin:5px 0;
    color:#6D6D6D;
    font-family:Arial,Helvetica,Verdana;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
}
div#social p a{
    color:#666666;
}
div#social a.enlace{
    font-weight:bold;
    color:#00bdb5;
}
li.tweet_first, div#social li.last{
    border: 0 none !important;
    padding:0 !important;
    margin:0 !important;
}
ul.tweet_list a{color:#33ccff;}
p.tweet_text a{
    color:#00bdb5;
    font-weight:bold;
}
div#agenda h2{
    background:url('/img/background_agenda.jpg') no-repeat 0 0;
    padding: 3px 0 0 35px;
    height:20px;
    color:#FFFFFF !important;
}
div#agenda ul,div#agenda p{margin:20px 0 0 60px;width:228px;}
div#agenda a, div#agenda strong{
    color:#00bdb5;
    font-weight:bold;
}
div#cuidate h1{
    background:url('/img/background_top.jpg') no-repeat 0 0;
    color:#FFFFFF;
    padding:3px 0 0 6px;
    height:20px;
    font-family:Arial,Helvetica,Verdana;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
}
div#home-problemas, div#home-riesgos, div#home-consejos{
    width:192px;
    height:93px;
    float:left;
    display:inline;
    margin-top:12px;
}
div#home-consejos{margin:14px 0 0;}
div#home-riesgos{background:#FFFFFF url('/img/cover_riesgos.jpg') no-repeat 0 0;}
div#home-problemas{background:#FFFFFF url('/img/cover_problemas.jpg') no-repeat 0 0;}
div#home-consejos{background:#FFFFFF url('/img/cover_consejos.jpg') no-repeat 0 0;}
div#home-problemas a, div#home-riesgos a, div#home-consejos a{
    width: 165px;
    padding: 3px 0 3px 5px;
    margin:65px 0 0 11px;
    font-size:10px;
    font-weight:bold;
    background-color:#FFFFFF;
    color:#585859;
    text-decoration:none;
    float:left;
    display:inline;
}
div#home-problemas a:hover, div#home-riesgos a:hover, div#home-consejos a:hover{
    background-color:#00BDB5;
    color:#FFFFFF;
}
div#cuidate ul#nav-riesgos{
    margin:15px 0 0;
    float:left;
    display:inline;    
    z-index:100;
}
div#cuidate ul#nav-riesgos li{
    float:left;
    display:inline;
    background:#00BDB5 url('/img/bckboton.gif') no-repeat 0 0;
    margin-right:20px;
    width:142px;
    height:14px;
    padding: 5px 0 5px 30px;
    position:relative;
}
div#cuidate li.last{margin-right:0 !important;}
div#cuidate ul#nav-riesgos li a{
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
}
ul#nav-riesgos li ul{
    position:absolute;
    left:0;
    top:24px;
    display:none;
    width:170px;
    margin:0;
    padding:0;
    background-color:#FFFFFF !important;
    z-index:100;
}
ul#nav-riesgos li ul li{
	background:url('/img/arrow_list.gif') no-repeat right 8px;
    padding:5px 10px 5px 5px !important;
    border-bottom:1px solid #F0F0F0;
    display:block;
    background-color:#00BDB5 !important;
    background-image:none !important;
    color:#ffffff !important;
    width:157px !important;
    height:auto !important;
    z-index:100 !important;
}
ul#nav-riesgos li ul li a{
    display:block;
    font-size:10px !important;
    color:#ffffff!important;
    line-height:16px;
    font-weight:normal!important;
}
ul#nav-riesgos li ul li a:hover{
    text-decoration:underline !important;
}
/* Calendario */
#calendar{
    width: 181px;
    padding: 0;
    margin: 0;
    font: normal 11px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #616B76;
    text-align: center;
    background-color: #fff;
    margin-top:20px;
}
.nav, .nav a{
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
div.calendar h4{
    margin: 15px 0 0 0;
    padding: 0;
    width: 180px;
    color: #A2ADBC;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-bottom:5px;
}
div.calendar table{margin-bottom:15px;}
th{
    font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #616B76;
    border-bottom: 1px solid #A2ADBC;
    padding-bottom:5px;
    text-align: center;
}
.today, td.today a, td.today a:link, td.today a:visited{
    color: #F6F4DA;
    font-weight: bold;
    background: #DDDDDD;
}
td{
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top:5px;
    vertical-align:top;
}
td a{
    text-align: center;
    text-decoration: none;    
    display: block;
}
td a:link, td a:visited{color: #608194;font-weight: bold;}
td a:hover, td a:active{color: #6aa3ae;font-weight: bold;}
div#agenda ul li{margin-bottom:10px;}
div#agenda ul li h3{margin-top:6px;}
/* Contenido */
/* Sidebar */
div.sidebar, div#sidebar{overflow:hidden;width:218px;}
div.sidebar div.flecha{margin-bottom:15px;}
div.sidebar{
    width:218px;
    margin-bottom:15px;
}
div.sidebar h3{    
    border-bottom:1px solid #F0F0F0;
    padding:10px;
    margin-bottom:5px;
    color:#00BDB5;
    font-size:13px;
    width:170px;
}
div.sidebar h3 a{    
    display:block;
    width:100%;
    color:#00BDB5;
    font-size:12px;
}
div.sidebar h3 a:hover{color:#6C6C6C;}
div.sidebar ul{margin-bottom:20px;width:188px;}
div.sidebar li{
    background:url('/img/arrow_list.gif') no-repeat right 8px;
    padding:5px 10px;
    border-bottom:1px solid #F0F0F0;
    display:block;
}
div.sidebar li a{
    display:block;
    font-size:10px;
    color:#737373;
    line-height:12px;
}
div.sidebar li a:hover, div.sidebar li a.selected, ul#enlaces li a:hover{color:#00bdb5;}
div.index div#content{
    width:740px;
    margin-left:17px;
}
div#content h1, div#content h1 a{
    font-family: Arial, Helvetica,Verdana;
    color:#6C6C6C;
    font-weight:bold;
    font-size:16px;
    padding:0 20px;
}
div#content h1 a{padding:0;}
div#texto{padding:10px 20px 0 20px;font-size:11px;}
div#texto p {
    line-height:18px;
    margin-bottom:20px;
    padding:0;
    text-align:justify;    
}
div#texto strong{color:#666666;font-weight:bold;line-height:18px;}
div#texto a{color:#00BDB5}
div#texto a:hover{color:#00BDB5;text-decoration:underline;}
div#texto img.interior{margin-bottom:10px;}
div#texto div#home-riesgos{margin-right:20px;}
div#texto div#home-problemas{margin-right:20px;}
div#texto div#home-riesgos a, div#texto div#home-problemas a, div#texto div#home-consejos a{color:#585859 !important;}
div#texto div#home-riesgos a:hover, div#texto div#home-problemas a:hover, div#texto div#home-consejos a:hover{color:#FFFFFF !important;text-decoration:none !important;}
div#texto ul{
    line-height:18px;
    margin-bottom:20px;
    padding-left:50px;
}
div#texto h4{
    font-size:12px;
    font-weight:bold;
    margin-bottom:20px;
}
div.index h1{width:670px;}
div.view div#content{
    width:500px;
    margin:0 19px;
}
div#content div.sombra{min-height:550px;}
/* paginador */
div.paginador{float:left;display:inline;width:100%;height:20px;margin-top:20px;}
div.paginador div.deshabilitado {
    color:#666666;
    margin-right:3px;
    padding:2px 6px;
}
div.paginador div.actual {
    color:#666666;
    font-weight:bold;
    margin-right:3px;
    padding:2px 6px;
}
div.paginador a {
    background-position:center bottom;
    border:1px solid #DEDFDE;
    color:#666666;
    margin-right:3px;
    padding:2px 6px;
    text-decoration:none;
}
div.paginador a:hover{
    background-color:#F9F9F9;
    background-image:none;
    border:1px solid #FFFFFF !important;
    color:#CCCCCC;
    text-decoration:none;
}
/* vídeo */
div#videoplayer{
    padding:0;
    width:600px;
    margin:20px 25px 0 0;
}
div#videoplayer h2{
    background:url('/img/fondo_superior_grande.png') no-repeat scroll 0 0;
    width:932px;
    height:15px;
    font-size: 12px;
    font-weight:bold;
    padding:45px 0 0 40px;
    color:#FFFFFF;
}
div#player{
    margin:0;
}
div#player p{
    font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    margin:10px 0 0 16px;
}
div#player p span.estamos {
    color:#00BDB5;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
}
div#player p span.titulo {
    font-size:12px;
    font-variant:small-caps;
    font-weight:bold;
}
div#player p span.descripcion {
    font-size:11px;
}
div#listado{position:relative;}
div#listado, ul#carrusel{
    width:290px;
    float:left;
}
span.canal{
    background: url('/img/desplegable.png') no-repeat right 0;
    padding-right:50px;
    font-family:Helvetica,Arial;
    font-weight: normal;
    font-size:14px;
    color:#00BDB5;
    margin:10px 0 0 90px;
    float:right;
    display:inline;
    cursor: pointer;
}
ul#canales{}
ul#canales li{
    float:left;
    display:inline;
    background:#00BDB5 url('/img/bckboton_tv.png') no-repeat 0 0;
    margin-right:15px;
    margin-bottom:10px;
    width:147px;
    padding: 5px 0 5px 25px;
}
ul#canales li a{
    color:#ffffff;        
    display:block;
    text-decoration: none;
}
ul#canales li a:hover{color:#ffffff;text-decoration:underline;}
ul#canales li.selected{background-position:0 -24px;}
ul#canales li.selected a{color:#ffffff;}
.ocultar{visibility: hidden; opacity: 0;}
div#carousel{
    margin:25px 0 35px;
    width:290px;
}
a#anterior{
    position:absolute;
    bottom: 15px;
    right: 35px;
    width:14px;
    height:14px;
    cursor:pointer;
}
a#siguiente{
    position:absolute;
    bottom: 15px;
    right: 15px;
    width:14px;
    height:14px;
    cursor:pointer;
}
ul#carrusel li{
    height:75px;
    width:290px;
    background:#FFFFFF url('/img/button_video.png') no-repeat 0 0;    
}

li.item img{
    float:left;
    height:60px;
    margin:8px 10px 0;
    width:80px;
}
li.item p{
    line-height:15px;
    padding:6px 10px 0;
    text-decoration:none;
}
div#navegador{
    width:240px;
    margin-right:50px;
    font-family:Helvetica,Arial;
    font-weight: bold;
    font-size:14px;
    color:#AAACAC;
    text-align:right;
}
div#sidebar_carrusel{width:290px;margin:20px 0 0 20px;height:480px;}
div.cuidatetv h3{
    background:transparent url(/img/ico_video.gif) no-repeat scroll 0 0;
    padding-left:25px;
}
div.cuidatetv h3, div.cuidatetv h1{
    color:#6D6D6D;
    font-family:Arial,Helvetica,Verdana;
    font-size:16px;
    font-weight:bold;
    line-height:18px;
}
/* links */
form#LinkIndexForm{
    display:block;
    padding-bottom:15px;
}
form#LinkIndexForm select{
    width:180px;
}
form#LinkIndexForm input{margin-left:5px;}
ul#enlaces{
    padding:0;
    display:block;
    width:670px;
    margin:10px 0;
    overflow:hidden;
    padding:0 !important;
}
ul#enlaces li{
    background:transparent url(/img/arrow_list.gif) no-repeat scroll right 8px;
    border-top:1px solid #CCCCCC;
    display:block;
    padding:5px 10px 10px 0;
    margin:0 10px 0 0;
    overflow:hidden;
    float:left;
    display:inline;
    width:200px;
}
ul#enlaces li a{
    display:block;
    font-size:10px;
    line-height:12px;
    color:#737373;
}
li.categoria-titulo{width:930px !important;}
ul.listado_enlaces li.categoria-titulo{border-top:none !important;}
ul.listado_enlaces li a{
    font-family: Verdana,Arial,Helvetica ;
    font-size:11px;
    color:#525252;
    font-weight:normal;
    line-height:15px;
    text-decoration:none;
}
ul.listado_enlaces li a:hover{color:#00BDB5;border-bottom:none !important;}
/* noticias y agenda */
div.noticias div#content, div.noticia div#content, div.agenda div#content{
    width:740px;
    margin-left:17px;
}
div.item-evento h3{
    font-size:12px;
    margin-bottom:10px;
	font-weight:bold;
    margin-top:20px;
    color:#6C6C6C;
}
div.item-evento span.fecha{
    font-size:10px;
    color:#6C6C6C;
    padding-bottom:0px;
    display:block;
}
div.item-evento p{margin-top:5px;}
div.item-evento {border-bottom:1px solid #CCCCCC;width:100%;display:block;padding-bottom:10px;}
div.item-evento span.lugar a{
    padding-right:5px;
    margin-right:5px;
    border-right:1px solid #00bdb5;
}
div.item-evento span.image a{
    padding-right:5px;
    margin-right:5px;
    border-right:1px solid #00bdb5;
}
div#paginador{margin-top:10px;width:100%;}
div#paginador span{float:right;display:inline;margin:0 10px;}
div.anterior, div.siguiente{width:11px;height:11px;float:right;display:inline;}
div#comparte{display:block;margin-bottom:15px;overflow:hidden;}
div#comparte a{float:left;display:inline;margin-right:6px;}
span.fecha{display:block;margin-bottom:10px;}
p.preview{font-weight:bold;}
a.mas{display:block;}
/* Herramientas y juegos */
ul#juegos{
    padding:0;
    display:block;
    width:670px;
    margin:10px 0;
    overflow:hidden;
    padding:0 !important;
}
ul#juegos li{
    display:block;
    padding:0;
    margin:0 10px 0 0;
    overflow:hidden;
    float:left;
    display:inline;
    width:200px;
}
ul#juegos li a{
    padding:10px;
    display:block;
    color:#737373;
}
ul#juegos img{
    width:180px;
    height:105px;
}
ul#juegos li a:hover{background-color:#00BDB5;}
/* contacto */
form#PageContactoForm{
    margin-left:150px;
}
form#PageContactoForm label {
    color:#666666;
    display:block;
    font-weight:bold;
    margin-bottom:5px;
    width:355px;
}
form#PageContactoForm input[type="text"], form#PageContactoForm textarea {
    border:1px solid #666666;
    color:#666666;
    margin-bottom:5px;
    width:355px;
}
form#PageContactoForm input[type="submit"] {
    background-color:#FFFFFF;
    border:1px solid #666666;
    color:#666666;
    display:block;
    font-weight:bold;
    text-transform:uppercase;
}
/* búsqueda */
ul.resultado li{
    margin-bottom:15px;
    padding-left:30px;
}
/* mapa web */
ul#web{margin-left:150px;}
ul#web li{
    margin-bottom:5px;
}
ul#web li h3{
    margin-top:5px;
    font-weight:bold;
}