/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
  background: url("../img/fondo_gris.jpg");
  background-attachment: fixed;
  background-size: cover;
  height: 1085px;
  margin-top:0px;
  font-family: Baskerville Old Face;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  max-width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
}

.clearfix:after,
.container_12:after {
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page_botas_traksik{
  background-color: #fff;
  height: 1095px;
  margin-top:0px;
  width: 960px;
  -webkit-box-shadow: 0px -3px 54px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -3px 54px 5px rgba(0,0,0,0.75);
  box-shadow: 0px -3px 54px 5px rgba(0,0,0,0.75);
}

#header{
  height: 163px;
}

#logotipo{
  height: 163px;
  margin-left: 0px;
}

#nav{
  height: 163px;
  margin-right: 0px;
}

#logo{
  height: 163px;
  margin-left: 0px;
}

#nav_uno{
  height: 54px;
  margin-left: 0px;
}

#nav_dos{
  height: 35px;
  margin-left: 0px;
}

#nav_tres{
  height: 74px;
  margin-left: 0px;
}

#inicio{
  height: 35px;
  margin-left: 0px;
  width: 100px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#inicio_s{
  height: 35px;
  margin-left: 0px;
  width: 100px;
  display: inline;
  float: left;
  margin-right: 10px;
  border-bottom: solid red;
}

#nosotros{
  height: 35px;
  margin-left: 0px;
  width: 110px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#catalogo{
  height: 35px;
  margin-left: 0px;
  width: 110px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#clientes{
  height: 35px;
  margin-left: 0px;
  width: 145px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#contacto{
  height: 35px;
  margin-left: 0px;
  width: 115px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#blog{
  height: 35px;
  margin-right: 0px;
  width: 60px;
  display: inline;
  float: left;
}

#in{
  font-size: 20px;
  margin-top: 10px;
}

#ah{
  color: #000;
  text-decoration: none;
}

.ho:hover{
  border-bottom: solid red;
}

#slider{
  height: 345px;
}

#texto_index{
  height: 123px;
  background-color: #ffaf00;
  width: 960px;
  margin-left: 0px;
}

#texto_uno{
  height: 123px;
}

#texto_arriba{
  height: 26px;
  margin-left: 0px;
}

#texto_medio{
  height: 71px;
  margin-left: 0px;
}

#texto_abajo{
  height: 26px;
  margin-left: 0px;
}

#texto_t{
  font-size: 20px;
  margin-top: 5px;
  text-align: justify;
}

#slider_bajo{
  height: 150px;
  background-color: #ffaf00;
  width: 960px;
  margin-left: 0px;
  border-bottom: solid red;
}

#slider_bajo_uno{
  height: 150px;
}

#slider_bajo_dos{
  height: 150px;
}

#slider_bajo_tres{
  height: 150px;
}

#slider_bajo_cuatro{
  height: 150px;
  margin-right: 0px;
}

#pie{
  width: 960px;
  background-color: #ffaf00;
  height: 311px;
  margin-left: 0px;
  border-top: solid red;
}

#pie_uno{
  height: 235px;
}

#pie_dos{
  height: 76px;
}

#pie_uno_uno{
  height: 235px;
  margin-left: 0px;
}

#pie_uno_dos{
  height: 235px;
}

#pie_uno_tres{
  height: 235px;
  margin-right: 0px;
}

#pie_encabezado{
  margin-left: 0px;
  height: 69px;
}

#pie_cuerpo{
  height: 166px;
  margin-left: 0px;
}

#img_pie{
  height: 69px;
  margin-left: 0px;
}

#img_texto_pie{
  margin-right: 0px;
  height: 69px;
}

#text_pie{
  color: #ff0000;
  font-size: 30px;
  margin-top: 15px;
}

#parrafo_text_pie{
  color: #000;
  font-size: 21px;
  margin-left: 10px;
}

#parrafo_text_pie_uno{
  color: #000;
  font-size: 21px;
  margin-top: -20px;
  margin-left: 10px;
}

#parrafo_text_pie_dos{
  color: #000;
  font-size: 21px;
  margin-top: -20px;
  margin-left: 10px;
}

#pie_cuerpo_uno{
  height: 25px;
  margin-left: 0px;
}

#pie_cuerpo_facebook{
  height: 141px;
  margin-left: 0px;
}

