
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x:hidden;
	}


body {
	background:#000000;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	text-align:center;
	line-height:1.2em;
	color:#999999;
	margin:50px 0px;
	padding:0;
	
}

#contenedor {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-197px;
	margin-left:-322.5px;
	height:394px;
	width:645px;
	text-align:left;
	padding:0;

}
 
#menu {
	float:left;
	width:100px;
	margin:0;
	}
ul {  
	list-style:none;
	margin:0;
	padding:0;
	}
ul li {
	position:relative;
	border-top:1px solid #FFFFFF;
	width:100px;
	margin:0;
	height:13px;
	padding:5px 0 5px 0;

	}

ul li a {
	display:block;
	position:relative;
	width:100px;
	height:13px;
	margin:0;  
	text-decoration:none;
}

ul li a span {
	display:none; /*Oculto el texto.*/
}

a.inicio:link, a.inicio:visited {
	background:url(imagenes/menu/inicio-out.gif) no-repeat; margin:0; padding:0;}
	
a.inicio:hover {
	background:url(imagenes/menu/inicio-over.gif) no-repeat; margin:0; padding:0;}
	
a.sobreir:link, a.sobreir:visited {
	background: url(imagenes/menu/sobreir-out.gif) no-repeat; margin:0; padding:0;}
a.sobreir:hover {
	background:url(imagenes/menu/sobreir-over.gif) no-repeat; margin:0; padding:0;}	
	
a.novias:link, a.novias:visited {
	background:url(imagenes/menu/galerias-out.gif) no-repeat; margin:0; padding:0;	}
a.novias:hover {
	background:url(imagenes/menu/galerias-over.gif) no-repeat; margin:0; padding:0;}
a.accesorios:link, a.accesorios:visited { 
	background: url(imagenes/menu/accesorios-out.gif) no-repeat; margin:0; padding:0;}
a.accesorios:hover {
	background:url(imagenes/menu/accesorios-over.gif) no-repeat; margin:0; padding:0;}	
a.mensajes:link, a.mensajes:visited { 
	background: url(imagenes/menu/mensajes-out.gif) no-repeat; margin:0; padding:0;}
a.mensajes:hover {
	background:url(imagenes/menu/mensajes-over.gif) no-repeat; margin:0; padding:0;}
	
.contacto {	
	background:url(imagenes/menu/contacto-over.gif) no-repeat;
	border-bottom:1px solid #FFFFFF; margin:0; padding:0 0 5px 0;}

	
.foto {
	float:left;
	width:100px;
	border: 1px solid #FFFFFF;
	padding: 5px 0;
	margin-top: 10px;
	text-align:center;
	z-index:2;
		}
#iframe {
	float:left;
	margin-left:20px;
	width:500px;
	height:340px;
	border: 1px solid #FFFFFF;
	padding:10px;
	}	
#iframe-contacto {
	float:left;
	margin-left:20px;
	width:500px;
	height:380px;
	border: 1px solid #FFFFFF;
	padding:10px;
	}		
.texto {
	border-bottom:#FFFFFF solid 1px;
	text-align:center;
	letter-spacing:0.1em;
	color:#FFFFFF;
	padding-bottom: 10px;
	}	
.bold {
	color: #FFFFFF;
	font-weight: bold;
}
#design {
	float:right;
	width:302px;
	height:10px;
	text-align:right;
	margin-top:5px;
	}
a.mail:link, a.mail:visited {
	text-decoration:none; 
	color:#FFFFFF;
	font-weight:bold;
	}
a.mail:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
	}		

#formContacto {
	float:left;
	width:430px;
	font-size:14px;
	color:#ffffff;
	background:#000000;
	padding:0px 10px 10px 70px;
	}

.camposForm {
	background-color:#000000;
	border-bottom:#ffffff 1px solid;
	border-top:0;
	border-left:0;
	border-right:0;
   	color:#ffffff;
	}	
.camposForm:focus {
	background:#666666;
	color:#FFFFFF;
	}	
.textarea {

	background-color:#000000;
	border:#ffffff 1px solid;
   	color:#ffffff;
	}	
.textarea:focus {
	background:#666666;
	color:#FFFFFF;
	}		
.boton {
	color:#FFFFFF;
	background-color:#000000;
	border:#fffff 1px solid;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	letter-spacing:2px;
	}

.divTituloFormContacto {
	float:left;
	width: 70px;
	margin: 10px 0 0 0;
	color: #ffffff;
	font-weight: bold;
	}
.divCampoFormContacto {
	float:left;
	margin: 10px 0 0 0;
	}	
.divBTenviar {
	float:left;
	width: 135px;
	margin: 20px 0 0 20px;
	color: #333333;
	font-weight: bold;
	}	
.contcampos {
	float:left;
	width:500px;
	}

