/* ESTRUCTURA DEL SITIO */
body{
	margin:0;
	padding:0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#centrado{
	text-align:center;
}

#contenedor{
	position:absolute;
	width:840px;
	height:600px;
	background:#000;	
	color:#FFF;
	margin-right: auto;
	top:50%; 
	margin-top:-300px;
	left:50%;
	margin-left:-420px;
	border:1px solid #666666;
}

#firma-catalogo{
	float: right;
	margin:730px 206px 0 0;
}

#firma{
	float: right;
	margin-top:5px;
}



#contenedor-prensa{
	position:absolute;
	width:840px;
	background:#000;	
	color:#FFF;
	margin-right: auto;
	top:50%; 
	margin-top:-300px;
	left:50%;
	margin-left:-420px;
	border:1px solid #666666;
}


#menu{
	width:146px;
	height:100%;
	float:left;
}

#logo{
	background-image:url(imagenes/logo.jpg);
	background-repeat:no-repeat;
	width:146px;
	height:109px;
}

#enlaces-menu{
	width:100%;
	height:250px;
}

#enlaces-importantes{
	width:100%;
	height:150px;
	margin:132px 0 0 0;
}

#foto{
	width:329px;
	heigth:600px;
	float:left
}

#contenido{
	width:365px;
	height:100%;
	float:left;
}

#texto{
	width:365px;
	height:316px;
	margin: 138px 0 0 0;
	float:left;
	text-align:left;
}

#iconos{
	width:365px;
	height:146px;
	float:left;
}

#iconos img{
	float:left;
	border:none;
}

#borde{
	float:left;
}

#catalogo{
	width:665px;
	text-align:left;
	margin:140px 0 0 154px;	
}

/* CONTACTO */

#contacto{
	float:left;
	text-align:left;
}

#texto-contacto{
	width:200px;
	float:left;
	text-align:left;
	padding:13px 0 0 40px;
}

#texto-contacto p{
	font-size:12px;
	margin:0 0 0 30px;
}

#texto-contacto p strong{
	color:#2a2e91;
	font-size:14px;
}

#contacto-formulario{
	float:left;
	padding:0px 5px 0 0;
}

#contacto-formulario p{
	font-size:12px;
	margin:0 0 0 0;
	padding:17px 0 0 0;
}

#campos-formulario{
	float:left;
	margin:5px 0 0 0;
}

#campos-formulario p{
	margin:8px 0 0 0;
}

#campos-formulario p strong input{
	background-color:#000000;
	border:none;
	font-weight:bold;
	color:#90788e;
}

/* FIN CONTACTO */

/*--- FIN DE ESTRUCTURA DEL SITIO ---*/

/* FORMATO DE FUENTES */

a{
	text-decoration:none;
	color:#90788e;
}

/* menu de enlaces */
ul{
	list-style:none;
	padding:0 5px 0 0;
}

li{
	text-align:right;
	font-size:12px;
	padding:5px 0 0 0;
}

#enlaces-menu a{
	text-decoration:none;
	color:#FFFFFF;
}

#enlaces-importantes ul li a{
	text-decoration:none;
	font-size:12px;
	color:#90788e;
}

/* fin menu de enlaces */

/* texto */

#texto h1{
	color:#90788e;
	font-size:15px;
	text-transform:uppercase;
}

#texto h2{
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
}


#texto p{
	font-size:11px;
	color:#CCCCCC;
	text-align:justify;
	padding:0 10px 0 0;
}

#textocontacto{
	width:365px;
	height:316px;
	margin: 138px 0 0 0;
	float:left;
	text-align:left;
}

#textocontacto h1{
	color:#90788e;
	font-size:15px;
	text-transform:uppercase;
}

#textocontacto h2{
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
}


#textocontacto p{
	font-size:11px;
	color:#CCCCCC;
	text-align:justify;

}
/* fin texto */


/* PRENSA */

#prensa-texto{
	width:305px;
	height:316px;
	margin: 120px 0 0 5px;
	float:left;
	text-align:left;
}

#prensa-texto h1{
	color:#90788e;
	font-size:15px;
	text-transform:uppercase;
}

#prensa-texto h2{
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
}


#prensa-texto p{
	font-size:11px;
	color:#CCCCCC;
	text-align:justify;
	padding:0 10px 0 0;
}

#prensa-foto{
	width:329px;
	heigth:600px;
	margin: 130px 5px 0 0;
	float:left;
}
#prensa-foto object{
	float:left;
}
#borde-prensa{
	float:left;
	margin:20px 0 0 0;
	width:1px;
	height:4563px;
	border-left:2px dotted #999999;
}

/* FIN DE PRENSA */
/*--- FIN DE FORMATO DE FUENTES ---*/

/* CLASES */
.texto-violeta-italica a{
	color:#90788e;
	font-style:italic;
	text-decoration:none;
	text-align:right;
	padding:0 0 0 275px;
}

.enlace-violeta-italica a{
	color:#90788e;
	font-style:italic;
	text-decoration:none;
	text-align:right;
}

.texto-violeta-uppercase a{
	color:#90788e;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 240px;
}
/* FIN DE LAS CLASES */

