html,body{
margin:0px;
padding:0px;
width:100%;
height:100%;
}

* html body{
  overflow:hidden;
 } 

body{
font-family:Calibri, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:normal;
padding-top: 5px;
/*background-color:#222221;*/
/*background:#082734;*/
/*background:url(../images/public/fondo4.jpg);*/
background:url(../images/public/fondo.jpg);
/*background-color:#035EA7;*/
/*background-repeat:repeat;*/
background-repeat:repeat-x;
background-color:#035EA7;
}

a {
	color: #DCB20C;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#CC9933;
	text-decoration: none;
	outline: none;
}
a img { border: 0; }
hr { display:none; }

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*  HEADER  */
#main_container{
text-align: left;
width: 1025px;
margin: auto;
background-color:#141414;
}

div#header_page{
  top:0;
  left:0;
  width: 810px;
  / width: 800px;
  height:100px;
  background-color:#222221;
  padding:0 0 0 0;
  margin:0 0 7px 0;
 }
 
div#header_page img{
width:810px;
/ width:800px;
height:100px;
}
div#logo_top{
float:left;
width:186px;
/*height:241px;*/
height:auto;
background-color:#000;
padding:0;
margin:0;
text-align:center;
}

div#banner_top{
float:right;
right:5px;
width:797px;
height:122px;
padding:0 0px 10px 14px;
background-color:#161614;
}
div#groupbanner_top{
width:780px;
float:left;
position:relative;
margin:5px 0;
}

div#bannerimg_top{
width:810px;
/ width:800px;
height:100px;
float:left;
text-align:left;
/*margin:10px 0 0 0;*/
}


/**************************************/

#mainnav
{
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #000000;
	margin-bottom: 35px;
}
#fondonav{
/*background-image:url(../images/maqueta/fondonav.jpg);*/
background:url(../images/public/botones.jpg);
text-align:center;
/*width:810px;*/
width:auto;

height:40px;
margin:0 auto !important;
border:solid 1px #FFFFFF;
}

#mainnav ul
{
	padding: 0;
	margin: 0;
}
#mainnav ul li
{
	list-style: none;
	float: left;
	padding: 10px 0;
	/*border-right: solid 1px #A56C48;
	border-left: solid 1px #1B120C;*/
}
#mainnav ul li a
{
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #FFF;
	text-decoration:none;

}

#mainnav ul li a:hover
{
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color:#FF9900;
	text-decoration:none;

}

#mainnav ul li.last
{
	border: none;
}
/**************************************/

div#banner_radioright_top {
background-color:#000;
height:20px;
/*margin:0 5px 2px 0;*/
position:relative;
width:170px;
margin:5px 7px;
padding:3px 0;
display:inline;
text-align:center;
float:left;
border:1px solid #E9D34D;
}
div#banner_radioright_top img{
margin:auto 0px;
}

/*  BTN FACEBOOK  */
div.btn_facebook{
clear:both;
margin:0;
padding:0px;
background-color: transparent;
text-align:center;
width:156px;
}

/*  BTN FACEBOOK  */
div#bannerleft{
margin:5px 0;
text-align:center;
width:186px;
margin-bottom:15px;
}


/* Scroller Box */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #E9D34D;
background: #E9D34D; 
width: 798px;
height: 38px; 
margin: 0; 
padding: 0;
color:#000;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
right:10px;
top: 5px;
width: 785px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 803px;
font: bold 130% "Arial Black";
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #E9D34D;
height:25px;
line-height:25px;

}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
color:#000;
} 






/*************************************
* MARQUESINA
*************************************/
ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 810px;
	/ width:800px;
	height: 38px; /* height should be included to reserve visual space for the marquee */

	background:#FF5809 none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	color:#FFF;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	/*font: 1.5em bold "Arial Black", Helvetica, sans-serif;*/
	padding: 3px 5px;
	font-size:1.5em;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif,Helvetica;
	
	background:#FF5809 none repeat scroll 0 0;
	height:32px;
	line-height:32px;
}










/* Scoller Box */

/*  HEADER  */

/*  CONTAINER  */
div#body_page{
width:1025px;
margin:auto;
float:left;
}

/*  CONTAINER LEFT  */
div#leftmenu_page{
/*position:relative;*/
float:left;
width:186px;
padding:5px 0px;
left:0px;
margin: 0 0 0 10px;
}

/*  CONTAINER LEFT  */
#tit{
height:20px;
width:186px;
background: #FF5809;
float:left;
color:#FFFFFF;
padding-top:5px;
font-weight:bold;
margin:0px;

}

#table_home{
height:20px;
width:186px;
background-color:#073860;
text-align:center;
}

/*  CONTAINER RIGHT  */
div#container_body{
float:left;
margin:0px;
padding:5px 0 5px 14px;
position:relative;
width:810px;
/ width:800px;
display:inline;
}

div#titlesection_body{
font: bold 25px Calibri;
color:#FFF;
margin:1px 0 ;
padding:5px 0;
width:800px;
}

