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

html, body{
	margin:0;
	padding:0;
	height:100%;
	}
body{
	background:#67696e url(../images/bg_main.jpg) top left repeat-x;
	font : 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	}


.opening{
	width:219px;
	height:219px;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	}
.contenedor{
	width:700px;
	padding:0;
	margin:0 auto;
	}
.contenedor .colLeft{
	padding:45px 0 0;
	margin:0;
	width: 300px;
	float: left;
	text-align: center;
	}
.contenedor .colRight{
	padding:0;
	margin:0;
	width: 400px;
	float: left;
	background: white;
	}
		
/************************************* NAV */
.colRight #nav ul, li {
 margin: 0; padding: 0;
 overflow: hidden;
}

.colRight ul#nav li {
 float: left;
 list-style: none;
 position: relative; /* IE fix */
}

.colRight ul#nav li a:hover {
 text-decoration: none;
}
/* if JS */
.colRight ul#nav li a span {
 	width: 100px;
 	padding: 10px 0;
    display: block;
    background: white;
    color: #e82a8c;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.colRight ul#nav li a span:first-child {
    background: black;
    color: white;
}


/************************************* CONTENIDO */
.colRight .secciones{
	padding: 15px 10px;
}
.colRight .secciones h1{
	padding: 15px 10px;
	background:  #e82a8c;
	font-size: 1.3em;
	color: white;
	text-transform: uppercase;
}
.colRight .conetenido{
	padding: 0 10px 15px 10px;
	color: white;
}

.conetenido p{
	margin-bottom: 5px;
	color: #666;
	line-height: 15px;
	}
.conetenido p.star{
	background: url(../images/ico_star.gif) top left no-repeat;
	padding-left: 20px;
	}
	
/************************************* CONTENIDO */
.colRight .eventos{
	padding: 15px 0 0;
}
.colRight .eventos h1{
	padding: 10px 20px;
	background:  black;
	font-size: 1.3em;
	color: white;
	text-transform: uppercase;
}
.colRight .flyer{
	padding: 10px 0;
	margin: 1px 0 0;
	background: black;
	text-align: center;
	}

/******** GALERIAS */
.galeria{ background:black; padding:5px; float:left;}
.galeria:hover{background:  #e82a8c;}
/************************************* PIE */
.footer{
	width: 700px;
	margin: 20px auto;
	text-align: right;
	color: white;
	}
.footer p{
line-height: 14px;}
.footer .text1{
	font-size: 1.1em;
	font-style: italic;
	}
.footer .text2{
	font-size: .9em
	}
.footer img{
margin: 15px 0 0 20px;
	}
