* {
	margin: 0;
	padding: 0;
}

body{
	background:#333;
	padding:0;
	margin:0;
	font-family: Arial, sans-serif;
	color:#FFF;
}
#maestro{
	position:absolute;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}
#contenedor_maestro h1 {
	position: absolute;
	margin-top:-102px;
	background: url(../images/logo.png) no-repeat;
	width: 320px;
	height: 181px;
	text-indent: -9999px;
	overflow: hidden;
}	

#top{
	position:absolute;
	background:url(../images/top_datos.png) no-repeat right;
	height:25px;
	width:490px;
	color:#FFF;
	top: 0px;
	right: 0px;
	text-align:center;
	font-size:13px;
	padding-top:2px;
}
#contenedor_maestro{
	width:960px;
	margin:auto;
	margin-top:100px;
	}
#contenedor{
	margin:auto;
	background:#FFF url(../images/contenido_bg.png) center;
	background:#FFF url(../images/bg.jpg) center;
	height:530px;
	width:900px;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#menu_top{
	position:relative;
	font-weight:bold;
	background:url(../images/top_menu.png) right no-repeat;
	width:549px;
	height:53px;
	float:right;
	top:-20px;
}
#menu_top ul {
	margin-top:16px;
	text-align:center;
}
a{color:#FFF; text-decoration:none;}
#menu_top li{
	display: inline;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	border-right: 1px #333 double;
	padding: 15px;
}
#menu_top li.left{
	display: inline;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	border-left: 1px #333 double;
	padding: 15px;
}
#menu_top li:hover{
	background:#000;
}
#menu_top ul li a:hover {
	color:#FF0;
	text-decoration: none;
	border-top:1px #FF0 solid;
	border-bottom:1px #FF0 solid;
	padding-top:5px;
	padding-bottom:5px;
}
#menu_left{
	position:relative;
	font-weight:bold;
	font-size:12px;
	background:url(../images/left_menu.png);
	width:140px;
	height:247px;
	left:-30px;
	top:120px;
}

#menu_left li{
	list-style:none;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:25px;
	border-bottom:#333 solid 1px;
}
#menu_left li:hover{
	list-style:none;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:25px;
	border-bottom:#333 solid 1px;
	background:#000;
}
#contenido{
	position:relative;
	background:#000;
	width:565px;
	height:410px;
	margin-left:115px;
	margin-top:-180px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	padding:5px;
	overflow:auto;
}
#publicidad{
	text-align:center;
	width:200px;
	height:390px;
	padding:10px;
	float:right;
	margin-right:10px;
	margin-top:-410px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#centrar{
	text-align:center;
	margin:auto auto;
}
#firma{
	height:40px;
	background:url(../images/zains.jpg) no-repeat 30px 0px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding:5px 40px;
	color:#FFF;
}
#fotos_titulo{
	position:relative;
	top:0px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	color:#09C;
}
#fotos_descripcion{
	text-align:justify;	
	color:#FFF;
	font-size:12px;
	padding:5px;
}
#fotos_fecha{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
#fotos_barra{
	border-bottom:1px #FFF solid;
}