#pie_cuerpo_twitter{
  height: 141px;
  margin-right: 0px;
}

#correo_trak{
  color: #000;
  font-size: 21px;
  margin-top: 0px;
}

#text_pie_desarrollo{
  color: #000;
  font-size: 25px;
  margin-top: 10px;
}

#a_grupo{
  color: #000;
}

#nosotros_s{
  border-bottom: solid red;
  height: 35px;
  margin-left: 0px;
  width: 110px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#c_nosotros{
  height: 856px;
  margin-left: 0;
  width: 960px;
}

#pie_dos_n{
  height: 76px;
  background-color: #ffaf00;
  width: 960px;
  margin-left: 0px;
}

#lateral{
  height: 856px;
  margin-left: 0px;
}

#n_der{
  height: 856px;
  margin-right: 0px;
  width: 710px;
}

#n_der_uno{
  height: 320px;
}

#n_der_dos{
  height: 536px;
}

#enc_uno{
  height: 50px;
  background: url("../img/fondo.png");
  margin-left: 0px;
}

#id_empresa{
  margin-top: 5px;
  color: #fff;
  margin-left: 5px;
}

#text_uno{
  height: 110px;
  margin-left: 0px;
  text-align : justify;
}

#img_trak{
  height: 50px;
  margin-left: 0px;
}

#enc_trak{
  height: 50px;
  margin-right: 0px;
}

#img_izq{
  height: 536px;
  margin-left: 0px;
}

#img_der{
  height: 536px;
  margin-right: 0px;
  background: url("../img/fondovalores.png");
}

#img_vision{
  height: 268px;
  margin-left: 0px;
}

#img_valores{
  height: 268px;
  margin-left: 0px;
}

#n_vis{
  height: 50px;
  margin-left: 0px;
}

#ntext_vis{
  height: 215px;
  margin-left: 0px;
}

#nvalo_vis{
  height: 220px;
  margin-left: 0px;
}

#valor_one{
  height: 20px;
  margin-left: 0px;
}

#space{
  margin-left: 0px;
  height: 20px;
}

#img_t{
  margin-left: 40px;
  margin-top: 3px;
}

#valores{
  margin-top: 0px;
}

#id_empresa_v{
  margin-top: 5px;
  color: #fff;
  margin-left: 20px;
}

#ntext_vis_t{
  height: 215px;
  width: 360px;
}

#text_parra{
  text-align: justify;
}

#catalogo_s{
  border-bottom: solid red;
  height: 35px;
  margin-left: 0px;
  width: 110px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#catalogo_imgs{
  height: 500px;
}

#enc_cat{
  height: 70px;
  margin-left: 0px;
}

#enc_cata{
  height: 360px;
  margin-left: 0px;
}

#images_marca{
  height: 360px;
  margin-left: 0px;
}

#images_marca_one{
  height: 360px;
}

#images_marca_two{
  height: 360px;
}

#images_marca_tres{
  height: 360px;
  margin-right: 0px;
}

#clientes_s{
  height: 35px;
  margin-left: 0px;
  width: 145px;
  display: inline;
  float: left;
  margin-right: 10px;
  border-bottom: solid red;
}

#clie_enc{
  height: 10px;
}

#uno_cli{
  margin-left: 0px;
  margin-right: 0px;
}

#uno_cli_i{
  margin-left: 0px;
  margin-right: 0px;
}

#dos_cli{
  margin-left: 0px;
  margin-right: 0px;
}

#contacto_s{
  height: 35px;
  margin-left: 0px;
  width: 115px;
  display: inline;
  float: left;
  margin-right: 10px;
  border-bottom: solid red;
}

#pie_dos_n_uno{
  height: 76px;
}

#pie_dos_n_dos{
  height: 76px;
}

#pie_dos_n_tres{
  height: 76px;
}

#text_pie_desarrollo_style{
  color: #b60203;
  font-size: 20px;
  margin-top: 20px;
}

#text_pie_direccion_style{
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
  vertical-align: bottom;
  color: #b60203;
}

#a_grupo_c{
  color: #b60203;
}

#pie_enc_siguenos{
  height: 26px;
  margin-left: 0px;
}

#siguenos_n{
  font-size: 20px;
  color: #b60203;
  margin-top: 0px;
  display: block;
  margin-bottom: 0;
  vertical-align: bottom;
}

#pie_face{
  margin-left: 0px;
  height: 50px;
}

#pie_tw{
  margin-right: 0px;
  height: 50px;
}

#tw_a{
  float:left;
}

#fa_a{
  float:right;
}

#cue_contact{
  height: 840px;
}

#cue_contact_uno{
  height: 420px;
  margin-left: 0px;
}

#cue_contact_dos{
  height: 420px;
  margin-left: 0px;
}

#cue_contact_dent{
  height: 420px;
  margin-left: 0px;
}

#cue_contact_fue{
  height: 420px;
  margin-left: 0px;
}

#cue_contact_enc{
  height: 40px;
  margin-left: 0px;
}

#cantactanos{
  color: #b60203;
  font-size: 30px;
  margin-top: 0px;
  display: block;
  margin-bottom: 0;
  vertical-align: bottom;
}

#cue_contact_cuer{
  height: 380px;
  margin-left: 0px;
}

#tablecontacto{
  width: 90%;
}

#cue_rell{
  height: 15px;
  margin-left: 0px;
}

#cuer_rell{
  height: 360px;
  margin-left: 0px;
}

#co_table{
  color: #b60203;
  font-size: 20px;
  display: block;
  margin-bottom: 0;
  vertical-align: bottom;
  margin-top: 0px;
}

#campo_n{
  width: 95%;
  height: 20px;
  color: #000;
}

#td_c{
  height: 5px;
}

#uno_t{
  width: 40%;
}

#uno_d{
  width: 60%;
}

#campo_t_text{
  width: 95%;
}

#sub_form{
  float: right;
  background-color: #b60203;
  color: #fff;
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border: 0px solid #000000;
  width: 90px;
}

#enc_comunicate{
  height: 20px;
  margin-left: 0px;
}

#cuerpo_comunicate{
  height: 400px;
  margin-left: 0px;
}

#enc_cuerpo_comunicate{
  height: 50px;
  margin-left: 0px;
}

#esp_cuerpo_comunicate{
  height: 50px;
  margin-left: 0px;
}

#comuni{
  color: #b60203;
  display: block;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 5px;
  vertical-align: bottom;
}

#enca_cuerpo_comunicate{
  height: 350px;
  margin-left: 0px;
}

#esp_comu{
  height: 30px;
  margin-left: 0px;
}

#esp_text{
  height: 30px;
}

#esp_comun{
  height: 30px;
  margin-right: 0px;
}

#comuni_tel{
  color: #b60203;
  display: block;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 5px;
  vertical-align: bottom;
}

#cata_log{
  height: 150px;
}

#uno_cata_nuevo{
  height: 150px;
}

#cata_uno{
  margin-left: 0px;
  height: 200px;
}

#cata_dos{
  height: 200px;
}

#cata_tres{
  height: 200px;
}

#cata_cuatro{
  margin-right: 0px;
  height: 200px;
}

#cata_uno_den{
  height: 20px;
  margin-left: 0px;
}

#cata_dos_den{
  height: 30px;
  background-color: 40px;
  margin-left: 0px;
}

#co_table_cata{
  color: #b60203;
  display: block;
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: bottom;
}

#cata_dos_deno{
  height: 30px;
  background-color: 40px;
  margin-left: 0px;
}

#link_a{
  text-decoration: none;
}

#cata_dos_deno:hover{
  border-bottom: solid red;
}

#cata_dos_den:hover{
  border-bottom: solid red;
}

#cata_dos_bajo{
  height: 150px;
  margin-left: 0px;
  background-color: #ffaf00;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
}

#img_cata{
  margin-top: 10px;
}

#catalogo_productos{
  height: 20px;
}

#catalogo_productos_q{
  height: 40px;
  background: url("../img/fondoproductos.png");
}

#enc_cata_prod{
  color: #b60203;
  display: block;
  font-size: 35px;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: bottom;
}

#productos_catalogo{
  height: 570px;
}

#productos_fila{
  height: 190px;
  margin-left: 0px;
}

#productos_fila_dos{
  height: 190px;
  margin-left: 0px;
}

#productos_fila_tres{
  height: 190px;
  margin-left: 0px;
}

#producto_uno{
  margin-left: 0px;
  height: 190px;
}

