body {
	background-image: url(imgs/fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	}
.wrap {
	width: 100%;
}
.contenedor {
	width: 990px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.contenido {
	width: 990px;
	position: relative;
	float: left;
}
.cabecera {
	float: left;
	height: 119px;
	position: relative;
	width: 990px;
}
.cabecera a {
	float: left;
	position: relative;
}
.menu {
	float: left;
	position: relative;
	padding-top: 30px;
	padding-left: 40px;
}
.menu ul {
	float: left;
	list-style-type: none;
	position: relative;
	margin:0px;
	padding:0px;
}
.menu ul li {
	background-image: url(imgs/linea-menu.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	list-style-type: none;
	position: relative;
	margin:0px;
	padding:0px;
}
.menu ul li a {
	float: left;
	position: relative;
	padding: 33px 20px 0px 20px;
	height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
}
.menu ul li a:hover {
	background-image: url(imgs/hover2.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	float: left;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d92a32;
	text-decoration:none;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818285;
	text-align: center;
}
.pie a {
	text-decoration: none;
	color: #818285;
}
.pie a:hover {
	text-decoration: none;
	color: #d92a32;
}
.menu ul li .activo {
	background-image: url(imgs/hover2.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	float: left;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d92a32;
	text-decoration:none;
}
.seccion {
	float: left;
	position: relative;
	padding: 20px;
	width: 950px;
}

.titulo-sec {
	font-family: 'CuprumFFURegular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #DC2736;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom: 20px;
}


.titulo-sec span {
	text-transform:none;
	color:#414042;
	clear:both;}




/* FONT FACE */
@font-face {
	font-family: 'CuprumFFURegular';
	src: url('Cuprum-webfont.eot');
	src: local('☺'), url('Cuprum-webfont.woff') format('woff'), url('Cuprum-webfont.ttf') format('truetype'), url('Cuprum-webfont.svg#webfontKLktnWy4') format('svg');
	font-weight: normal;
	font-style: normal;
}
.grafico {
	position: absolute;
	left: 0%;
	top: 0px;
	width: 100%;
	background-image: url(imgs/home/grafico.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 50;
}

.contacto-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	float: left;
	width: 330px;
	position: relative;
	padding-right: 20px;
}


.areas{
	width:300px;
	background-color:#eeeeee;
	color:#333;
	border:1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.btns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #CCC;
	padding: 7px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:75px;
}

.btns:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #DC2736;
	padding: 7px;
	float: left;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:75px;
}
.areas:focus {
	width:300px;
	background-color:#eeeeee;
	color:#333;
	border:1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
/* INPUT DE ERRORES */
input[type=text].error, input[type=password].error, input[type=file].error, select.error{
	border:#F99 solid 1px;
	background:#FFE8E8;
	color:#333;
}
textarea.error{
	border:#F99 solid 1px;
	background:#FFE8E8;
}
.contacto-txt span {
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	font-size: 18px;
	color: #900;
}

.contacto-txt a {
	color: #b11116;
	text-decoration: none;
}
.contacto-txt a:hover {
	color: #000000;
	text-decoration: none;
}
.imgs {
	border: solid 1px #4d4d4f;
	float:left;
	position:relative;
}
.imgs img {
	border: solid 1px #ffffff;
}
.empresa-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4d4d4f;
	background-image: url(imgs/empresa/fondo-txt.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 20px 10px 20px;
	float: left;
	width: 400px;
	position: relative;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #d71920;
	font-style: italic;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
.destacado-empresa {
	float: left;
	position: relative;
	width: 175px;
	margin-left: 20px;
}
.firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d71920;
	float: left;
	width: 175px;
	position: relative;
	border-top: solid 1px #d71920;
	border-bottom: solid 1px #d71920;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	text-align: center;
	
}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414042;
	position: absolute;
	line-height: 16px;
	z-index: 10;
	left: 736px;
	top: 105px;
	width: 265px;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414042;
	position: absolute;
	line-height: 16px;
	left: 9px;
	top: 106px;
	z-index: 10;
	width: 260px;
	text-align: right;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414042;
	position: absolute;
	line-height: 16px;
	left: 156px;
	top: 277px;
	z-index: 10;
	width: 250px;
	text-align: right;
}
.yellow span {
	font-family: 'CuprumFFURegular',Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ebd417;
	font-weight: bold;
}
.red span {
	font-family: 'CuprumFFURegular',Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #d71920;
	font-weight: bold;
}
.green span {
	font-family: 'CuprumFFURegular',Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #00984a;
	font-weight: bold;
}
.gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414042;
	position: absolute;
	line-height: 16px;
	left: 475px;
	top: 106px;
	z-index: 10;
	width: 200px;
	text-align: right;
}
.gris span {
	font-family: 'CuprumFFURegular',Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}
.profesionales-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4d4d4f;
	padding: 10px;
	float: left;
	width: 260px;
	position: relative;
}
.col-integrante {
	float: left;
	width: 310px;
	position: relative;
	margin-left: 20px;
}
.profesionales-cv {
	background-image: url(imgs/profesionales/fondo-prof.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	height: 158px;
	width: 295px;
	padding: 5px;
	margin-top: 10px;
}
.cv-txt {
	float:right;
	width: 170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:12px;
	position:relative;
	}
.cv-txt span {
	color: #000;
	padding-top:5px;
	width:170px;
	position:relative;
	float:left;
}
.novedad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	float: left;
	position: relative;
	padding-left:20px;
}
.novedad span {
	font-family: 'CuprumFFURegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
}.novedad a {
	color: #d71920;
	text-decoration: none;
}
.novedad a:hover {
	color: #000;
	text-decoration: none;
}

