﻿/*	Contenedores */

.contendor_logoTop {
    float:left;
	text-align:center;
	margin-top:25px;
	width: 150px;
	height: 71px;
}

.contenedor_areaPrivada{
    text-align:center;
    margin-top: 30px;
}

.contenedor_centroHome{
    float:left;
    margin: 0px 5px 5px 10px;
	width: 340px;
	padding-right:10px;
	border-right: 1px solid #a3a3a3;
	z-index:-1;
}

.contenedor_derechaHome{
    float:right;
	width: 210px;
	margin: 0px 0px 10px 0px;
}

.contenedor_ultimasNoticias{
    text-align:center;
    margin-top: 25px;
}

.texto_contenido{
	margin: 5px 5px 10px 5px;
	text-align:justify;
	font-weight:normal;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background: #fff;
	color: #666666;
}

/*	Estilos Generales	*/

body{
    margin:0px;
	padding:0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background: #fff;
	color: #666666;
}

a:link, a:visited {
	color: #e55300;
	text-decoration: none;
}

a:hover, a:active {
	color: #a3a3a3;
	text-decoration:underline;
}

/* Menú */
/* common styling */

.menu {
    font-size:11px;
	font-weight:bold;
	font-family: sans-serif, arial, Tahoma;
    position:relative;
    z-index:1000;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
}
.menu ul ul {
width:170px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
    float:left;
    text-align:center;
    position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
    display:block;
    font-size:11px;
    text-decoration:none; 
    color:#fff; 
    height:18px; 
    border:1px solid #fff; 
    border-width:1px 1px 0 0; 
    background:#0035ad; 
    padding-left:5px; 
    line-height:17px;
}
/* a hack so that IE5.5 faulty box model is corrected *
* html .menu a, * html .menu a:visited {
    width:119px;
    w\idth:128px;
}*/

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#0035ad;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#e55300;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
    visibility:hidden;
    position:absolute;
    height:0;
    top:18px;
    left:0; 
}

/* another hack for IE5.5 */
* html .menu ul ul {
    top:18px;
    t\op:19px;
}

/* position the third level flyout menu */
.menu ul ul ul{
    left:170px;
    top:0;
    width:170px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-170px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; text-decoration:none; }

.menu table a {text-decoration:none; }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
    background:#0035ad; 
    color:#fff; 
    height:auto; 
    line-height:1em; 
    padding:5px 5px; 
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
    width:161px;
    w\idth:160x;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#e55300;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#e55300;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/*  Textos y Títulos */

.texto_pie {
  font-size: 9px;   
}

.texto_normal {
    color: #666666;
}

.texto_resaltado {
    color: #e55300;
}

.titulo_pagina {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin-left:15px;
	color: #666666;
	font-weight:bold;
    text-align:justify; 
}

.titulo_contacto_rojo {
    font-size: 22px; 
    font-family: verdana, helvetica, arial; 
    font-weight: bold; 
    color: #FF3300;
}
.texto_contacto_rojo {
    font-size: 15px; 
    font-family: verdana, helvetica, arial; 
    font-weight: bold; 
    font-style:italic;
    color: #FF3300;
}

.telefono_contacto_gris {
    font-size: 34px; 
    font-family: verdana, helvetica, arial; 
    font-weight: bold; 
    color: #a3a3a3;
}

/*  Líneas y Cajas */

.linea_normal{
	border-top: 1px solid #a3a3a3; 
	margin: 0 auto;
	height:1px;
}

.linea_resaltada{
	border-top: 1px solid #e55300; 
	margin: 0 auto;
	height:1px;
}

/*  Enlaces - Links */

a.euronet:link, a.euronet:visited {
	font-size:10px;
	color: #a3a3a3;
	height: 30px;
	font-weight:bold;
	text-decoration: none;
}
a.euronet:hover, a.euronet:active {
	font-size:10px;
	height: 30px;
	color: #e55300;
	font-weight:bold;
	text-decoration: none;
}

a.topLink:link, a.topLink:visited {
	font-size:10px;
	color: #a3a3a3;
	height: 30px;
	font-weight:bold;
	text-decoration: none;
}
a.topLink:hover, a.topLink:active {
	font-size:10px;
	height: 30px;
	color: #e55300;
	font-weight:bold;
	text-decoration: none;
}

a.apLink:link, a.apLink:visited {
    font-size:11px;
	color: #e55300;
	height: 30px;
	font-weight:bold;
	text-decoration: none;
}
a.apLink:hover, a.apLink:active {
	font-size:11px;
	height: 30px;
	color: #a3a3a3;
	font-weight:bold;
	text-decoration: none;
}

.subMenu {
	font-size:10px;
	height: 30px;
	color: #e55300;
	font-weight:bold;
	text-decoration: none;
}

a.subMenu:link, a.subMenu:visited {
	font-size:10px;
	color: #a3a3a3;
	height: 30px;
	font-weight:bold;
	text-decoration: none;
}
a.subMenu:hover, a.subMenu:active {
	font-size:10px;
	height: 30px;
	color: #e55300;
	font-weight:bold;
	text-decoration: none;
}

/*  Formularios */

.button {
    background-color:#e55300; 
    color:#fff; 
    cursor:pointer; 
    border:solid 1px #e55300; 
    margin-left:5px; 
    padding:1px 8px;
}