/*Para el contenido*/
div#content_description{
width:760px;
color:#FFF;
margin:2px 5px 2px 5px;
}
div#image_content{
width:495px;
max-height:375px;
margin:5px auto;
text-align:center;
}


div#bannerbody{
width:243px;
/*height:470px;*/
height:100%;
padding:0 7px 25px 7px;
margin:0 5px 0 0 ;
float:left;
position:relative;
text-align:center;
background-color: #141414;
}
/*

#bannerbody img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter:alpha(opacity=70);
_filter:alpha(opacity=100); 
-moz-opacity:0.7;
opacity:0.7;
-width:243px;
}

#bannerbody:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
*/

#bannerbody #event-home-description {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
height:63px;
width:256px;
margin:8px 0 5px 0;
border:1px   solid #FFFFFF;
background: #FF5809;
text-transform:uppercase;
}




/*  IMPORTANTE : PARA OCULTAR LOS BANNER  */
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}


/**************************************/
/*CONTENIDO-INDEX*/
div#main-events{float:left; 
				width:800px;
				height:auto; 
				float:left;
				padding-top:20px;
				background-color:#000000;
				}

#group-event-list{width:800px;height:auto; float:left; position:relative; background-color:#000000}
#image-event{width:250px; float:left; margin:10px 30px auto 30px; 
				text-align:center; background-color:#000000;}

a:link,a:visited{text-decoration:none;color:#000000}
a:hover{color:#FFFFFF;
		/*cursor:url(images/admin/icons/rojoXXL.cur)*/}

#title-event{width:480px;float:left; font-size:16px; color:#FF7512;margin:10px 0 0 5px;
			 background-color:#000000;}
#description-event{width:480px;float:left;font-size:12px; margin:10px 5px; text-align:justify; color:#FFFFFF; 
					background-color:#000000;}
#separator-event{width:800px; height:2px; background-color:#FF8E00; position:relative; float:left; margin:2px 0 0px 0}
/*CONTENID-INDEXO*/

/*CONTENIDO-CONTENIDO*/
div#main-locales{float:left; 
				width:800px;
				height:auto; 
				float:left;
				padding-left:50px;
				padding-right:50px;
				padding-top:20px;
				background-color:#000000;
				}

#group-locales-list{width:800px;height:auto; float:left; position:relative; background-color:#000000; }
#title-locales{width:300px;float:left; font-size:16px; color:#FF7512;margin:10px 0 10px 5px; 
			   background-color:#000000;}
#description-locales{width:760px;float:right;position:relative; font-size:12px; margin:0px 5px; 
					text-align:justify; color:#FFFFFF; padding:20px 20px 20px 20px;
					background-color:#000000}
#container-fotos-locales{width:800px;float:left;  padding-top:10px; padding-bottom:30px;

				}
#fotos-locales{width:180px;float:left;padding:0px 10px 0 10px}

#container-videos-locales{width:800px;float:left;  padding-top:10px; padding-bottom:30px;

			}
#videos-locales{width:180px;float:left;padding:0px 10px 0 10px}

#separator-locales{width:800px; height:2px; background-color:#FF8E00; position:relative; float:left; margin:2px 0 0px 0}
/*CONTENIDO-CONTENIDO*/
/************************************/


/*  FORMULARIO DE REGISTRO  */
.ContacForm{
	width:565px;
	margin:4px 0 auto 100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#161614;
	padding-bottom:10px;
	display:inline;
}

.ContacForm #responsecontactform{
	display: none;
	border: 1px solid #99B101;
	background: #161614;
	color:#FFF;
	padding: 5px;
	width: auto;
	margin:2px;
}
.center_prod_box_big {
border:1px solid #161614;
float:left;
height:auto;
margin:2px 0 0 0;
padding:0px;
text-align:center;
width:565px;
background: #161614 url(../images/public/bktapiz.jpg);
}
.contact_form {
float:left;
padding-left:15px;
width:540px;
overflow:hidden;
}

.form_row {
clear:both;
color:#FFF;
padding:5px 0;
-padding:1px 0; /*IE 6*/
margin:2px;
width:500px;
}

label.contact {
color:#FFF;
float:left;
font-size:105%;
padding:4px 10px 0 5px;
text-align:left;
width:130px;
}

input.contact_input,select.contact_input {
background-color:#FFFFFF;
border:1px solid #95B1B9;
color:#191919;
float:left;
height:18px;
width:350px;
} 

select.contact_input{
width:auto;
height:18px;
}

.require {
color:#DB6100;
margin-right:5px;
font-weight:bold;
}

textarea.contact_textarea {
background-color:#FFFFFF;
border:1px solid #95B1B9;
color:#191919;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:100px;
width:350px;
}

.input_file {
background-color:#FFFFFF;
border:1px solid #DFDFDF;
color:#191919;
height:25px;
line-height:25px;
width:353px;
position:relative;
}

