/*
 * Edited by saRca - alexander@myjunglebox.com
 */

a img {
	border: none;
}

/*layouts*/

body{
	background: #000 url(../images/base/background.jpg) top repeat-x;
	margin:0;
	text-align:center;
	height:100%;
}

#main_container{
	width:1000px;
	height:100%;
	text-align:center;
	margin:auto;
}

#container {
	width:798px;
	height:100%;
	float:right;
	text-align:center;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
}


/*header*/
#top_bar{
	width:788px;
	height:34px;
	float:left;
	background:url(../images/base/topbar_background.jpg) top repeat-x;
	border-bottom:#666 1px solid;
	text-align:right;
	padding-right:10px;
}
#banner_space{
	width:798px;
	height:360px;
	float:left;
	border-bottom:#666 1px solid;
	background:#000;
}
/* end header*/


/*content*/



#content {
	width:798px;
	float:left;
	background:#FFF;
}

#box_black,.box_black {
	width:285px;
	float:right;
	background:#000 url(../images/home/textura_negro.jpg) bottom repeat-x;
	text-align:center;
}

#box_black_news {
	min-height:600px;
	width:345px;
	float:left;
	background:#000 url(../images/base/bg_news.jpg) top right repeat-y;
	text-align:center;
}



#title{
	background:transparent url(../images/base/bg_titulos.jpg) left top no-repeat;
	width:798px;
	height:76px;
}

.title_sec{
	text-align:left;
	padding:0 0 0 27px;
}

#sub_menu {
	width:773px;
	height:24px;
	float:left;
	padding-left:28px;
	padding-top:1px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	
}

*:first-child+html #sub_menu{
	padding-top:0;
}

#sub_menu a{
	color:#774e00;
	text-decoration:none;
}

#sub_menu a.active{
	color:#FFF;
	text-decoration:none;
}

#sub_menu a:hover{
	color:#FFF;
	text-decoration:none;
}

#info_container {
	width:798px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-align:justify;
}

/*end content*/

/*footer*/
#footer {
	width:100%;
	border-top:#666 1px solid;
	background:#000 url(../images/base/footer_background.jpg) top repeat-x;
	text-align:center;
	clear:both;
	
}
#footer_info {
	width:970px;
	height:120px;
	background:url(../images/base/texture_footer.jpg) top center no-repeat;
	text-align:center;
	margin:auto;
}
#menu_footer{
	width:360px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:9px;
	line-height:15px;
	padding-top:30px;
	padding-left:15px;
}
#menu_footer a{
	font-size:10px;
	color:#999;
	text-decoration:none;
}
#menu_footer a:hover {
	color:#ffcc00;
	text-decoration:none;
}
#contact_footer {
	height:75px;
	padding-top:30px;
	padding-right:15px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-align:left;
}
#contact_footer a{
	text-decoration:none;
	color:#999;
}
#contact_footer a:hover{
	text-decoration:underline;
	color:#ffcc00;
}
#contact_footer_left{
	text-align:right;
	float:left;
	padding-right:10px;
	margin-top:-5px;
}
#contact_footer_right{
	text-align:left;
	float:left;
	color:#666;
	padding-left:10px;
	margin-top:-5px;
}
/*end footer*/

/*left menu*/




#menu {
	width:195px;
	text-align:right;
	float:left;
	padding:0;
	margin:18px 0 0 5px;

}



#menu_buttons{
	width:195px;
	height:100%;
	background:url(../images/base/menu_02.png) top left repeat-y;
	float:right;
	text-align:right;
}

#menu_buttons a {
	border:none;
}

#menu_buttons a img{
	border:none;
}

#menu a img{
	border:none;	
}

.submenu {
	width:159px;
	float:right;
	background:url(../images/base/menu_06.jpg) top left repeat-y;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding-top:20px;
	padding-left:20px;
	line-height:17px;
	display:none;
	
}
.submenu a{
	color:#FFF;
	text-decoration:none;

}
.submenu a:hover{
	color:#ffcc00;
	text-decoration:none;
}

.ultimo_sub{
	padding-bottom:100px;
}


