 /*CSS DEL LOGO */
 .cabecera{display:block}
.cabecera *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FEFF37}
.cabecera1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6d6d17;
  border-right:1px solid #6d6d17;
  background:#bebf29}
.cabecera2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #191905;
  border-right:1px solid #191905;
  background:#cdce2c}
.cabecera3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cdce2c;
  border-right:1px solid #cdce2c;}
.cabecera4{
  border-left:1px solid #6d6d17;
  border-right:1px solid #6d6d17}
.cabecera5{
  border-left:1px solid #bebf29;
  border-right:1px solid #bebf29}
.cabecerafg{
  background:#FEFF37}

 /*CSS DEL CUERPO */
 .cuerpo{
  font-size:5px;
  text-align:center;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background: transparent url("images/fondo.jpg") no-repeat fixed; 
  font-family:Tahoma;
  font-size:10px;
  color:#000000;
  text-decoration:none;
  text-align:left;
}

/* RAYA VERTICAL EN <TD> */

.raya {
	margin-left:1%;
	border-left:#8A8740 2px solid;
	border-collapse:collapse;
}

.margenTD{
	padding:10px
}

/* LINKS */
.links{
	text-decoration:none;
	color:#394284;
}
.links:visited {
   text-decoration:none;
   color:#220E0A;
}
.links:hover {
	text-decoration:none;
	color:#BB2828;
} 

/* FORMULARIO */
.input{
	font-family: tahoma;
	font-size: 14px;
	color: #454743;
}

.label {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
/* CSS DEL MENU DESDE AQUI*/
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}
.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}
.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}

/*BOTON */
 .boton{
    border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 18px;
	border-left: #666666 1px solid;
	color: #000000;
	cursor: pointer;
	border-bottom: #666666 1px solid;
	font-family: Tahoma;
	background-color: #ffffff;
	height: 30px;
	text-decoration: none;
 }
 
 /* RELOJ CUENTA ATRAS */
 .relojnumeros {

    width: 25px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #000000;       /* change color using the hexadecimal color codes for HTML */

}

.relojtitulo {/* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */

    width: 10px;
    text-align: center;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    color: #000000;       /* change color using the hexadecimal color codes for HTML */

}