.submit_mail {
background-color:#073860;
border:1px solid #08383C;
color:#FFFFFF;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:25px;
line-height:25px;
margin:2px 9px 0 0;
padding:0;
text-align:center;
width:100px;
}

/*  FORMULARIO DE REGISTRO  */




/*[
Galeria de Imagenes
]*/
ul.columngallery{
	width: 100%;
	padding: 0;
	/*margin: 10px 0 50px;*/
	margin:10px auto 50px auto;
	list-style: none;
}
ul.columngallery li {
	float: left;
	width: 190px;
	padding: 0;
	margin: 5px 0;
	display: inline;
}


.blockgallery {
	height: 150px;
	font-size: 1em;
	margin-right: 10px;
	padding: 10px;
	background: #0E0904;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
}

.blockgallery_view{
height: 125px;
}

.blockgallery:hover{
background: #333333;
}

.blockgallery h2 {
   margin:0px;
   padding:0px;
   font-size:105%;
   padding-top:5px;
   font-weight:normal;
   text-align:center;
}

.blockgallery img {
	/*width: 89%;*/
	padding: 2%;
	margin: 0 auto;
	background:#fff;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#title_error_null{
width:555px;
/*float:left; */
color:#F1F1F1; 
margin:0px 0px 5px 8px; 
padding-bottom:5px; 
padding-top:5px; 
font-size:14px; 
/*height:20px; */
line-height:20px;
border:1px solid #B70433;
border-width:0 0 2px 0;
text-align:center;
margin:5px 100px;
}
/*[
Galeria de Imagenes
]*/





/*[EVENTOS *****]*/
div#listmain_event{
width:250px;
height:506px;
background-color:#0E0904;
/*padding:11px;*/
position:relative;
float:left;
margin:2px 4px;
}

div#title_events {
width:210px;
color:#fff;
padding:2px 20px;
text-align:center;
font-size:105%;
}

div#listmain_event:hover{
background-color:#333333;
}


div#listmain_event #photoevent_list{
width:225px;
height:320px;
background-color:#0E0904;
margin:6px auto;
text-align:center;
padding-top:5px;
}




div#listmain_event #photoevent_list img{
	/*width: 70%;*/
	padding: 3%;
	margin: 0 auto;
	background:#3A3A3A;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}


div#event_description{
width:220px;
height:106px;
margin:6px auto;
padding: 1px 2px;
color:#FFFFFF;
text-align:justify;
}
div#event_description:hover{
background-color:#333333;
}

div#event_description span{
font-family:Arial, Helvetica, sans-serif;
font-size:105%;
}


div#event_date{
width:225px;
height:26px;
line-height:26px;
margin:3px auto;
text-align:center;
font-size:120%;
color:#DDC04E;
}


/*[EVENTOS *****]*/





/*   Pagination   */

div.pagination {
background-color:#3E3E3E;
color:#FFFFFF;
font-family:Arial,Tahoma,Helvetica,Sans-serif;
font-size:11px;
height:28px;
line-height:25px;
margin:2px 0;
padding:5px 5px 0;
text-align:center;
}

div.pagination a {
	padding: 5px;
	margin: 5px  2px 2px 2px;
	background-color:#3e3e3e;
	text-decoration: none; /* no underline */
	color: #fff;
	height:22px;
	line-height:22px;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#E9D34D;
	color: #000;
}
div.pagination span.current {
	padding: 8px 5px 8px 5px;
	margin: 2px;
		font-weight: bold;
		background-color: #313131;
		color: #fff;
	}
div.pagination span.disabled {
		padding: 5px;
		margin: 2px;
		background-color:#3e3e3e;
		color: #868686;
	}
/*   Pagination   */

/*  CONTAINER RIGHT  */

#visita{
float:right;
position:relative;
padding:0 0 0 10px;
right:10px;
bottom:20px;
margin-bottom:5px;
}

#enlaces{
float:left;
position:relative;
bottom:0px;
}

/*  FOOTER  */
#footer {
	margin:0;
	padding:0;
	border-top: 1px solid #3E3E3E;
	clear: both;
	font-size: 100%;
	/*background: url(../images/maqueta/foot.jpg);*/
	background:url(../images/public/footer.jpg);
	color: #FFFFFF;
	height:40px;
	position:relative;
	bottom:10px;
}
#footer p {
	padding: 5px 0 5px 0;
	margin:0 0 0 5px;
	/*border-top: 1px solid #3E3E3E;*/
	font-size:12px;
	text-align:center;
}
#footer a { color: #fff; }
#footer a:hover{ text-decoration:none;color: #57DDF8; }
a.top-btn {
	position: relative;
	bottom: 25px;
	left: 90%;
	display: block;
	width: 24px;
	text-indent: -3000px;
	background: url(../images/public/top.gif) no-repeat;
}
a.top-btn:hover { 
	background: url(../images/public/tophover.gif) no-repeat;
	text-decoration: none;
}
/*  FOOTER  */
