﻿body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

img {
	border-style: none;
}

div.divFlash {
	position:absolute;
	left:50%;
	top:50%;
	width:550px;
	height:400px;
	margin-top:-200px;
	margin-left:-275px;
	font-family: Arial;
	font-size:12px;
	font-variant:normal;
	font-weight:normal;
	text-align:center;
}
div.divFlash a.aSaltarFlash {
	color:#878787;
	text-decoration: none;
}
div.divFlash a.aSaltarFlash:hover {
	color:#EC2024;
}

/*
****************************************************************************
** Slideshow Header
****************************************************************************
*/
.divImages {
	/*position:relative;*/
	width:745px;	
	height:360px;
	float:left;
	z-index:1;
}

.divImages div {
	display:none;
	position:absolute;
	width:745px;	
	height:360px;
	z-index:1;
}
.divImages div a {
	z-index:10;
}
.divSlideshowImages {
	clear:both;
	margin-left:220px;
	z-index:-1;
}
.divSlideshowImages a {
	width:8px;
	height:8px;
	float:left;
	background:url(../images/headerSlideshowoff.gif) no-repeat;
	display:block;
	font-size:1px;
	margin-left:20px;
	z-index:-1;
}
.divSlideshowImages a:hover {
	background:url(../images/headerSlideshowon.gif) no-repeat;  
}

.divSlideshowImages a.current {
	background:url(../images/headerSlideshowon.gif) no-repeat;      
}


/*
****************************************************************************
** Content
****************************************************************************
*/
table.tblMain {
	border:0px;
	padding:0px;
}
table.tblContent {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size:12px;
	font-variant:normal;
	font-weight:normal;
	border:0px;
	width:100%;
	color:#616161;
}
table.tblContent td.tdContentTituloM {
	font-size: 30px;
	color: #929292;
}
table.tblContent td.tdContentTituloS {
	font-size: 30px;
	color: #0091C7;
}
table.tblContent td.tdContentTitulo {
	font-size: 16px;
	color: #0091C7;
	line-height: 22px;
}
table.tblContent td {
	font-family: Arial;
	font-size: 14px;
	color: #4B4B4B;
	line-height: 20px;
}
table.tblContent td p {
	margin:0;
}

.ContentTitulo {
	font-size:12px;
	color:#0091C7;
}
.Content {
	font-family: Arial;
	font-size:12px;
	color:#616161;
}
/*
****************************************************************************
** Noticias - Contactos
****************************************************************************
*/
div.divTabNotCont {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#535353;
	line-height:normal;
	height:100%;
}
table.tblNoticias {
	font-family: Arial;
	font-size: 12;
	font-weight: normal;
	color: #535353;
	line-height: normal;
	border: 0px;
	width: 100%;
	height: 100%;
}
table.tblNoticias td.tdTabNoticiasFecha {
	color: #535353;
}
table.tblNoticias a.aTabNoticias {
	font-family: Arial;
	font-size: 12;
	font-weight:normal;
	color: #535353;
	text-decoration:none;
}
table.tblNoticias a.aTabNoticias:hover {
	color: #535353;
	text-decoration:none;
}
table.tblNoticias a.aTabNoticiasDesc {
	color:#535353;
	text-decoration:none;
}
table.tblNoticias a.aTabNoticiasDesc:hover {
	color:#EC2024;
	text-decoration:none;
}
table.tblNoticias a.aTabNoticiasDescOn {
	color:#EC2024;
	text-decoration:none;
}

/*
****************************************************************************
** Footer
****************************************************************************
*/
table.tblFooter {
	font: Arial;
	font-size: 12px;
	color: #878787;
	line-height: 18px;
	font-style:normal;
	font-weight:normal;
	width:100%;
}
table.tblFooter td.tdFooterSeparator {
	border-bottom: 1px solid #878787;
	font-size: 8px;
	height: 8px;
	line-height: 0px;
}
table.tblFooter td.tdFooterSeparatorV {
	border-left: 1px solid #878787;
	width:20px;
	height:140px;
}
table.tblFooter td.tdFooterSeparatorMenu {
	border-bottom: 1px solid #878787;
}
table.tblFooter a.aFooterEmail {
	color:#EC2024;
	text-decoration: none;
}
table.tblFooter a.aFooterEmail:hover {
	text-decoration: underline;
}
table.tblFooter a.aFooterMenu {
	color:#5F5F5F;
	text-decoration: none;
}
table.tblFooter a.aFooterMenu:hover {
	color:#EC2024;
}
table.tblFooter td.tdFooterSubMenuActivo {
	color:#EC2024;
}
table.tblFooter td.tdFooterMenuActivo {
	color:#EC2024;
	border-bottom: 1px solid #878787;
}
table.tblFooter a.aFooterSubMenu {
	color:#878787;
	line-height:27px;
	text-decoration: none;
}
table.tblFooter a.aFooterSubMenu:hover {
	color:#EC2024;
	text-decoration: none;
}

