body {
	margin: 10px auto auto auto;
	background-color: #970b00;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: white;
}

#container {
	width:1024px;
	margin:0 auto;
	padding:0px;
	/*border:1px solid white;*/
}

a { text-decoration:none; color:white;}
a:hover { text-decoration:underline; color:white;}

.negro {color:black;}

/*-------INTRO-----

#intro_prox {
	text-align: center;
	clear: both;
	width: 100%;
	height:100%;
	font-size:30px;
	padding:10px;
}*/



/*-------HEADER-----*/
#header {
	width:1024px;
	height:191px;
	background: url(images/logo_header.jpg) top left no-repeat;
	text-align:right;
	padding:0px 0 0 0;
	color:black;
	font-size:16px;
	/*border:1px solid white;*/
}

#header .mail a{
	color:black;
	text-decoration:none;
}

#header .mail a:hover {
	color:#CC9900;
	text-decoration:underline;
}

.mail{
	float:right;
} 


/*-------MENU-----*/
#menu {
	width:1024px;
	height:46px;
	background: url(images/fnd_menu.jpg) no-repeat;
	color:#cc9900;
	font-size:16px;
	/*border:1px solid green;*/
}

#menu ul{
	list-style-type: none;
	margin:0px;
	padding:12px 0 0 0;
	font-size:18px;
	white-space: nowrap;
	/*border:1px solid blue;*/	 
}

#menu ul li  {
	padding: 0;
	margin: 0 0px 0 34px;
	display: inline;
	/*border:1px solid yellow;*/
}

#menu ul li a:link{color:white; text-decoration:none;}
#menu ul li a:active{color:cc9900; text-decoration:none;}
#menu ul li a:visited{color:white; text-decoration:none;}
#menu ul li a:hover{color:#cc9900; text-decoration:none;}

#menu ul li .amarillo{color:#cc9900;}

#menu ul li .capitular{
	color:#cc9900;
	font-size:22px;
	padding:0;
	margin:0;
}

/*-------CONTENT-----*/

#content {
	width:1024px;
	height:650px;
	/*border:1px solid green;*/
}

#content .text {
	width:470px;
	height:610px;
	float:left;
	margin:0px;
	padding:40px 40px 0px 40px;
}

#content .text p {
	margin:0px;
	padding:0px 0 40px 0;
	font-size:20px;
}

#content .text p.peq {
	margin:0px;
	padding:0px 0 10px 0;
	font-size:14px;
}


#content .text p.peq a {
	font-weight:bold;
}

#content .text h2 {
	margin:0 0 10px 0px;
	padding:0px;
	font-size:22px;
	color:black;
	border-bottom:1px solid white;
}

#content h3 {
	margin:20px 0 5px 0px;
	padding:0px;
	font-size:18px;
	color:black;
	border-bottom:1px solid white;
	display:block;
}

#content .text a.siguiente {
	float:right;
	font-size:12px;
	text-decoration:none;
	color: white;
	border:1px solid #330000;
	padding:0 5px 0 5px;
}

#content .text a.siguiente:hover {
	text-decoration:none;
	color: white;
	background:#660000;
	border:1px solid #330000;
}

#content .text a.anterior {
	float:left;
	font-size:12px;
	text-decoration:none;
	color: white;
	border:1px solid #330000;
	padding:0 5px 0 5px;
}

#content .text a.anterior:hover {
	text-decoration:none;
	color: white;
	background:#660000;
	border:1px solid #330000;
}

#content .image {
	width:460px;
	height:650px;
	float:right;
	/*border:1px solid blue;*/
}

.festivales {
	padding:20px;
	width:984px;
}

.festivales h3 {
	font-size:18px;
	color:black;
	border-bottom:1px solid white;
}

.festivales ul {
	padding:10px 0 0 0; 
	margin:0; 
	list-style-type:none;
}

.festivales ul li {
	margin:0;
	padding:0;
	height:110px;
}

.festivales ul li img {
	border:1px solid white;
	margin-right:10px;
	display:block;
	clear:both;
}

/*-------TRAILER-----*/
#content .titTrailer {margin-left:100px;}
#content .trailer {width:320px; height:270px; padding:50px 100px 50px 100px ; margin: 0 0 20px 250px; background:black;}

/*-------FOTOS-----*/
#content .fotos {
	width:510px;
	height:630px;
	float:left;
	margin:0px;
	padding:20px 20px 0px 20px;}
	
#content .fotos img.galeria {border:1px solid white; margin-top:20px;}

#content .fotos .pieFoto {background:white; color:black; padding:5px}

#content .menuFotos {
	width:380px;
	height:610px;
	float:right;
	padding: 20px 20px 20px 60px;
}

#content .menuFotos img {border:1px solid white; margin: 1px 1px 0 0;}

#content .backstage {float:left; margin:50px 0 100px 150px;}
#content .fotofija {float:right; margin:50px 150px 100px 0;}
#content .fotografo {text-align:center; border:1px solid white; padding-bottom:5px; background:white;}


/*-------FOOTER-----*/

#footer {
	clear:both;
	width:1024px;
	margin-bottom:10px;
	padding:0px;
	font-size:10px;
	text-align:right;
	/*border:1px solid black;*/
}



