@charset "UTF-8";
/* CSS Document */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000 url(./../images/background.jpg) repeat-x top;
	margin: 0;
	color:#666;
	text-align:center;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}


.left {
	height: 173px;
	width: 101px;
	float: left;
	padding: 0px 0;
	margin: 0;
	left:0px;
	top:0px;
	position:absolute;
}
.right {
	height: 173px;
	width: 101px;
	right:0px;
	top:0px;
	padding: 0px 0;
	margin: 0;
	position:absolute;
}

.photohead {
	height:254px;
	width:200px;
	background-image:url(./../images/img001.jpg);
	background-repeat:no-repeat;
	float:left;
	margin: 0px 0px 0px auto;
}
.logo
{
	height: 123px;
	width: 343px;
	float: left;
	margin:0 0 0 110px;
	top:0px;
}
.menu
{
height: 44px;
	width: 600px;
	float: left;
	margin-left:0px;
	margin:auto;
	}

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

.foot {
	width: 100%;
	height: 31px;
	background-image: url(./../images/foot.jpg);
	background-repeat: repeat-x;
	float: left;
	text-align: center;
	margin:80px 0 0 0;
	clear:both;
}
.title{
	width:auto;
	height:auto;
	float:left;	
	margin: 64px 0 0 -9px;
}


/* MATERIAL DE SECCIONES */
	
	/* HOME */
	html>body .introflash{
		width:auto;
		height:auto;
		float:left;	
		margin: 50px 0 0 92px;
	}
	.introflash{
		width:auto;
		height:auto;
		float:left;	
		margin: 50px 0 0 40px;
	}
	.pelicula{
		width:auto;
		height:auto;
		background:#2b2b2b;
		padding:5px;
		text-align:center;
		margin-bottom:10px;

	}
	.columna-right{
		width:200px;
		height:auto;
		float:left;
		margin:46px 0 0 50px;
		text-align:justify;
	}
	
	/* BIOGRAFIA */
	.contenedor-bio{
	width:850px;
	height:auto;
	float:left;
	margin:0;
	}
	.columna-left{
		width:180px;
		height:auto;
		float:left;
		margin:40px auto auto 10px;
		text-align:justify;
	}
	.texto-bio{
		max-width:600px;
		width:auto;
		height:auto;
		float:left;
		margin:50px auto auto 30px;
		text-align:justify;
		color: #666;
		font: Tahoma, Geneva, sans-serif;
		font-size:13px;
	
	}
	/* AGENDA */
	.texto-agenda{
		max-width:500px;
		width:auto;
		height:auto;
		float:left;
		margin:35px auto auto 60px;
		text-align:justify;
		color: #323232;
	
	}
	/* CONTACTO */
	.correo{
		max-width:400px;
		width:auto;
		padding:10px;
		background-color:#E7E7E7;
		border:1px #CCC dotted;
		text-align:center;
		color:#000;
	}
	#Mensaje{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
	}
	.form{
		background-color:#5e5e5e;
		color:#000;
		border:0;
		padding-left:5px;
		padding-right:5px;
	}
	html>body .texto-correo{
		width:500px;
		height:auto;
		float:right;
		margin:40px auto auto auto;
		text-align:justify;
		color: #666;
	}
	.texto-correo{
		width:auto;
		height:auto;
		float:right;
		margin:40px auto auto -25px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

	}
	/* MULTIMEDIA */
	.texto-multimedia #gallery {
		margin: 0px 20px 20px auto;
		border:5px solid #CCC;
	}
	html>body .texto-multimedia {
		max-width:600px;
		width:auto;
		height:auto;
		float:left;
		margin:20px auto 60px 30px;
		color: #323232;
	}
	.texto-multimedia {
		max-width:600px;
		width:auto;
		height:auto;
		float:left;
		margin:30px auto 60px 30px;
		color: #323232;
	}
	
	/* ESPECTACULOS */
	.contenedor-espectaculos{
		width:850px;
		height:auto;
		float:left;
		margin:30px auto 60px auto;
	}
	html>body .div-fondo{
	margin:auto 35px auto 35px;	
	float:left;
	width:204px;
	}
	.div-fondo{
	margin:auto 30px auto 30px;	
	float:left;
	width:204px;
	}
	.div-fondo div{
	margin:10px auto auto auto auto;	
	float:left;
	width:auto;
	text-align:justify;
	padding:5px;
	}
	
	.div-fondo p{
	color:#CCC;	
	}
	
