/*************************************************************/

* {
	font-size: 1px;
	margin: 0;
	padding: 0;
}

body {
/*	background-color: red;*/
/*	margin: 0 auto 0 auto;*/
}

#contenedor_general {
/*	background-color: #ffaaaa;*/
	position: absolute;
	height: 388px;
	left: 50%;
	overflow: hidden;
	margin: -194px 0 0 -375px;
	top: 50%;
	width: 749px;
}


/*************************************************************/

#navegacion {
	color: #606060;
	float: left;
	font-family: Tahoma, Verdana, Arial, Serif;
	width: 192px;
}

#navegacion div.modulo {
	background-image: url('../img/navegacion/rayita.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 7px;
}

#navegacion #modulo_nombre {
	background-image: url('../img/navegacion/rayita.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 54px;
	margin-top: 5px;
}

a#link_home {
	background-image: url('../img/navegacion/link_home.jpg');
	height: 22px;
	width: 146px;
}

#modulo_menu {
	font-size: 13px; /* puede volar */
	height: 68px;
	padding: 16px 0 16px 0;
}

#navegacion span {
	display: block;
	height: 17px;
}

a.item_nav {
	background-position: top left;
	color: #606060; /* puede volar */
	display: block;
	font-size: 13px; /* puede volar */
	height: 17px;
	text-decoration: none; /* puede volar */
}

a.item_nav:hover {
	background-position: bottom left;
	text-decoration: underline; /* puede volar */
}

a#link_retratos {
	background-image: url('../img/navegacion/link_retratos.jpg');
	width: 42px;
}

a#link_moda {
	background-image: url('../img/navegacion/link_moda.jpg');
	width: 31px;
}

a#link_producto {
	background-image: url('../img/navegacion/link_producto.jpg');
	width: 48px;
}

a#link_personal {
	background-image: url('../img/navegacion/link_personal.jpg');
	width: 46px;
}

#modulo_indices {
	font-size: 11px;
	margin: 0;
	padding: 30px 0 58px 0;
}

#modulo_indices * {
	margin: 0;
	padding: 0;
}

#modulo_indices #indices {
	background: none; /* para que no tome la rayita de fondo*/
/*	height: 10px;*/
}

#modulo_indices a {
	background-position: top;
  cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	padding: 0 1px 0 0;
	width: 14px;
}

#modulo_indices span {
	display: block;
	float: left;
	height: 10px;
	width: 14px;
}

#modulo_indices a:hover {
	background-position: bottom;	
}

#modulo_descripcion {
/*	display: none;*/
	font-family: Arial;
	font-size: 11px;
	height: 14px;
	padding: 15px 0 52px 0;
}

#modulo_contacto {
	font-size: 13px; /* puede volar */
	height: 17px;
	padding: 14px 0 13px 0;
}

a#link_contacto {
	background-image: url('../img/navegacion/link_contacto.jpg');
	width: 47px;
}

/*************************************************************/

#display {
	border: solid 1px #808080;
	float: left;
	height: 352px;
	padding: 9px 8px 9px 8px;
	text-align: center;
	width: 506px;
}

#display_foto img{
	height: 352px;
	width: 506px;
}

#display_loading {
	height: auto;
	width: auto;
}

#display_flechitas {
  float: left;
	margin: 314px 0px 0px 17px;
	width: 16px;
}

#display_flechitas a{
  cursor: pointer;
  display: block;
	height: 28px;
	width: 16px;
}

#display_flechitas_anterior {
	background: url('../img/anterior.jpg') top left;
}

#display_flechitas_siguiente {
	background: url('../img/siguiente.jpg') top left;
}

#display_flechitas_anterior:hover, #display_flechitas_siguiente:hover {
	background-position: bottom left;
}

#display #datos_contacto {
	background-image: url('../img/navegacion/rayita.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 271px 0 0 36px;
	padding: 0 0 1px 0;
	text-align: left;
}

#display #datos_contacto img {
	display: block;
	height: 10px;
	width: 132px;
}

#display #datos_contacto a {
	background: url('../img/correo_electronico.jpg') top left no-repeat;
	border: none;
	display: block;
	font-family: Arial, Serif, Tahoma, Verdana;
	font-size: 12px;
	height: 17px;
	margin-bottom: 16px;
	text-decoration: none;
	width: 132px;
}

#display #datos_contacto a:hover {
	background-position: bottom left;
}

#pie {
	clear: both;
	height: 15px;
	text-align: right;
	width: 749px;
}

#pie a#banner_disenio {
	background: url('../img/banner_disenio.jpg') top right no-repeat;
	display: block;
	float: right;
	height: 8px;
	margin: 7px 32px 0 0;
	width: 60px;
}