#producto_dos{
  height: 190px;
}

#producto_tres{
  margin-right: 0px;
  height: 190px;
}

#producto_uno_s{
  margin-left: 0px;
  height: 190px;
}

#producto_dos_s{
  height: 190px;
}

#producto_tres_s{
  margin-right: 0px;
  height: 190px;
}

#producto_uno_u{
  height: 175px;
  width: 205px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  margin-top: 7px;
}

#img_cata_prod{
  margin-top: 10px;
}

#cata_li{
  list-style:none;
}

#c_nosotros_cata{
  height: 956px;
  margin-left: 0;
  width: 960px;
  background-color: #fff;
}

#parrafo_text_pie_tels{
  color: #000;
  display: block;
  font-size: 17px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 10px;
  vertical-align: bottom;
}

#parrafo_text_pie_tels_one{
  color: #000;
  font-size: 18px;
  margin-left: 10px;
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
  vertical-align: bottom;
}

#parrafo_text_pie_tels_two{
  color: #000;
  font-size: 18px;
  margin-left: 10px;
  display: block;
  margin-bottom: 0;
  margin-top: 0px;
  vertical-align: bottom;
}

#comuni_tell{
  color: #b60203;
  display: block;
  font-size: 23px;
  margin-bottom: 0;
  margin-top: 5px;
  vertical-align: bottom;
}

#text_bajo_catalogo{
  height: 100px;
}

#text_bajo_catalogo_a{
  height: 15px;
  margin-left: 0px;
}

#text_bajo_catalogo_m{
  height: 50px;
  margin-left: 0px;
}

#text_bajo_catalogo_b{
  height: 35px;
  margin-left: 0px;
}

#llama{
  color: #b60203;
  display: block;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 15px;
  vertical-align: bottom;
}

#blog_s{
  height: 35px;
  margin-right: 0px;
  width: 60px;
  display: inline;
  float: left;
  border-bottom: solid red;
}

#pie_login{
  margin-left: 0px;
  height: 50px;
}

#pie_login_uno{
  margin-left: 0px;
  height: 50px;
}

#pie_login_dos{
  height: 50px;
}

#pie_login_tres{
  margin-right: 0px;
  height: 50px;
}

#a_login{
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: bottom;
  display: block;
}

#log_in{
  height: 600px;
}

#enc_login{
  height: 70px;
  background: url("../img/fondo_login.png");
  margin-left: 0px;
}

#hlogin{
  color: #b60203;
  display: block;
  font-size: 50px;
  margin-bottom: 0;
  margin-top: 5px;
  vertical-align: bottom;
}

#cue_login{
  height: 530px;
  margin-left: 0px;
}

#cue_login_uno{
  height: 530px;
  margin-left: 0px;
}

#cue_login_dos{
  height: 530px;
}

#cue_login_tres{
  height: 530px;
  margin-right: 0px;
}

#cue_login_dos_enc{
  height: 50px;
  margin-left: 0px;
}

#cue_login_tres_enc{
  height: 400px;
  margin-left: 0px;
  background-color: #b60203;
  border-radius: 55px 55px 55px 55px;
  -moz-border-radius: 55px 55px 55px 55px;
  -webkit-border-radius: 55px 55px 55px 55px;
  border: 0px solid #000000;
}

#table_login{
  width: 90%;
  margin-top: 0px;
}

#table_primer{
  width: 30%;
}

#table_segundo{
  width: 70%;
}

#p_table{
  color: #b60203;
  display: block;
  font-size: 28px;
  margin-top: 5px;
  vertical-align: bottom;
}

#p_input{
  color: #000;
  display: block;
  height: 25px;
  margin-top: -25px;
  vertical-align: bottom;
  width: 90%;
}

#btn_entrar{
  background-color: #b60203;
  border: 0 solid #000000;
  border-radius: 50px;
  color: #fff;
  float: right;
  width: 90px;
}

#a_login{
  background-color: #ffaf00;
  border: 0 solid #000000;
  border-radius: 55px;
  height: 50px;
  margin-top: 0;
  width: 140px;
  border-radius: 55px 55px 55px 55px;
  -moz-border-radius: 55px 55px 55px 55px;
  -webkit-border-radius: 55px 55px 55px 55px;
  border: 0px solid #000000;
}

