@charset "utf-8";
/* CSS Document */

#bg_cultura{background:#303336 url(images/bg.jpg) no-repeat; width:983px; height:1300px; text-align:left;}
.cultura_logo{width:983px; height:343px; text-align:left; margin-bottom:124px;}

#left_cont{margin-top:80px; float:left; width:590px; height:495px; margin-left:8px;}
.cont_centro{width:983px;}
#segmentos{width:454px; margin:60px 0 0 18px; height:434px; background:url(images/bgsegmentos.jpg) repeat-x; border:1px solid #404040; float:left; }
.tittle_segmento{height:62px; margin-left:15px; text-align:left;}
.info_segmento{width:446px; height:308px; padding:15px 4px 10px; margin-bottom:5px;}

.img_segmento{width:420px; height:157px; margin:0 auto; }
.img_segmento img{margin-bottom:15px;}
.img_segmento p{text-align:left; font-size:13px; color:#fff;}

.tittle_seccion{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FF0000;}
.cult_nav_secciones{height:30px; width:380px; margin:0 auto;}
.sivar{display:block; background:url(images/trip_sivar_down.jpg); width:126px; height:29px; float:left; margin-right:20px;}
.deporte{display:block; background:url(images/deporte_down.jpg); width:102px; height:29px; float:left; margin-right:20px;}
.destino{float:left; background:url(images/destino_down.jpg); width:99px; height:29px; float:left;}

/* VIDEOS */
.video_cultura{width:350px; float:right; height:574px; margin-right:35px; margin-bottom:85px;}
#cultura_player{width:350px; height:248px; background:#000; margin-bottom:3PX; border:1px solid #404040;}
.cultura_videos{width:328px; height:68px; padding:5px 10px; background:#191a1c; border:1px solid #191a1c; margin-bottom:4px; cursor:pointer;}
.cultura_videos:hover{width:328px; height:68px; padding:5px 10px; background:#000; border:1px solid #8c191a; margin-bottom:4px; cursor:pointer;}
.infovideocult{height:55px; width:225px; float:right;}
.cult_thumbvideo{width:98px; height:66px; border:1px solid #8c191a; background:#303132; float:left; margin:0px;}
.cult_tittlevideo{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FFF; text-decoration:none; margin:0px;}
.cult_txtvideo{font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px; margin:0px;}
.cult_vidvisto{width:206px; font-family:Arial, Helvetica, sans-serif; color:#8c191a; font-size:12px; font-weight:bold; text-align:right; height:12px; display:block; float:right; margin:0px;}

.cult_ver_masvideos{display:block; background:#000 url(images/btn_masvideos.jpg); width:151px; height:34px; border:1px solid #8c191a;}
.cult_ver_segmentos{display:block; background:#000 url(images/segmentos.jpg); width:151px; height:34px; border:1px solid #8c191a;}
#cult_archivo_videos{width:585px; height:491px; overflow:auto; background:#000; border:1px solid #8c191a;}
#cult_archivo_videosellas{width:585px; height:178px; overflow:auto; background:#000; border:1px solid #8c191a; margin-top:60; margin-left:50;}
.cult_videos{height:100px; border-bottom:1px solid #420c0c; margin-bottom:10px;}
.fecha_videos{display:block; padding:2px 15px; color:#fff;}
.cult_video_file{width:181px; height:71px; border:1px solid #000; display:block; float:left; padding:4px 3px;}
.cult_video_file:hover{width:181px; height:71px; background:#1b1b1b; border:1px solid #313030; display:block; float:left;}
.cult_tittle_videofile{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; text-decoration:none; margin:0px; padding-top:35px; margin-left:2px;}
.ellas_tittle_videofile{font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#FFF; text-decoration:none; margin-top:2px; padding-top:10px; margin-right:15; padding-bottom:10px; margin-left:2px;}
.cult_vecesvisto_videofile{font-family:Arial, Helvetica, sans-serif; color:#8c191a; font-size:10px; text-align:left; height:12px; float:left; margin:0px; margin-left:2px;}

/* GALERIA DE FOTOS */
#cultra_galeria{width:901px; height:220px; margin:0 auto;}
.fotos_line{width:901px; height:100px; margin-bottom:10px;}
.cult_foto{width:138px; height:98px; background:#3c3c3d; border:1px solid #8c191a; margin-right:10px; float:left;}
#paginacion{width:901px; height:27px; margin:0 auto; text-align:right;}

.align_r{float:right;}
.align_l{float:left;}
/* ESQUINAS REDONDAS -------------------------------------------------------------------------------- */
.curvyall {
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;}
.curvybotonmas {
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;}

.curvytop{
  -webkit-border-top-left-radius:12px;
  -webkit-border-top-right-radius:12px;
  -moz-border-radius-topleft:12px;
  -moz-border-radius-topright:12px;
}
.curvyleft{
  -webkit-border-top-left-radius:9px;
  -webkit-border-bottom-left-radius:9px;
  -moz-border-radius-topleft:9px;
  -moz-border-radius-bottomleft:9px;
}
.curvyright{
  -webkit-border-top-right-radius:9px;
  -webkit-border-bottom-right-radius:9px;
  -moz-border-radius-topright:9px;
  -moz-border-radius-bottomright:9px;
}
.curvybottom{
  -webkit-border-bottom-left-radius:15px;
  -webkit-border-bottom-right-radius:15px;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
}
/* FIN ESQUINAS REDONDAS */