/* CSS */
body {
   padding:0px;
   margin: 0px;
   font-size: 0.75em;
   font-family: "Arial", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
   color: #000;
}

#container {
   width:100%;
}

#head {
   height:60px;
   background-image:url(../img/bg_top.jpg); 
   background-repeat:repeat-x;
   color:#CCCCCC;
   padding: 0px;
}

#head2 {
   height:35px;
   background-image:url(../img/bg_head2.gif); 
   background-repeat:repeat-x;
   color:#CCCCCC;
   padding: 0px;
}


/*Height en el cuerpo*/
#cuerpo{
   margin: 0px 150px 0px 150px; 
}

#col_left {
   width: 230px;
   float: left;
   padding: 10px 3px 3px 3px;
}

#center {
   padding: 10px 50px 10px 50px;   
   margin-left: 200px;
  }

#foot {
   clear: both;
   height: 60px;
   padding: 5px 0 0 0px;
   color: #FFFFFF;
   font-size: 0.90em;
   background-image:url(../img/bg_footer.gif);
   background-repeat:repeat-x;
} 

#foot p {
	color:#666666;
	text-align:center;
	padding-top:5px;
} 


/* formato texto */
h1 {
    font-family: "Tahoma", "Arial", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 15px 0px;
	text-align:left;
	border-bottom:1px solid #ccc;
}

p {
	padding-bottom: 0px;
	color:#333333;
	font-size:0.90em;
	line-height:1.5em;
	text-align:justify;
}

.clear{
	clear: both;
}


/* Ofertas Bono */
table.ofertas_bono {
	font-size:11px;
}

.titulo_bono {
	font-size: 12px;
	font-weight: bold;
	color:#006699;
	line-height:1.5em;
	border-top:1px solid #003399;
	border-bottom:1px solid #003399;
	border-right:1px solid #003399;
}

.precio_bono{
	font-size: 18px;
	font-style:normal;
	font-weight: light;
	/*color:#C0C0C0;*/
	color:#FFFFFF;
	text-align: right;
}

span.borde_precio{
	padding:5px;
	background-color:#006699;
}
/* Fin ofertas bono


/* Imagenes */
img { 
	border:none; 
}

/*Enlaces*/
a:link, a:visited {
	color:#333333;
	text-decoration: none;
	padding-bottom: 2px;
}

a:hover {
	color:#333333;
	text-decoration:underline;
	text-decoration: none;
}
a:active {
	border: 0; 
	color:#333333;
	text-decoration: underline;		
}

/* Enlaces Menú*/
a.menu:link ,a.menu:visited{
	color:#333333;
	text-decoration: none;
	font-size:11px;
}

a.menu:hover {
	color:#333333;
	padding:5px;
	background-color:#C0C0C0;
	border-right:5px solid #C0C0C0;
}

a.menu:active {
	color:#000000;
	text-decoration: none;		
}

/* Enlaces Foot*/
a.foot:link ,a.foot:visited{
	color:#C0C0C0;
	text-decoration: none;
	font-size:11px;
	padding:5px;
}

a.foot:hover {
	color:#FFFFFF;
	background-color:#003399;
}

a.foot:active {
	color:#000000;
	text-decoration: none;		
}


/* Listas */	
ul {
	padding-top:10px;
	padding-bottom: 15px;
	padding-left: 7px;
	text-align:left;
}

li {
	list-style-image:url(../img/ico.gif);
	padding: 0px 5px 0 6px;
	line-height:1.5em;
	border-bottom:1px solid #cccccc;
}


/* Estilos Formulario*/
fieldset{
	color: #333333;
}

legend{
	color:#003399;
	background-color: #FFFFFF;
	margin: 0;
}

label {
	display: none;
}

input.tr, textarea, select {
	font-size:12px;
	background-color: white;
	border: 1px solid #666666;
	color:#333333;
	margin-bottom: 0.3em;
	padding: 1px 3px 0px 3px;
	border-left: 3px solid #666666;
	font-family: "Verdana", "Arial", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
}


input.btn {
    font-family: "Verdana", "Arial", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
	background-color:#fff;
    margin:4px 0 0 0px; 
	font-size:11px;
}


/* Etiquetas */
span.etiqueta {
	border:1px solid black;
	padding:2px;
}

/*Caja verde y caja menú */
span.tit_caja {
	color:#FFFFFF;
	font-size:0.90em;
	position:relative;
	top:+5px;
}

div.titular_pagina {
	color:#FFFFFF;
	font-size:14px;
	font-weight:lighter;
	position:relative;
	top:+30px;
	left:+30px;
}

span.ivano{
	background-color:#FFFF99;
	padding:3px;
	font-size:11px;
}

