﻿#pagina {
	/*border: 1px solid #C0C0C0;*/
	position: relative;
	width: 760px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: verdana;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
#menu {
	position: absolute;
	width: 620px;
	height: 70px;
	top: 25px;
	left: 0px;
}
#logo {
	width: 110px;
	height: 600px;
	position: absolute;
	top: 6px;
	left: 641px;
}
#copyright {
	width: 121px;
	height: 31px;
	position: absolute;
	top: 566px;
	left: 26px;
}
#contacto {
	width: 450px;
	height: 20px;
	position: absolute;
	top: 580px;
	left: 195px;
}
#contenido {
	width: 621px;
	height: 488px;
	position: absolute;
	top: 76px;
	left: 7px;
}
.posMenuInicio {
	position: absolute;
	left:0px;
	
}
a.rolloverHome {
    display: block;
    width: 69px;
    height: 35px;
    background: url('../../Images/Site/master/menuInicio.gif') 0 0 no-repeat;
    text-decoration: none;
    background-position: top;
}
a:hover.rolloverHome {
	background-position: bottom;
}

.posMenuServicios {
	position: absolute;
	left: 70px;
	top: 0px;
}
a.rolloverServicios {
    display: block;
    width: 106px;
    height: 35px;
    background: url('../../Images/Site/master/menuServicios.gif') 0 0 no-repeat;
    text-decoration: none;
    background-position: top;
}
a:hover.rolloverServicios {
	background-position: bottom;
}
.posMenuFotografias {
	position: absolute;
	left: 168px;
	top: 0px;
}
a.rolloverFotografias {
    display: block;
    width: 124px;
    height: 35px;
    background: url('../../Images/Site/master/menuFotografias.gif') 0 0 no-repeat;
    text-decoration: none;
    background-position: top;
}
a:hover.rolloverFotografias {
	background-position: bottom;
}
.posMenuComentarios {
	position: absolute;
	left: 295px;
}
a.rolloverComentarios {
    display: block;
    width: 124px;
    height: 35px;
    background: url('../../Images/Site/master/menuComentarios.gif') 0 0 no-repeat;
    text-decoration: none;
    background-position: top;
}
a:hover.rolloverComentarios {
	background-position: bottom;
}

.posMenuContacto {
	position: absolute;
	left: 421px;
}
a.rolloverContacto {
    display: block;
    width: 103px;
    height: 35px;
    background: url('../../Images/Site/master/menuContacto.gif') 0 0 no-repeat;
    text-decoration: none;
    background-position: top;
}
a:hover.rolloverContacto {
	background-position: bottom;
}

.posMenuClientes {
	position: absolute;
	left: 522px;
}
a.rolloverClientes {
    display: block;
    width: 92px;
    height: 35px;
    background: url('../../Images/Site/master/menuClientes.gif') 0 0 no-repeat;
    text-decoration: none;
    background-position: top;
}
a:hover.rolloverClientes {
	background-position: bottom;
}


/* Roll overs del Menu */

/* inicio */
ul#botonInicio {  
	list-style:none;
	margin:0;
	padding:0;
	width: 69px;
	height: 35px;
}
ul#botonInicio li a {
	display: block;
	width: 69px;
	height: 35px;
	text-decoration: none;
}
ul#botonInicio li a:hover {
	background-position: 0px bottom;
}
#listaInicio {
	background-image: url('../../imagenes/menuInicio.gif');
	background-repeat: no-repeat;
}
/* servicios */
ul#botonServicios {  
	list-style:none;
	margin:0;
	padding:0;
	width: 106px;
	height: 35px;
}
ul#botonServicios li a {
	display: block;
	width: 106px;
	height: 35px;
	text-decoration: none;
}
ul#botonServicios li a:hover {
	background-position: 0px bottom;
}
#listaServicios {
	background-image: url('../../imagenes/menuServicios.gif');
	background-repeat: no-repeat;
}
/* fotografias */
ul#botonFotografias {  
	list-style:none;
	margin:0;
	padding:0;
	width: 124px;
	height: 35px;
}
ul#botonFotografias li a {
	display: block;
	width: 124px;
	height: 35px;
	text-decoration: none;
}
ul#botonFotografias li a:hover {
	background-position: 0px bottom;
}
#listaFotografias {
	background-image: url('../../imagenes/menuFotografias.gif');
	background-repeat: no-repeat;
}
/* comentarios */
ul#botonComentarios {  
	list-style:none;
	margin:0;
	padding:0;
	width: 124px;
	height: 35px;
}
ul#botonComentarios li a {
	display: block;
	width: 124px;
	height: 35px;
	text-decoration: none;
}
ul#botonComentarios li a:hover {
	background-position: 0px bottom;
}
#listaComentarios {
	background-image: url('../../imagenes/menuComentarios.gif');
	background-repeat: no-repeat;
}
/* contacto */
ul#botonContacto {  
	list-style:none;
	margin:0;
	padding:0;
	width: 103px;
	height: 35px;
}
ul#botonContacto li a {
	display: block;
	width: 103px;
	height: 35px;
	text-decoration: none;
}
ul#botonContacto li a:hover {
	background-position: 0px bottom;
}
#listaContacto {
	background-image: url('../../imagenes/menuContacto.gif');
	background-repeat: no-repeat;
}
/* clientes */
ul#botonClientes {  
	list-style:none;
	margin:0;
	padding:0;
	width: 92px;
	height: 35px;
}
ul#botonClientes li a {
	display: block;
	width: 100px;
	height: 35px;
	text-decoration: none;
}
ul#botonClientes li a:hover {
	background-position: 0px bottom;
}
#listaClientes {
	background-image: url('../../imagenes/menuClientes.gif');
	background-repeat: no-repeat;
}
/* FIN de Roll overs del Menu */


.piePagina {
	font-family: verdana;
	color: #FF9933;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
}
.copyright {
	font-family: verdana;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
}

#rayaMenu {
	position: absolute;
	width: 625px;
	height: 30px;
	top: 30px;
	left: 3px;
}
/* pruebas menu nuevo */
.inicioPrueba {
	background-image: url('../../imagenes/menuInicio.gif');
	background-repeat: no-repeat;
}