/*CLASSES*/

/*header classes*/
.top_bar_texts{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	padding-top:8px;
	float:right;
	margin-left:7px;
}
.top_bar_texts a{
	color:#ffcc00;
	text-decoration:underline;
}
.top_bar_texts a:hover{
	text-decoration:none;
}
/*end header classes*/

/*form classes*/
.textfield {
	border:#666 1px solid;
	background:#242424 url(../images/base/textfield_background.jpg) bottom repeat-x;
	color:#ffcc00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:95px;
	height:14px;
	padding-top:3px;
	padding-left:5px;
	margin-top:5px;
	float:right;
	margin-left:5px;
}

.textfield_large {
	border:#666 1px solid;
	background:#242424 url(../images/base/textfield_background.jpg) bottom repeat-x;
	color:#ffcc00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	height:14px;
	padding-top:3px;
	padding-left:5px;
	margin-top:5px;
	float:right;
	margin-left:5px;
}

.textfield_largex2 {
	width:418px;
}

.name_footer{
	padding-bottom:5px;
}
.yellow {
	color:#ffcc00;
}
.align_left{
	float:left;
}
.align_right{
	float:right;
}

.bold {
	font-weight:bold;
}

/*
 * HOME CLASSES
 */

.box_white {
	width:240px;
	
	float:left;
	text-align:center;
	padding: 22px 0px 20px 10px;
}

.box_white_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-align:justify;
	padding:15px;
}

.box_white h3{
	font-size:14px;
	margin-bottom:3px;
	margin-top:0px;
}

.box_black_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:left;
	padding:15px;
}

.box_black_text h3{
	color:#ffcc00;
	font-size:14px;
	margin-bottom:-15px;
	margin-top:0px;
}
.box_black_text h5{
	color:#666;
	font-size:11px;
	margin-bottom:3px;
	font-weight:100;
}

/*
 * CONTACT SECTION
 */

 #img {
	width:346px;
	height:auto;
	float:right;
}
#img_contacto {
	width:346px;
	height:490px;
	float:right;
}

#prod_img_box {
	width:294px;
	height:470px;
	float:right;
	background:#000 url(../images/home/textura_negro.jpg) bottom repeat-x;
	border-left:#666 1px solid;
}
#prod_title {
	width:264px;
	height:40px;
	float:left;
	background:#000 url(../images/equipos/textura_negro_top.png) top repeat-x;
	padding:15px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#prod_img {
	width:294px;
	height:302px;
	background:#FFF;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
}
#prod_desc {
	width:264px;
	height:40px;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}	
#prod_desc h3{
	color:#ffcc00;
	font-size:11px;
	margin-bottom:-10px;
	margin-top:0px;
	font-weight:100;
}

#content_text {
	display:block;
	background:#FFF url(../images/base/white_fade.jpg) top repeat-x;
	width:422px;
	min-height:155px;
	float:left;
	padding:20px 10px 20px 20px;
	text-align:justify;
	overflow:auto;
	font-size:12px;
	
}

.content_text {
	display:block;
	background:#FFF url(../images/base/white_fade.jpg) top repeat-x;
	width:422px;
	min-height:155px;
	float:left;
	padding:20px 10px 20px 20px;
	text-align:justify;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	
}

.content_text_multi{
	display:block;
	background:#FFF url(../images/base/white_fade.jpg) top repeat-x;
	width:473px;
	min-height:155px;
	float:left;
	padding:20px 10px 20px 20px;
	text-align:justify;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.content_text_wide{
	display:block;
	background:#FFF url(../images/base/white_fade.jpg) top repeat-x;
	width:768px;
	min-height:155px;
	float:left;
	padding:20px 10px 20px 20px;
	text-align:justify;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#content_text_wide {
	width:758px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	float:left;
	padding:20px;
	text-align:left;
}
#content_text_wide h3{
	font-size:16px;
	margin-bottom:-5px;
	margin-top:0px;
}

