@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
	background:#f9f9f9;
}

body.intro {
	width:100%;
	height:100%;
	background:#6698c1;
	font:8pt Arial, Helvetica, sans-serif;
	color:#6C6C6C;
}

body {
	background:none;
	font:9pt Arial, Helvetica, sans-serif;	
	color:#6C6C6C;	
}

.wrapper {
	position:absolute;
	width:100%;
	background:#FFF;
	top:50%;
	margin-top:-169px;
}

.homeimg {
	float:left;
}

.logo {
	padding:30px;
}

.copy {
	position:absolute;
	top:50%;
	margin-top:180px;		
	margin-left:540px;
}

.language {
	float:left;
}

.language li{
	display:block;
	padding:4px 33px;
}

body.intro a {
	text-decoration:none;
	color:#6C6C6C;
}

body.intro a:hover {
	border-bottom:1px solid #CCC;
}

a {
	color:#00aeff;
	text-decoration:underline;
}

a:hover {
	color:#1284b9;
	text-decoration:underline;
}

.module {
	background-color:#f3f4f8;
}

/* Estructura de la plantilla principal */

#maincontainer {
	width:986px;
	margin:0 auto;
}

#contentcontainer {
	float:left;
	width:100%;
}

#contentcolumn {
	float:left;
	width:365px;
	padding:40px 30px;
}


#contentcolumnnews {
	float:left;
	width:665px;
	padding:40px 30px;
}


#leftcolumn {
	float:left;
	width:260px;
}

#rightcolumn {
	float:left;
	width:295px;
	padding-top:45px;
}

#header img{
	margin-top:20px; 
}

.module {
	margin-top:10px;
}

.module *{
	padding:8px;
}

.module .catalog{
	padding:0;
}

.contact_title {
	font: 9pt  Georgia, "Times New Roman", Times, serif;
	color:#222;
	font-weight:bold;
}

body.news h1 {
	color:#5c5c5c;
}

h1 {
	font: 18pt  Georgia, "Times New Roman", Times, serif;
	margin-bottom:20px;
	color:#ff006c;
}

h2 {
	font: 14pt  Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	color:#ff006c;
}

.date {
	font: 7pt  Georgia, "Times New Roman", Times, serif;	
	color:#7f7f7f;	
}

.date em {
	font-size:8pt;
	color:#ff006c;
	font-weight:normal;
}

.newsitem img {
	float:left;
	margin-right:8px;
}

.newsitem {
	color:#6698c1;
	font-size:8pt;
	height:95px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	border-bottom:1px dotted #bcbcbc;
	margin-top:10px;
}

.newsitem a {
	text-decoration:underline;
	color:#fe217f;
	font-weight:normal;
}

.newsitem a:hover {
	color:#c8095a;
}

.pagination {
	padding-top:10px;
}

.pagination a{
	font: 8pt  Georgia, "Times New Roman", Times, serif;	
	color:#7f7f7f;
	text-decoration:none;
}

.pagination a:hover {
	border-bottom:1px solid #CCC;
}

.pagination .next {
	margin-left:400px;
}

strong {
	font-weight:bold;
	font: 9pt  Georgia, "Times New Roman", Times, serif;
	color:#222;
	font-weight:bold;
}

.footer {
	width:100%;
	height:90px;
	background:url(../images/footer_bg.jpg);
	padding-top:26px;
}

.footer .logo {
	float:left;
	padding:0;
}

.footer .legal {
	float:right;
	margin-top:4px;
}

p{
	margin-top:10px;
	line-height:12pt;
	text-align:justify;
}

.footerwrapper {
	width:986px;
	margin:0 auto;
}

.bottombar a {
	text-decoration:none;
	color:#7f7f7f;
}

.bottombar a:hover {
	color:#666;
	border-bottom:1px solid #CCC;
}

.bottombar {
	width:100%;
	margin:20px 0 0 0;
	border-top:1px dotted #CCC;
	padding:10px;
	background:#f3f4f8;
	font:8pt Georgia, "Times New Roman", Times, serif;
}

.back {
	margin-left:400px;
}

.bottombar img{
	vertical-align:middle;
}

.archive {
	padding:10px;
	background:#f3f4f8;
	font:8pt Georgia, "Times New Roman", Times, serif;	
}

.archive a {
	margin-left:10px;
	text-decoration:none;
	color:#7f7f7f;
}

.archive a:hover {
	color:#666;
	border-bottom:1px solid #CCC;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */