body {
	margin: 0;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 36px;
	color: #000;
	margin: 0 12px;
	line-height: 29px;
	font-weight: 900;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 100;
}
p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #5f5f5f;
	margin: 10px;
	font-weight: 100;
}
#titulares {
	width: 100%;
	margin: 0;
	padding: 21px 0 19px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	position: relative;
}
.senefa {
	width: 200px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
#bajada {
	width: 100%;
	margin: 10px 0 0 0;
}
#fuente {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 5px;
}
#fuente p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#fuente p span {
	color: #818181;
}

/*-----slider-----*/

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
#slider {
	width: 880px;
	height: 703px;
	position:relative;
	overflow:hidden;
    text-align: center;
    
}
#slider .contenControlGen{
	position: absolute;
	z-index: 200;
	top:13px;
    left: -248px;
	height:22px;
	width: 784px;
    text-align: right;
    
}
#slider .tabs {
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
    display: inline-block;
	color:#000;
	font-family: helvetica, sans-serif;
    font-size:14px;
    
    
}
#slider .tabs a {
	padding:6px 10px;
	cursor: pointer;
	text-decoration:none;
	background-color: #000;
    color:#FFF;
    border-radius: 200px;
   
}
#slider .tabs a.current{
	background-color:#b2d118; 
    color:#FFF;
	padding:6px 10px;
    border-radius: 200px;
}

#slider .controls ul {
	list-style: none;
}
#slider .controls li a {
	cursor: pointer;
	cursor: hand;
}
#slider .items {
	width: 797px;
	height: 601px;
	position: relative;
   
}
#slider .item {
    text-align: center;
    z-index:10;
    font-family: helvetica, sans-serif;
	color: #000;
}
#slider .item span {
	top:0;
    left: 24%;
	position:absolute;
}
#slider .disabled {
	visibility: hidden !important;
}
#portada_conten{
    width: 100%;
    top: 0;
    font-family: helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
}
#portada_conten #intro{
    width: 370px;
    text-align: center;
    margin: 250px auto 0 auto;
}
#portada_conten h1{
    color: #bed62f;
    margin: 0 0 0 10px;
}
#portada_conten p{
    color: #b7b7b7;
}
#portada_conten h5{
    color: #000;
    margin: 0;
}
#portada_conten h6{
    color: #5a5a5a;
    letter-spacing: 6px;
    margin: 30px 0 0 0;
}

.nombre
{
    display: block;
    font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000;
    margin-top: 30px;

}
.imagen {
    
    width: 30px;
    display: block;
}

#pesoinfoMonitor {
	width: 100%;
}
#pesoinfoMonitor .imagenMonitor {
	position: relative;
}
#pesoinfoMovil {
	width:100%;
	display:none;
}