p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #686868;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #686868;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #686868;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #686868;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #686868;
	padding: 4px;
	color: #686868;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #686868;
}
/*OTRAS CLASES*/
.titolblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #7DA4D9;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7DA4D9;
	padding: 4px;
	color: #7DA4D9;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #686868;
	text-align: justify;
}
/* ENLACES AZULES TEXTO NORMAL*/
.linknormal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #686868;
	text-decoration: underline;
}
.linknormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #7DA4D9;
	text-decoration: none;
}	

/* MENÚ DE NAVEGACIÓN DE LA DERCHA*/
a.navDer {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	background-color: #4d4d4d;
	height: 28px;
	width: 200px;
	display: block;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 6px;
}
a.navDer:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	background-color: #979797;
	height: 28px;
	width: 200px;
	display: block;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 6px;
}
/* Fin naviegación de la derecha*/
/* PEU DE FOTO*/
.peufoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #979797;
	text-decoration: none;
}
/* FLOTAR A LA DERCECHA FOTO*/
.floatright {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #7DA4D9;
	padding: 3px;
}
/* FLOTAR A LA IZQUIERDA FOTO*/
.floatleft {
	float: left;
	margin: 0px 40px 10px 0;
	border: 1px solid #7DA4D9;
	padding: 3px;
}
/* QUÉ NECESITO*/
/*Qué necesito Encabezado.*/
.encabezado {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7DA4D9;
	font-weight: bold;
	height: 30px;
	width: 228px;
	display: block;
	margin-top: 0px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-top: 1px solid #979797; 
	border-bottom: 5px solid #DADADA; 
	padding-top: 10px;
	padding-left: 19px;
	margin-bottom: 0px;
}
/*  ¿Qué necesito? Navegación derecha*/
#navcontainer { width: 250px;}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 243px;
	background-color: #979797;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
#navcontainer a:hover {
background-color: #4d4d4d;
color: #fff;
}
/*NOTAS, IMPORTANTES Y RECUERDES*/
.notas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	display:block;
	color: #686868;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
}
/*MENÚ DE NAVEGACIÓN HORIZONTAL PRINCIPAL*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 745px; /*For KHTML*/
	list-style: none;
	height: 28px;
	}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 28px;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	border: 0px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #979797;
	color: #FFF;
	font: bold 12px/22px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	line-height:28px;
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #4D4D4D;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #979797;
	color: #FFFFFF;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #4d4d4d;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #979797;
	color: #FFFFFF;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #4D4D4D;
	color: #FFFFFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}
/* fin de menú de navegación principal*/

/* MAPAS CIRCUNSCRIPCIÓN*/

#mapa {
	width: 570px;
	height: 403px;
	background-image:url(../imatges/circunscrip/mapa_base.jpg);
	background-repeat: no-repeat;
	position: relative;
	border: 0px;
	z-index: 0;
}

#bcn {
	position: absolute;
	height: 322px;
	width: 239px;
	top: 0px;
	right: 0px;
	z-index: 5;
}

a:hover#bcn {
	background-image:url(../imatges/circunscrip/mapa_bcn.jpg);
}

#canar {
	position: absolute;
	height: 80px;
	width: 165px;
	bottom: 0px;
	right: 0px;
	z-index: 4;
}

a:hover#canar {
	background-image:url(../imatges/circunscrip/mapa_canar.jpg);
	cursor: default;
}

#cadiz {
	position: absolute;
	height: 146px;
	width: 318px;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

a:hover#cadiz {
	background-image:url(../imatges/circunscrip/mapa_cadiz.jpg);
	cursor: default;
}

#galicia {
	position: absolute;
	height: 149px;
	width: 268px;
	top: 0px;
	left: 0px;
	z-index: 2;
}

a:hover#galicia {
	background-image:url(../imatges/circunscrip/mapa_galicia.jpg);
	cursor: default;
}

#madrid {
	position: absolute;
	height: 335px;
	width: 312px;
	top: 34px;
	left: 129px;
	z-index: 1;
}

a:hover#madrid {
	background-image:url(../imatges/circunscrip/mapa_madrid.jpg);
	cursor: default;
}
/* FIN MAPA CIRCUNSCRIPCIÓN*/

#peu {
	width: 550px;
	margin: 0px auto;
	border-top-style: solid;
	border-top-color: 686868;
	border-top-width: 1px;
	height: 40px;
}

#peu p {
	text-align: center;
	padding-top: 7px;
	font-size: 11px;
}
/* MENÚ SECCIÓN COMERCIAL*/
.toggler {
	color: #FFFFFF;
	margin: 0;
	padding: 5px 5px;
	background: #979797;
	height: 20px;
	width: 250px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#accordion a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #DADADA;
	width: 255px;
	height: 15px;
	display: block;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;	
}
#accordion a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #4d4d4d;
	height: 15px;
	widht: 250px;
	display:block;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;	
}
/* FIN SECCION COMERCIAL */

/* EFECTO EXPOSICIÓN*/

/* FXelements*/
#kwicks_container { 
	background-color:ffffff;
	
}
#kwicks {
	position: relative;
	widht:250px;
}
 
#kwicks .kwick {
	float:left;
	display: block;
	width: 250px;
	height: 60px;
	
}
 
#kwick_uno {background-image: url(../ESPECIALES/7argentinos/DarioSigismondo_P.jpg);}
#kwick_dos {background-image: url(../ESPECIALES/7argentinos/DiegoCaceres_P.jpg);}
#kwick_tres{background-image: url(../ESPECIALES/7argentinos/HectorBalduzzi_P.jpg);}
#kwick_cuatro {background-image: url(../ESPECIALES/7argentinos/ElTomiM_P.jpg);}
#kwick_cinco {background-image: url(../ESPECIALES/7argentinos/LauraRila_P.jpg);}
#kwick_seis {background-image:  url(../ESPECIALES/7argentinos/NormaPonce_P.jpg);}
#kwick_siete {background-image: url(../ESPECIALES/7argentinos/TitoDeLaVega_P.jpg);}
#kwick_ocho {background-image: url(../ESPECIALES/7argentinos/TitoDeLaVega_P.jpg);}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* FIN EFECTOS EXPOSICIÓN*/