#equipo_buttons{
	width:400px;
	height:20px;
	text-align:left;
	padding-top:15px;
	float:left;
}
#contact_box_large{
	width:380px;
	height:100px;
	text-align:right;
	padding-top:5px;
	clear:both;
}
#contact_buttons{
	width:200px;
	height:20px;
	text-align:right;
	padding-top:15px;
	float:right;
	padding-right:15px;
}


/*acordeon equipos*/

#equipo_box{
	width:450px;
	height:100%;
	margin:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	float:left;
	text-align:center;
}

#equipo_box ul{
	list-style:none;
	text-align:left;
}

#equipo_open{
	width:440px;
	height:12px;
	background:#f0ae1e;
	padding:5px;
}
#equipo_open a{
	color:#FFF;
	text-decoration:none;
}
#equipo_open a:hover{
	color:#000;
	text-decoration:none;
}
#equipo_closed{
	width:440px;
	height:12px;
	background:#000;
	padding:5px;
	margin-bottom:5px;
}
#equipo_closed a{
	color:#FFF;
	text-decoration:none;
}
#equipo_closed a:hover{
	color:#f0ae1e;
	text-decoration:none;
}
#sub_equipo_box{
	width:400px;
	height:210px;
	padding:20px;
}
.equipo{
	width:360px;
	height:14px;
	text-align:left;
	padding-left:40px;
	margin:2px;
}
.equipo a{
	color:#666;
	text-decoration:none;
}
.equipo a:hover{
	background:#f0ae1e;
	color:#FFF;
	text-decoration:none;
}

/*classes*/

 .contact_field_box{
	width:380px;
	height:20px;
	text-align:right;
	padding-top:5px;
	clear:both;
}

.contact_field {
	border:#666 1px solid;
	background: #CCC;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	height:18px;
	float:right;
	margin-left:10px;
	margin-top:0;
	padding-top:3px;
}

#frm_solicitud .contact_field {
    width:250px;
}

#frm_solicitud .contact_field_large {
    width:250px;
}

.contact_field_large {
	border:#666 1px solid;
	background: #CCC;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	height:100px;
	float:right;
	margin-left:10px;
	margin-top:0;
	padding-top:3px;
}

.file_field{
	border:#666 1px solid;
	background: #CCC;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	float:right;
	margin-left:10px;
	margin-top:0;
	padding-top:3px;
}

/*admin section style*/

#frm_admLogin table{
	margin:30px auto;
	text-align:center;
	

}

.logo_admin_area{
	color:#FFF;	
}

.adm_login_form{
	border:3px double #FEC018;
	margin:30px auto 0 auto;
	width:600px;
	height:200px;
	color:white;
	background:#000 url(../images/base/topbar_background.jpg) repeat-x scroll left top;

}

.adm_login_form legend{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	background:#000;
	border:1px solid #FEC018;
	padding:5px;
}

.adm_form label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	margin-left:7px;
	display:block;
	text-align:left;
}

button{
	border:none;
	background-color:transparent;
}


span.error{
	background:#000 url(../images/base/bg_input_err.png) left no-repeat;
	padding-left:120px;
	color:#FF1A00;
	border:1px solid green;
	float:right;
}

#sub_menu a.mh_active{
	color:#fff;
}

a.submenuActive{
	color:#FFCC00;
}

.sedes_main_title {
	font-size:18px;
	color:#F2B526;
	font-weight:bold;
}

.sede_subtitle{
	color:#000;
	font-weight:bold;
	font-style:oblique;
}

#div_formRegister{
	height:359px;
	background:#000 url(../images/home/textura_negro.jpg) bottom left repeat-x;
	color:#fff;
	width:796px;
	position: absolute;
	z-index:2000;
	top:35px;
	border:1px solid #333;
	display:none;
	overflow-x:hidden;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

#div_formRegister table{
	margin:auto;
}

#div_formRegister label{
	display:block;
	font-size:10px;
	text-align:left;
	padding-left:8px;
	font-weight:bold;
}

#guardar{
	cursor:pointer;
	width:100px;
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#ffcc00;
	text-align:right;
}



label.error{
	color:red;
	font-size:9px;
}

#frm_registerUser button{
	cursor:pointer;
}

