html {font-size: 16px;}

/* agregamos fuentes */

@font-face {
    font-family: 'din-bold';
    src: url('../fonts/DINB2___.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-light';
    src: url('../fonts/DINL____.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-regular';
    src: url('../fonts/DINR____.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* fin fuentes */

body {
	background-image: url(../imagenes/back.png);
	background-repeat: repeat-x;
    background-position: top center;
}

.contenedor{
width: 100%;
margin: auto;
text-align:center;
font-family:'din-regular';
}

h3{
	font-family:'din-bold';
    font-size: 1.5em;
    margin-bottom: 10px;
}

h4{
	font-family:'din-regular';
    font-size: 0.75em;
}

h5{
	font-family:'din-bold';
    font-size: 1em;
    margin-top: 20px;
    text-align: left;
    padding-left: 15px;
}

p{
	font-family:'din-regular';
    font-size: 0.9375em;
}

.cabecera{
    width: 95%;
    height: 40px;
    float: left;
    margin-bottom: 20px;
    margin: 20px;
}

.cabecera div.logo{
	float:left;
}

/* botonera */
.contenedor_botonera{
	float:right;
	height:40px;
}
.contenedor_botonera ul.botonera{
	

}

.contenedor_botonera ul.botonera li{
	float:left;
	margin-left:25px;
}

.contenedor_botonera ul.botonera li a{
	text-decoration:none;
	color:black;
    font-size: 0.625em;
}
/* fin botonera */

.back{
	width: 100%;
    text-align: center;
    height: 550px;
    
}

.back img{
	width:1024px;
}

.titulo_back {
    position: relative;
    background-color: black;
    color: white;
    font-weight: bold;
    width: 35%;
    bottom: 60%;
    font-family: din-bold !important;
    font-size: 2.25em;
    left: 32%;
    padding: 15px;
}

.descripcion_back {
    position: relative;
    background-color: yellow;
    color: black;
    width: 53%;
    bottom: 55%;
    font-family: din-light;
    font-size: 1.125em;
    left: 23%;
    padding: 15px;
}

.pagina1{
	padding-top: 40px;
	padding-bottom:40px;
}


.contenido_slider {
    height: 195px;
	display: inline-block;
}
.contenido_slider div{
	float:left;
	margin-right: 20px;
}

.contenido_descripcion{
	width: 100%;
}
.contenido_descripcion  p{
	width: 55%;
	text-align: center;
	display: inline-block;
}

a.conoce{
	display: inline-block;
	width:120px;
	color:black;
	text-decoration:none;
}

a.conoce.bordes_cajas:hover {
    background-color: #e6e6e6;
}
a.conoce.bordes_cajas.bajar20:hover {
   background-color: #e6e6e6;
}

a.quiero:hover{
background-color: #e6e6e6 !important;
}

.pagina2{
	background-color:white;
	padding-top: 40px;
	padding-bottom:40px;
}

.pagina2_back{
    width: 810px;
    text-align: center;
    display: inline-block !important;
}

.pagina2_descripcion  {
	width:100%;
}
.pagina2_descripcion  p {
    width: 55%;
    display: inline-block;
}

a.quiero{
	display: inline-block;
	width:210px;
	color:black;
	text-decoration:none;
    margin-top: 40px;
}

.linea_separadora {
    width: 100%;
    display: inline-block;
    border: 1px solid;
}


.contenedor_slider2{
	width: 100%;
    height: 350px;
}

.pagina2_slider{
	display:inline-block;
}
.pagina2_slider div.caja{
	float:left;
	margin-right: 20px;
	width:275px;
}

.pagina2_slider div.caja p{
	margin-top:20px;
	font-size: 0.75em;
    text-align: left;
    padding: 0 15px;
}


.pie{
	height: 300px;
	background-color: black;
}   
	
h2.titulo_pie {
	color: yellow;
	padding-top: 40px;
	margin-bottom: 40px;
	font-size: 3em;
	font-family: din-bold;
}
	
.bloque_descripcion {
    width: 18%;
    color: white;
    float: left;
    margin-left: 18px;
    font-family: din-regular;
    font-size: 0.75em;
    font-weight: normal;
    text-align: left;
}	

.bloque_footer {
    width: 80%;
    color: yellow;
    float: left;
    margin-left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: din-regular;
    font-size: 0.75em;
    font-weight: normal;
    text-align: center;
}	
	
/*Generales*/
.bordes{
	border: 1px solid black;
    padding: 10px 30px;
	display:block;
}

.bordes:hover {
	border: 1px solid black;
    background: #e6e6e6;
    padding: 10px 30px;
	display:block;
}

.bordes_cajas{
	border: 1px solid black;
    padding: 15px;
	display:block;
}

.clear{
	clear:both;
}

.bajar40{
    margin-bottom: 40px;
}


/*generales */

