body {
	background-color:#EBEBEB;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	font-size:12px;
}

h1, h2, h3 , p {
	padding:0;
	margin:0;
}

img {
	border:0;
}

#header {
	background-color:#000;
	height:100px;
	border-bottom:1px solid #000;
}

#header div {
	width:760px;
	margin:0px auto;
}

#main {
	width:760px;
	height:550px;
	margin:0px auto;
}

.bg-home {
	background:url('./imagenes/pablo-camacho-bgr.jpg') no-repeat center;
}

.bg-bio {
	background:url('./imagenes/bg-bio.jpg') no-repeat center right;
}

.bg-contacto {
	background:url('./imagenes/bg-contacto.jpg') no-repeat center left;
}

.bg-show {
	background:url('./imagenes/bg-show.jpg') no-repeat center left;
}


#main #menu {
	width:100%;
	text-align:right;
	padding-top:4px;
}

#main #menu ul {
	margin:0;
	margin-right:26px;
	padding:0;
	line-height:14px;	
}

#main #menu ul li {
	display:inline;
	margin:0;
	padding:0;
	line-height:14px;		
}

#main #menu ul li a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
/*	background-image:url('./imagenes/bg-trans.png');	*/
	background-color:#FFF;
	padding:3px 20px;
	border:1px solid #000;	
	color:#000000;	
}

#main #menu ul li a:hover, #main #menu ul li.set a {
	background-image:none;
	background-color:#000;
	color:#FFF;
}

.content-right {
	width:330px;
	border:1px solid #FFF;
	position:relative;
	padding:20px;
	top:50px;
	left:350px;
}

.content-right h2 {
	font-size:24px;
}

.content-right .contacto {
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:bold;
}

.content-right .contacto:hover {
	text-decoration:underline;
}

.content-right .contacto span {
	margin-left:10px;
	top:-28px;
	position:relative;
}

.content-center {
	width:560px;
	background:url('./imagenes/bg-trans-2.png');	
	position:relative;
	padding:20px;
	top:50px;
	left:80px;
	color:#000;
}

.content-gal {

}

.content-video {
	width:250px;
	float:left;
}

.content-video div {
	width:150px;
	height:50px;
	padding:10px 10px 10px 90px;
	margin-bottom:5px;	
}

.content-video div a {
	color:#FFF;
	text-decoration:none;
}

.content-video div#video-1 {
	background-color:#000;
	background:#000 url('./imagenes/logo_youtube.png') no-repeat left;
}

.content-video div#video-2 {
	background-color:#000;
	background:#000 url('./imagenes/logo_youtube.png') no-repeat left;	
}

.content-video div#video-3 {
	background-color:#000;
	background:#000 url('./imagenes/logo_youtube.png') no-repeat left;		
}

.content-video div#video-4 {
	background-color:#000;
	background:#000 url('./imagenes/logo_youtube.png') no-repeat left;		
}

.content-video-player {
	width:510px;
	float:left;
}

#footer {
	border-top:1px solid #000;
	background-color:#000;
	color:#FFF;
	padding:20px 0 50px;
}

#footer div {
	width:760px;
	margin:0px auto;
}

a.open {
	display:none!important;
}