#reg_title{
	background:#000 url(../images/base/textura.jpg) repeat-x left top;
	font-weight:bold;
	padding:5px;
	color:#F9B910;
	height:22px;
}

#frm_loader{
	display:none;
}

.bienvenido{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#F9B910;
	text-transform:uppercase;
}

#banner_left{
	float:left;
	width:430px;
	height:362px;
	background:#000;
}

#banner_right{
	float:left;
	width:368px;
	height:362px;
	background:#000;
}

#video_prom{
	cursor:pointer;
}
*:first-child+html #video_prom{
	margin:0 0 0 -75px;
}


div.pdfs{
	margin:auto;
	text-align:center;
}

div.pdfs img{
	border:1px solid #333;
}


#btn_entrar_login{
	cursor:pointer;
}


#frm_sol{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin:0 auto 10px auto;
	padding:0 0 10px 0;
}

#frm_solicitud label{
	display:block;
	padding-left:15px;
}

#frm_solicitud label.error{
	color:red;
}


.loaders{
	display:none;
}

.ContAlt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-align:justify;	
}

.ContAlt{
	background:#FFF url(../images/base/white_fade.jpg) top repeat-x;
	padding:20px;
}

.white{
	color:#FFF;
}


/*
 * PAGINACIÓN
 */
ul#pagination-flickr{border:0; margin:0; padding:0;}

#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-flickr a{

margin-right:2px;
}
#pagination-flickr li.previous-off,
#pagination-flickr li.next-off {
color:#666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;

}
#pagination-flickr .active{
color:blue;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
color:#FFF;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
color:#FFCC00;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-flickr a:hover{
text-decoration:underline;
}


/*
 * mapa
 */

  .mapPoint{
 	width:22px;
	height:22px;
	position:absolute;
	background:transparent url(../images/base/puntoSede.png) left top no-repeat;
	display:none;
	cursor:pointer;
 }
 
 
#mapPointData{
	background:transparent url(../images/base/tooltip.gif) left top no-repeat;
 	width:291px;
	height:175px;
 }
 
#mapPointData div{
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 10px;
}

#regNombre{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:2px 0 5px 0;
}

.regItem{
	font-weight:bold;
}


/*
 * video
 */

#videoContainer{
	margin:auto;
	text-align:center;
}

 .videoTitle{
 	color:#666;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
 }

 
 /*
  * FORMAS
  */
 
 #forma{
 	text-align:justify;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
 }
 
 .formaTop{
 	width:361px;
	height:55px;
 	background:transparent url(../images/base/formaTop.jpg) left top no-repeat;
	color:#FFF;

 }

  .formaTop h2{
  	padding:10px;
	
  }
  
  .formaBody{
  	width:361px;
	min-height:100px;
	background:transparent url(../images/base/formaBody.jpg) left top repeat-y;
	
  	
  }

  .fileForma{
  	float:left;
  }
  
  .descForma{
  	min-height:6px;
  	width:175px;
  	float:left;
	margin:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  }
  .descFormaWide{
  	min-height:6px;
  	width:320px;
  	float:left;
	margin:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  }
  .formaButtom{
  	background:transparent url(../images/base/formaButtom.jpg) left top repeat-y;
	width:361px;
	height:15px;
  }
.clear{
	clear:both;
}

.formaDown{
	text-align:center;
	text-decoration:none;
	color:#666;
	margin:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	
}


/*
 * noticias
 */

 #novImgMarco{
 	width:225px;
	height:128px;
 	background:transparent url(../images/base/marcoNovedad.png) center top no-repeat;
	text-align:center;
	margin:0 0 0 6px;
	 
 }
 
  #novImgMarco img{
	margin:3px 0px 0px 2px;
 }

 .logoFlash{
 	width:195px;
 	height:157px;
	
 }

 html >/**/body .logoFlash{
 	width:195px;
 	height:159px;
	
 }

 .labelEncuesta{
	float:left;
	margin:4px 0 0 4px;
	color:#FFF;
}

#encuestaError{
	display:none;
}

.labelEncuesta{

	color:#FFF;
}

.celdaRadio{
	width:20px;
}

.Menulogos{
	text-align:center;
	S
}

