@charset "utf-8";
@font-face {
    font-family: 'OratorStdMedium';
    src: url('font/oratorstd-webfont.eot');
    src: url('font/oratorstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oratorstd-webfont.woff') format('woff'),
         url('font/oratorstd-webfont.ttf') format('truetype'),
         url('font/oratorstd-webfont.svg#OratorStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




#principal {
	float: left;
	width: 885px;
	height: 550px;
}
#principal_bio {
	float: left;
	width: 1000px;
	height: 550px;
}

#principal_feat {
	float: left;
	width: 2700px;
}

.unidad  {
	float: left;
	height: 160px;
	width: 145px;
	font-family:'OratorStdMedium';
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0px;
	line-height: 13px;
	background-image: url(images/uno.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	margin-right: 70px;
}

.tachado {
	text-decoration: line-through;
	font-size: 12px;
	font-family: 'OratorStdMedium';
}
.titulo {
	font-family: 'OratorStdMedium';
	font-size: 11px;
	color: #000000;
}

.fluo {
	background-image: url(images/fluo.png);
	background-repeat:  repeat-x;
	padding-right: 15px;

}
.resaltado {
	height: 20px;
	background-image: url(images/fluo.png);
	background-repeat:  repeat-x;
	padding-right: 10px;
	background-position: 0px -4px;
}
.texto_features {
	float: left;
	width: 960px;
	margin-right: 800px;
}

.fotofeat {
	padding: 0px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}


.unidad:hover    {
	background-image: url(images/dos.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	cursor: pointer;
}
.botonera {
	float: left;
	height: 20px;
	width: 220px;
	font-family: 'OratorStdMedium';
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	line-height: 13px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.botonera a {
	float: left;
	text-decoration: underline;
	color: #000000;
}
.botonera a:hover {
	float: left;
	text-decoration: none;
	color: #000000;
}
#izquierda {
	float: left;
	width: 330px;
}
#fotos {
	float: left;
	width: auto;
}
.descripcion {
	font-family: 'OratorStdMedium';
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	padding-right: 120px;
}
.link_descripcion {
	font-family: 'OratorStdMedium';
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.grisado {
	font-family: 'OratorStdMedium';
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
}
#izquierda #caja_textos {
	height: 400px;
	width: 100%;
}
#izquierda #caja_textos a {
	color: #000000;
	text-decoration: underline;
}
#izquierda #caja_textos a:hover {
	color: #000000;
	text-decoration: none;
}
.link_descripcion:hover {
	text-decoration: none;
}
#botones {
	float: left;
	height: 35px;
	width: 1000px;
}

