@import url(http://fonts.googleapis.com/css?family=Roboto);

.enlace{
text-decoration:none;
cursor:pointer;
}

.enlace_b{
text-decoration:none;
cursor:pointer;
color:#ffffff;
}

.enlace_b:hover{
color:#000000;
}


h1{
font-family: 'Roboto', sans-serif;
color:#ffd029;
font-size:26px;
margin:0;
padding:0;
}

.titulo_destacado{
font-family: 'Roboto', sans-serif;
color:#6a6a6a;
font-size:38px;
margin:0;
padding:0;
text-decoration:none;
cursor:pointer;
line-height:30px;
}

.titulo_destacado:hover{
color:#292828;
}

.subtitulo_destacado{
font-family: 'Roboto', sans-serif;
color:#292828;
font-size:16px;
margin:0;
padding:0;
}

h2{
font-family: 'Roboto', sans-serif;
color:#484c4f;
font-size:14px;
margin:0;
padding:0;
}

.rojo{
color:#7d1c07;
}

.img_producto{
border: solid 1px #ffd029;
}

.titulo_producto{
font-family: 'Roboto', sans-serif;
color:#ffd029;
font-size:20px;
}

.titulo_producto2{
font-family: 'Roboto', sans-serif;
color:#de7d00;
font-size:20px;
}

.enlace_menu{
font-family: 'Roboto', sans-serif;
color:#484c4f;
font-size:14px;
cursor:pointer;
text-decoration:none;
}

.enlace_menu:hover{
color:#000000;
}

.boton_enviar{
width:100px;
height:20px;
cursor:pointer;
text-decoration:none;
background-color:#cdcdcd;
color:#000000;
font-size:14px;
}