#a_login_one{
  height: 40px;
  width: 440px;
}

#olv_pass{
  color: #b60203;
  font-size: 20px;
}

#a_login_login{
  width: 440px;
  height: 380px;
  background-color: #ffaf00;
  border-radius: 55px 55px 55px 55px;
  -moz-border-radius: 55px 55px 55px 55px;
  -webkit-border-radius: 55px 55px 55px 55px;
  border: 0px solid #000000;
  margin-top: 10px;
}

#cerrar_sesion{
  height: 35px;
  margin-left: 0px;
  width: 110px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#index_admin{
  height: 700px;
}

#enc_admin{
  height: 70px;
  margin-left: 0px;
  background: url("../img/fondo_login.png");
}

#cuerp_admin{
  height: 630px;
  margin-left: 0px;
  background: url("../img/fondo_administrador.png");
}

#bien_v{
  font-size: 30px;
  color: #b60203;
}

#rec_pass{
  color: #b60203;
  font-size: 30px;
}

#table_login_rec{
  width: 90%;
  margin-top: 15px;
}

#btn_recu{
  background-color: #b60203;
  border: 0 solid #000000;
  border-radius: 50px;
  color: #fff;
  width: 90px;
  height: 35px;
}

#p_table_ch{
  color: #b60203;
  display: block;
  font-size: 20px;
  margin-top: 5px;
  vertical-align: bottom;
}

#index_admin_blog{
  height: 935px;
}

#enc_alt_blog{
  height: 100px;
  margin-left: 0px;
}

#enc_alt_uno{
  margin-left: 0px;
  background: url("../img/fondo_blog_uno.png");
  height: 100px;
}

#enc_alt_dos{
  height: 100px;
  background: url("../img/fondo_blog_uno.png");
}

#enc_alt_tres{
  margin-right: 0px;
  background: url("../img/fondo_blog_uno.png");
  height: 100px;
}

#enc_alt_uno_u{
  height: 32px;
  margin-top: 0px;
  margin-left: 0px;
}

#enc_alt_uno_d{
  height: 36px;
  margin-top: 0px;
  margin-left: 0px;
}

#entra_b{
  font-size: 25px;
  color: #b60203;
  margin-top: 0px;
}

#form_blog{
  height: 50px;
  margin-left: 0px;
}

#form_blog_u{
  height: 785px;
  margin-left: 0px;
}

#mew_table_blog{
  width: 60%;
  border: #ffaf00 5px solid;
}

#ne_ent{
  font-size: 25px;
  color: #b60203;
  margin-top: 5px;
}

#p_input_new{
  color: #000;
  display: block;
  height: 25px;
  margin-top: 0px;
  vertical-align: bottom;
  width: 90%;
}

#p_table_new{
  color: #b60203;
  display: block;
  font-size: 28px;
  margin-top: 5px;
  vertical-align: bottom;
  margin-bottom: 0px;
}

#p_text_new{
  height: 271px;
  width: 361px;
}

#table_rell{
  height: 20px;
}

#btn_entrar_a{
  background-color: #b60203;
  border: 0 solid #000000;
  border-radius: 50px;
  color: #fff;
  float: right;
  margin-right: 10px;
  width: 90px;
}

#img_mostr{
  height: 150px;
  width: 150px;
}

#catalogo_productos_blog{
  height: 900px;
}

#cu_blog{
  height: 830px;
  margin-left: 0px;
  overflow: scroll;
  overflow-x: hidden;
}

#table_blog{
  margin-top: 10px;
  width: 90%;
  border: 1px solid #e6e6e6;
}

#td_f{
  background-color: #f8f9fa;
  border: 1px solid #e6e6e6;
}

#text_table_b{
  color: #b60203;
  font-size: 20px;
}

#preguntar_h{
  color: #b60203;
  font-size: 20px;
  float: right;
  margin-right: 10px;
}

#preg_blog{
  background-color: #f8f9fa;
  border: 1px solid #e6e6e6;
}

#other_p{
  border: 1px solid #e6e6e6;
}

#p_b_t{
  margin-left: 10px;
}

#cu_blog_p{
  height: 830px;
  margin-left: 0px;
}

#i_t{
  height: 15px;
  background-color: #f8f9fa;
  border: 1px solid #fff;
}