
body {
	background: url(../gfx/fondo.jpg) repeat-x #0e0f11;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

body, input, textarea {
	font-family: Verdana;
	font-size:12px;
}

input, textarea {
	background: none;
	border: 1px dashed #0e0f11;
}

a {
	color: #0e0f11;
}

a:hover {
	color: #c016a9;
}

#wrap { 
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#contenido, #footer {
	width: 940px;
	float: left;
}

#contenido {
	height: 530px;
}

#footer a {
	color: #fff;
}

#footer img {
	float: right;
}

#footer p {
	width: 490px;
	float: left;
	margin-top: 10px;
	color:#fff;
	font-size:11px;
}

#audio {
	width: 129px;
	position: absolute;
	top: 0;
	right: 0;
}

#botonera {
	width: 129px;
	height: 328px;
	position: absolute;
	padding: 0 0 0 21px;
	background: url(../gfx/fondo_botonera.png) no-repeat;
	top: 0;
	left: 0;
}

#botonera ul {
	width: 124px;
	float: left;
	margin-top: 40px;
}

#botonera ul li {
	width: 124px;
	float: left;
	margin-bottom:20px;
}

#botonera ul li a { color: #fff; }
#botonera ul li a:hover { color: #c016a9; }

#logo_phm {
	width: 240px;
	float: left;
	margin-left: 20px;
	margin-top: 40px;
	margin-left:170px;
}

#lado_der {
	width: 510px;
	float: right;
	margin-top: 40px;
}

#fecha {
	width: 510px;
	float: left;
	margin-bottom: 20px;
}

#img_ladoder {
	width: 284px;
	height: 402px;
	position: absolute;
	/*top: 102px;*/
	top: 96px;
	left: 656px;
	z-index: 1000;
}

#main {
	width: 480px;
	float: left;
	top: 154px;
	left: 170px;
	position: absolute;
}

#main h1 {
	margin-bottom: 20px;
}

#main p {
	margin-bottom: 20px;
	line-height: 18px;
}

.scroll-pane {
	height: 260px;
}

#listado_staff {
	width:480px;
	float: left;	
}

#cont_staff {
	width:480px;
	float: left;
}

.cont_model {
	width: 220px;
	float: left;
}

.sep_modelos {
	width: 220px;
	float: left;
	margin-bottom: 20px;
}

#cont_staff .cont_model {
	width:480px;
	padding-bottom: 10px;
}

.model_img {
	width: 84px;
	height: 84px;
	float: left;
}

.model_img img {
	border: 1px solid #cccccc;
	padding: 2px;
}

.model_info {
	width: 120px;
	float: right;
}

#cont_model_col1 {
	width: 220px;
	float: left;

}

#cont_model_col2 {
	width: 220px;
	float: left;
	margin-left: 20px;

}

#cont_model_col1 h1 {
	margin-bottom: 10px;
	color: #4e2b44;
}

#cont_model_col1 ul li {
	width: 220px;
	float: left;
	margin-bottom: 40px;
}

#cont_model_col1 ul li {
	margin-bottom: 10px;
}

#cont_model_col2 .model_img {
	margin-right:20px;
	margin-bottom: 20px; 
}

.espacio_tablas td {
	padding: 10px 0 10px 0;
}

#cuadro_flotante {
	width: 444px;
	height: 237px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 18px;
	background-color: #222222;
	color: #fff;
}

#cuadro_flotante a {
	float: right;
	color: #c016a9;
	margin-top: 10px;
}

#cuadro_flotante_info {
	width: 444px;
	height: 200px;
	padding-bottom: 10px;
	overflow: auto;
	float: left;
}

.loader {
	background: url(../gfx/loading.gif) no-repeat 200px 120px;
}