body {
	margin: 0;
	padding: 0;
	background: #7CB0DF;
}
@media (min-width:1025px){
#contenedor {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	text-align:right;
	width: 100%;
	height: 100%;
	background: #7CB0DF;
	min-width:1024px;
}
#contenedor a{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	color:black;
}
#contenedor a:link{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
#contenedor a:visited{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
#contenedor a:hover{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
#contenedor img {
    width: 90%;
    height: 235px;
}
#linea_cabecera {
	position: absolute;
	background: black;
	width: 100%;
	min-width:1024px;
	height: 15px;
	top: 235px;
	left: 0px;
}
#redes {
	position: absolute;
	background: black;
	width: 92px;
	height: 30px;
	top: 210px;
	right: 0px;
}
#redes img {
    width: 30px;
    height: 30px;
}
#barra_izquierda {
	position: absolute;
	background: #7CB0DF;
	width: 30px;
	height: 100%;
	min-height:768px;
	top: 0px;
	left: 0px;
}
#menu {
	position: absolute;
	background: black;
	width: 240px;
	height: 100%;
	min-height:768px;
	top: 0px;
	left: 30px;
}
#logo {
	position: absolute;
	width: 200px;
	height: 130px;
	top: 20px;
	left: 20px;
}
#logo img {
    width: 100%;
    height: auto;
}
#menuHola {
	position: absolute;
	background: #e46764;
	width: 200px;
	height: 44px;
	top: 280px;
	left: 20px;
	font-size: 30px;
	cursor: hand;
}
#menuVisitas {
	position: absolute;
	background: #ceb48d;
	width: 200px;
	height: 44px;
	top: 350px;
	left: 20px;
	font-size: 28px;
	cursor: hand;
}
#menuGaleria{
	position: absolute;
	background: #46866f;
	width: 200px;
	height: 44px;
	top: 420px;
	left: 20px;
	font-size: 28px;
	cursor: hand;
}
#menuContacto {
	position: absolute;
	background: #7f7ea8;
	width: 200px;
	height: 44px;
	top: 490px;
	left: 20px;
	font-size: 28px;
	cursor: hand;
}
#hola {
	position: absolute;
	background: #e46764;		
	top: 250px;
	height: 500px;
	min-width:754px;
	left: 270px;
	right: 0px;
}
#visitas {
	position: absolute;
	background: #ceb48d;		
	top: 250px;
	min-width:754px;
	height: 500px;
	left: 270px;
	right: 0px;
}
#visitas img {
    width: 200px;
    height: 150px;
}
#galeria {
	position: absolute;
	background: #46866f;		
	top: 250px;
	height: 500px;
	min-width:754px;
	left: 270px;
	right: 0px;
}
#galeria img {
    width: auto;
    height: 120px;
}
#contacto {
	position: absolute;
	background: #7f7ea8;		
	top: 250px;
	height: 500px;
	min-width:754px;
	left: 270px;
	right: 0px;
	color:white;
}
#contacto img {
    width: 76px;
    height: 76px;
}
#contacto td{
	color:white;
}
#contacto a{
	color:white;
}
#nombre {
	position: absolute;
	background: white;
	width: 430px;
	height: 46px;
	top: 685px;
	left: 60px;
	font-size: 31px;
	z-index:998;
}
#linea_abajo {
	position: absolute;
	background: black;
	width: 100%;
	height: 15px;
	min-width:1024px;
	top: 745px;
	left: 0px;
	z-index:998;
}
#linea_fondo {
	position: absolute;
	background: #7CB0DF;
	width: 100%;
	height: 10px;
	top: 760px;
	left: 0px;
	min-width:1024px;
	z-index:-1;
}
}
@media screen and (max-width: 1024px){
#contenedor {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	text-align:right;
	width: 100%;
	background: #7CB0DF;
	min-width:499px;
}
#contenedor a{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	color:black;
}
#contenedor a:link{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
#contenedor a:visited{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
#contenedor a:hover{
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}
#contenedor img {
    width: 100%;
    height: 150px;
}
#linea_cabecera {
	position: absolute;
	background: black;
	width: 10px;
	height: 100%;
	visibility:hidden;
}
#redes {
	position: absolute;
	background: black;
	width: 92px;
	height: 30px;
	top: 210px;
	right: 0px;
	visibility:hidden;
}
#barra_izquierda {
	position: absolute;
	background: #7CB0DF;
	width: 30px;
	height: 100%;
	min-height:768px;
	top: 0px;
	left: 0px;
	visibility:hidden; 	
}
#menu {
	position: absolute;
	background: black;
	width: 100%;
	height: 75px;
	top: 150px;
	left: 0px;
}
#logo {
	position: absolute;
	width: 80px;
	height: 55px;
	top: 	-125px;
	left: 20px;
}
#logo img {
    width: 100%;
    height: auto;
}
#menuHola {
	position: absolute;
	background: #e46764;
	width: 100px;
	height: 34px;
	top: 20px;
	left: 20px;
	font-size: 20px;
	cursor: hand;
}
#menuVisitas {
	position: absolute;
	background: #ceb48d;
	width: 100px;
	height: 34px;
	top: 20px;
	left: 130px;
	font-size: 20px;
	cursor: hand;
}
#menuGaleria{
	position: absolute;
	background: #46866f;
	width: 100px;
	height: 34px;
	top: 20px;
	left: 240px;
	font-size: 20px;
	cursor: hand;
}
#menuContacto {
	position: absolute;
	background: #7f7ea8;
	width: 100px;
	height: 34px;
	top: 20px;
	left: 350px;
	font-size: 20px;
	cursor: hand;
}
#hola {
	position: absolute;
	background: #e46764;		
	top: 235px;
	height: 500px;
	left: 15px;
	right: 0px;
}
#visitas {
	position: absolute;
	background: #ceb48d;		
	top: 235px;
	height: 500px;
	left: 15px;
	right: 0px;
}
#visitas img {
    width: 150px;
    height: 100px;
}
#galeria {
	position: absolute;
	background: #46866f;		
	top: 235px;
	height: 500px;
	left: 15px;
	right: 0px;
}
#galeria img {
    width: 100px;
    height: auto;
}
#contacto {
	position: absolute;
	background: #7f7ea8;		
	top: 235px;
	height: 500px;
	left: 15px;
	right: 0px;
	color:white;
}
#contacto img {
    width: 76px;
    height: 76px;
}
#contacto td{
	color:white;
}
#contacto a{
	color:white;
}
#nombre {
	position: absolute;
	background: white;
	width: 430px;
	height: 40px;
	top: 710px;
	left: 0px;
	font-size: 22px;
	z-index:998;
}
#linea_abajo {
	position: absolute;
	background: black;
	width: 100%;
	height: 15px;
	top: 760px;
	left: 0px;
	z-index:998;
}
#linea_fondo {
	position: absolute;
	background: #7CB0DF;
	width: 100%;
	height: 10px;
	top: 775px;
	left: 0px;
	min-width:640px;
	z-index:-1;
}
}
#visita1 {
	background: #ceb48d;
	font-family: 'Oswald', sans-serif;	
	z-index:999;
}
#visita2 {
	background: #ceb48d;
	font-family: 'Oswald', sans-serif;	
	z-index:999;
}
#visita3 {
	background: #ceb48d;
	font-family: 'Oswald', sans-serif;
	z-index:999;	
}
#visita4 {
	background: #ceb48d;
	font-family: 'Oswald', sans-serif;	
	z-index:999;
}
.fondo-verde {
	background-color: #46866f;
	color: white;
}
.fondo-blanco {
	background-color: white;
	color: black;
}
.subrayado_bajo {
	color: #006bb6;
}
