@font-face {
    font-family: 'helvetica_ceregular';
    src: url('helvetica_ce_regular-webfont.eot');
    src: url('helvetica_ce_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('helvetica_ce_regular-webfont.woff') format('woff'),
         url('helvetica_ce_regular-webfont.ttf') format('truetype'),
         url('helvetica_ce_regular-webfont.svg#helvetica_ceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	font-family:helvetica_ceregular, arial;
	margin:0;
	font-size:13px;
	background:url(../img/fondo.jpg) no-repeat right top #ffffff;
	color:#e4e6e5;
}

h1
{
	color:#e4e6e5;
	font-weight:normal;	
}

img
{
	border:none;
}

a
{
	text-decoration:none;	
	color:#00527d;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	margin:0;
}

#contenido
{
	width:968px;
	margin:0 auto;
}

#tlfb
{
	background:url(../img/bottlfb.jpg) no-repeat;
	width:260px;
	height:39px;
	
}

#tlfa
{
	background:url(../img/bottlfa.jpg) no-repeat;
	width:260px;
	height:39px;
}

.azul
{
	color:#00527d;
}

.azulpie
{
	color:#0369f4;
}

.blanco
{
	color:white;
}


/*******************************************************************************************************/
/* Estilo para la ventana de la ley de cookies*/
#cookieMessageWrapper
{    
/* Este Es My Estilo que le Agrege :D*/
  width: 100%;
  border-top: 1px solid #aaaaaa;
  background: #f6f6f6;
  opacity: 0.75;
  position: fixed;
  left: 0;
  bottom: 0px;
  text-align: center;
  margin: 0 auto;
  padding: 5px ;
  z-index: 98;
  
  /*
  Este Es El Que Viene por Defecto
  background: #fd8;
  font-family: "Segoe UI",Verdana,Arial,Helvetica,Sans-Serif; 
  font-size: 11pt; 
  font-weight: normal; 
  color: #333;
  padding: 0;
  margin: 0;
  display: none;
  border-bottom: solid 1px #f80;*/
}
#cookieMessage
{
  font-size: 0.8em;
  /*width: 640px;*/ /* this needs to be set to the width of the centre container */
  padding: 3px 0 3px 0;
  margin: 0 auto;
  position: relative;  

}

#cookieMessage:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#cookieMessage p
{
  margin: 5px 0 0;
  color:#7e7e7e !important;
}
#cookieClose
{
  float: right;
  display: block;
  padding: 0px 5px;
  text-decoration: none;
  background: #f80;
  border: solid 1px #000;
  border-radius: 2px;
  color: #fff;
  font-size: 100%;
  margin-top: 6px;
  font-weight: bold;
}