@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu Mono';
	background-image: url(../images/luces-coloridas-hd-709.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#contenedor {
	-webkit-box-shadow: 0px 0px 15px 10px rgba(33, 178, 188, 0.75);
	-moz-box-shadow: 0px 0px 15px 10px rgba(33, 178, 188, 0.75);
	box-shadow: 0px 0px 15px 10px rgba(33, 178, 188, 0.75);
	margin: auto;
	height: 500px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 70px;
	right: 0px;
	bottom: 0px;

}
#nombre1 {
	margin: auto;
	height: 100px;
	width: 320px;
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	background-image: url(../images/logo.png);
	top: 10px;
}

#header {
	background-color: #FFF;
	float: left;
	height: 500px;
	width: 220px;
	font-family: 'Ubuntu Mono';	
}
#logo {
	margin: auto;
	height: 108px;
	width: 108px;
	padding-top: 20px;
}
#menu {
	text-align: center;
}

#contenido {
	height: 500px;
	width: 740px;
	background-image: url(../images/bg_contenido.jpg);
	background-repeat: repeat-y;
	float: left;
}
#galeria {
	height: 500px;
	width: 740px;
	padding: 20px;
}
#galeria a img {
	border: 2px solid #333;
	margin-right: 15px;
	margin-bottom: 15px;
}
#menu ul {
	margin-top: 50px;
	padding: 0px;
}


#menu ul li {
	list-style-type: none;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #F00;
}

#menu ul li a {
	text-decoration: none;
	color: #000;
}
#menu ul li a:hover {
	color: #6FC;
}

#contacto {
	height: 500px;
	width: 720px;
	background-image: url(../images/bg_mapa.jpg);
	padding-left: 20px;
}

#contacto01 {
	height: 300px;
	padding-top: 200px;
	float: left;
	padding-right: 20px;
	width: 330px;
	color:#FFF;
}

#contacto01 h1 {
	color: #3F6;
	font-family: 'Ubuntu Mono';

}

#contacto02 {
	height: 300px;
	padding-top: 200px;
	float: left;
	width:370px;
	color:#FFF;
}
#contacto02 textarea {
	width: 250px;
	background-color: transparent;
	color: #3F6;
	border: 1px solid #999;
	font-family: 'Ubuntu Mono';
}

input {
	width: 250px;
	background-color: transparent;
	color: #0F0;
	border: 1px solid #999;
	font-family: 'Ubuntu Mono';
}
#enviar {
	width: 80px;
	color: #FFF;
}
#sobremi {
	height: 500px;
	width: 740px;
	background-image: url(../images/fondo1.jpg);
}
#sobremi_info {
	float: left;
	height: 300px;
	width: 330px;
	padding-top: 200px;
	padding-left: 20px;
	color: #3F6;
	padding-right: 20px;
}
p {
	color: #FFF;
}
