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

body{
	margin:0px;
	padding:0px;}
img{
	border:none;}
.header{
	width:100%;
	height:94px;
	background: url(images/header.gif);}
.header_conte{
	width:1000px;
	margin:0px auto 0px auto;
	height:100%;}
.header_logo{
	float:left;
	display:block;
	width:200px;
	height:100%;}
.header_derecha{
	float: right;
	display:block;
	width:600px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	overflow:hidden;}
.header_derecha input{
	width:100px;
	height:12px;
	font-size:11px;}
.boton_voip{
	height:17px !important;
	width:60px !important;
	border:1px solid #360;
	background:#690;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;}
.header_espacio{
	width:100%;
	height:42px;
	margin-top:10px;
	margin-left:10px;
}
.header_espacio form{
	margin:0px;
	padding:0px;}
.menu{
	padding:0px;
	margin:0px;}
.menu li{
	float:left;
	list-style:none;}
.menu li a{
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: none;
	padding: 13px 15px;
	text-decoration: none;
	border-right: 1px solid #88a512;
	width: auto;
	color: #FFF;
	white-space: nowrap;}
.menu li a:hover{
	background: url(images/menu_hover.gif);}
.centro{
	width:100%;
	height:380px;
	background:url(images/bgcentro.jpg) repeat-x ;}
.centro_contenido{
	width:1000px;
	margin:0px auto 0px auto;
	height:100%;}
.videos{
	float: right;
	overflow:hidden;
	margin-top:20px;
	width:340px;
	height:340px;
	background:url(images/fondo_video.gif) no-repeat;}	
.video_chico {
	width:340px;
	height:280px;
	overflow:hidden;
	height:320px;
	float:left;
	margin-top:10px;
}
.video_chico h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal !important;
	margin:0px;
	padding:10px;
	color: #999;
	border-bottom:1px dotted #CCC;
	width:80%;}
.video_lista{
	width:100%;
	height:90%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;}
.listticker{
	margin:0px;
	padding:10px;
	list-style:none;}
.listticker_li{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:5px;
	height:70px;
	padding:2px;
	background:url(images/fondo_video_item.gif);
	border:1px solid #666;
	color:#CCC;}
.imagen_video{
	float: left;
	display:block;
	width:102px;
	height:70px;}
.contenido_video{
	width:190px;
	height:70px;
	float:left;
	display:block;}
.titulo_videos{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#333;
	height:50px;
	padding-top:25px;
	overflow:hidden;}
.banner_home{
	float:left;
	margin-top:20px;}
	
/* ----------------verde ------0*/

.verde{
	width:100%;
	height:364px;
	background: url(images/verde_fondo.jpg) repeat-x;}
.verde_contenido{
	width:1000px;
	height:100%;
	margin:0px auto 0px auto;}
.parte_verde{
	width:1000px;
	height:270px;
	margin-top:-15px;}
.item_verde{
	float:left;
	display:block;
	width:233px;
	height:100%;
	margin-left:10px;}
/* --------------------negro-------*/
.negro{
	height:368px;
	width:100%;
	background:url(images/fondo_negro.png) center #000;}
.negro_contenido{	
	width:1000px;
	height:368px;
	margin:0px auto 0px auto;
	overflow:hidden;}
/*----------------------------------------------tabs-----------------------------------------------------*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 5px 0 0 5px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 10px 10px;
    background: url(tabs.gif) no-repeat;

}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
    white-space: nowrap; /* required in IE 6 */  
}
.tabs-nav .tabs-selected a {
    color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
	color: #FFF
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 1em 8px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
/*---------------------------------------------------------------------------------------------------------------*/
.separador{
	width:2px;
	float:left;
	display:block;
	margin-top:60px;}
.link_negro a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF !important;
	text-decoration:underline !important;}
.link_negro a:hover{
	color:#090;}
.cuerpo_pagina{
	width:950px;
	margin:0px auto 0px auto;
	border:1px solid #CCC;
	overflow:hidden;
	background:url(images/pane-top-grad.gif) repeat-x #f3f2f2;}
.pagina{
	background:url(images/fondo.png) repeat-x top;
	padding:10px;
	overflow:hidden;}
.pagina_izquierda{
	width:250px;
	float:left;
	padding:5px;
	display:block;}
.contenido_pagina{
	float:left;
	display:block;
	width:670px;
	padding:5px;}
.titulo_pagina{
	width:100%;
	background: url(images/titulo_pagina.jpg) no-repeat;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	line-height:25px;}
.borde_pagina_intro{
	border:1px solid #669d33;
	background: url(images/tableback.jpg) #FFF no-repeat center;}
/*-----------------------menu de pagina interna --------------------*/

#mimenu{
	margin:0px;
	padding:0px;
	list-style-image:none;}
#mimenu li{
	list-style-image:url(images/vineta.gif);
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	color:#333;}
.contenido_intro_pagina{
	padding:10px;}