@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
a:link, a:visited	{ text-decoration: underline; color: #fff; }
a:hover	{ text-decoration: none; }

/* CSS Document */


.Estilo1 {
	color: #672119;
	font-weight: bold;
	font-size:36px;
}

.Estilo2 {
	color: #672119;
	font-weight: bold;
	font-size:20px;
	text-align: center;
}

.Estilo3 {
	color: #672119;
	font-weight: bold;
	font-size:15px;
	text-align: center;
}

.Estilo4 {
	color: #FFF;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	background-color:#672119;

}

.Estilo5 {
	font-family: Akka;
	color: #fdc94f;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	margin-right:3px;
}

.Estilo6 {
		font-family: Akka;
	color: #fdc94f;
	font-size:36px;
	font-weight: bold;
	text-align: center;
	margin:20px;
}


#quienes_content {
	margin-left: 5px;
	width: 460px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin-bottom: 10px;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}

#container {
	width:1000px;
}

body {
	background-color: #600;
	background-image: url(images/dongo1.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	margin-top: 1px;
	font: 13px/13px Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	text-align: center;
	margin: 0px;
	line-height:150%;
}

.anchuras {
	width: 1000px;
}

.anchuras_curvas {
	width: 1000px;
	-moz-border-radius: 4px 4px 4px 4px;
}

.curvitas {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	border: #672119;
	border:2px;
}

.curvitas_margen {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	margin: 4px 0px 4px 0px;
}

/*
#top_header {
	background: url(imagen/fila1.jpg);
	width: 932px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	margin: 4px 0px 4px 0px;
}
*/

#columna-a {
	float: left;
	width: 228px;
	height: 1%;
	margin-right: 1px;

}

#columna-b {
	float: left;
	width: 528px;
	height: 1%;
	/*background: url(images/fondo_chat.jpg) repeat-y;*/
	margin-left: 2px;
	margin-right: 2px;
}

#columna-c {
	/*background-color: #fcf3c8;*/
	float: left;
	width: 228px;
	height: 1%;
	margin-left: 1px;
}

#footer {
	clear: both;
	background-image: url(images/fbg.jpg);
	background-repeat: repeat-x;
	height:84px;
	color: #FBFBF9;
}

#publi_colum_a {
	width: 228px;
	height: 1%;
	margin-right: 4px;
}

#publi_colum_b {
	width: 528px;
	height: 1%;
	margin-left: 2px;
	margin-right: 2px;

}

#publi_colum_c {
	width: 228px;
	height: 1%;
	margin-left: 4px;
}

.publicidades_ac {
	width: 228px;
	border: thin solid #fdc94f;
	margin-bottom: 6px;
}

.publicidades_b {
	width: 528px;
	border: thin solid #fdc94f;
	margin-bottom: 6px;
}


/*********************PUBLICIDADES DE CENTRAL*************************/

.central_home{
	background: url(imagen/eventos/lenin_logo.jpg);
	width: 250px;
	height: 200px;
	border: thin solid #fdc94f;
	margin: 6px;
}
/**************TOP MENU**************/

.jqueryslidemenu{
	font: bolder 13px Arial;
	background: url(imagen/back_menu.jpg);
	width: 1000px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	margin: 4px 0px 4px 0px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: url(imagen/back_menu.jpg); /*background of tabs (default state)*/
color: #333333;
padding: 8px 10px;
border-right: 1px solid #fdc94f;
color: #333333;
text-decoration: none;
-moz-border-radius: 4px 4px 4px 4px;

}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #333333;
}

.jqueryslidemenu ul li a:hover{
background: #e5daa4; /*tab link background during hover state*/
color: black;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: bold 13px Verdana;
	width: 100%; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #e5daa4;
color: black;
}

/******Footer Menu*******/

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #333333;
}

.jqueryslidemenu ul li a:hover{
background: #e5daa4; /*tab link background during hover state*/
color: black;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: bold 13px Verdana;
	width: 100%; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5daa4;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #e5daa4;
color: black;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*********GRUPOS DISPONIBLES******************/

.bubblewrap{
	/*background: url(imagen/grupos/fondo_grupos.jpg);*/
	list-style-type:none;
	padding:0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}

.bubblewrap li{
		
display:inline;
width: 30px;
height: 30px;
}

.bubblewrap li img{
width: 30px; /* width of each image.*/
height: 30px; /* height of each image.*/
border:0;
margin-right: 9px;
margin-bottom: 9px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap li img:hover{
-moz-transform:scale(1.4); /*scale up image 1.8x*/
-webkit-transform:scale(1.4);
-o-transform:scale(1.4);
}

.home_cuadro {
	margin: 1px;
}

.thumbnail{
	margin-right: 10px;
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 10000;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50px;
left: 60px; /*position where enlarged image should offset horizontally */

}

/******DJ ESTILOS COLUMNA C************/

.style_dj {
	margin: 4px 0px 6px 2px;
	border: 1px solid #fdc94f;
}

.link_home {
	text-align: left;
	width: 528px;
	margin: 8px 4px 8px 4px;
}

.inter_home {
	float: left;
	width: 250px;
	height: 120px;
	margin: 5px;
}