﻿@charset "utf-8";
/* CSS Document */

/***************************************************************
   AUTHOR:  		    CFL | Image - info@cflimage.com
   WEBSITE:   			POWERSITE
   VERSION:         	4.0          	
 **************************************************************/
 
  @import url(contenedores.css);
  @import url(contenido.css);
  @import url(noticias.css);
  @import url(tablas.css);
  @import url(formularios.css);
  @import url(tabs.css);
  @import url(lightwindow.css);
  @import url(reset.css);

/******************************************************** CUERPO
***************************************************************/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background:url(../img/body/bg_body.jpg) no-repeat top center;
	cursor:default;
	}

.bak { background:url(../img/body/bg_bottom.gif) repeat-x bottom; padding-bottom:60px;}
	
.wrapper {
	width:992px;
	margin:0px auto;
	text-align:left;
	}
	

.header {
	background:url(../img/body/bg_top.gif) repeat-x;
	height:140px;
	}
	.header_logo { width:100px; position:relative; float:left; display:block; padding-top:10px;}
    .header_menu { width:755px; position:relative; float: right;display:block;}
	.header_submenu { clear:both; background:url(../img/body/submenu.png) no-repeat right bottom; height:34px; padding-left:260px; margin-bottom:17px;
	*background:url(../img/sub.jpg) no-repeat right bottom;}
	.header_search { background:url(../img/elements/search.gif) no-repeat; height:29px; width:244px; float:right; padding-left:30px;}
	.header_search input { border:none; background:none; color:#fff; padding-top:10px; width:157px; float:left;}


.main {
	clear:both;
	text-align:center;
	}

.top {
	height:29px;
	background:url(../img/body/bg_con_top.png) no-repeat;
	}
	
.content {
	background:url(../img/body/bg_con.png) repeat-y;
	min-height:800px;
	padding:0 12px 40px 12px;
	}
	
.bottom {
	height:19px;
	clear:both;
	background:url(../img/body/bg_con_bottom.png) no-repeat;
	}
	
.footer {
	clear:both;
	background:#373737 url(../img/body/bg_footer.gif) repeat-x;
	padding-bottom:50px;
	}
	.footer_logo { padding-top:15px; color:#b1d2db; margin-bottom:30px; font-size:12px; text-align:center}
	.footer .twitter { margin-bottom:20px; background:url(../img/twitter.png) no-repeat; height:110px; color:#f1f1f1; padding:8px; width:231px; line-height:16px; font-size:11px}
	.footer .twitter a { color:#68b5ca;}
	.footer .separador { height:2px; background:url(../img/li_footer.png) no-repeat bottom left; margin:10px 0;}
	.footer .dir { text-align:center; margin-bottom:30px; padding-bottom:15px; border-bottom:solid 1px #555; color:#f1f1f1}
	.footer_enlaces ul { margin-bottom:20px;}
	.footer_enlaces ul li {  padding:7px 0; background:url(../img/li_footer.png) no-repeat bottom left; *background:none; *border-bottom:solid 1px #555; *width:200px; *height:10px }
	.footer_enlaces  ul li a { color:#8b8b8b;display:block;}
	.footer_enlaces  ul li a:hover { color:#fff; text-decoration:none;}
	.footer_enlaces table { width:100%; margin:0px auto}
    .footer_enlaces table td { vertical-align:top; width:25%;}
	.footer_enlaces table .iconos { margin-bottom:10px;}


/***************************************************** ELEMENTOS
***************************************************************/

h1 { font-size:22px; font-family:Tahoma, Geneva, sans-serif; color:#333; margin-bottom:30px;}
h1 span { display:block; font-size:11px; color:#999}
.noticia_ampliada h1 {color:#0087ac;}
h2 {font-size:22px; line-height:26px; margin-bottom:10px;}
h2 a:hover { text-decoration:none; color:#0087ac;}

h3 {font-size:15px; color:#666; margin-bottom:5px; border-bottom:solid 1px #f1f1f1; padding-bottom:5px;}

h4 {font-size:24px; color:#546d87; letter-spacing:-2px; margin-bottom:40px;}
h4 span { font-weight:bold;} 

h5 {font-size:12px; color:#fff; margin-bottom:01px; background:url(../img/h5.gif) no-repeat 0% 50%; padding-left:15px; height:16px;}

h6 {font-size:16px; margin-bottom:20px;}

p { line-height:15px; padding-bottom:15px;}

strong { font-weight:bold;}

ul {}

ul li {}

ul li a {}

ul li a:hover {}


input , textarea , select { font-family:Arial; font-size:11px ; color:#666; padding:3px; border:solid 1px #ccc;}

a { outline:none; cursor: pointer; text-decoration:none; color:#007190;}
a:hover { text-decoration:underline;}


/***************************************************** MENU
***************************************************************/


.header_menu ul li {
	display:inline;
	height:40px;
	}
	
.header_menu ul li a {
	float: left;
	height: 0;
	padding:16px 18px 27px 18px;
	padding:16px 18px 27px 18px !important;
	*padding:17px 18px 17px 18px;
	color:#d0d7d7;
	font-size:9px;
	background:url(../img/body/bg_menu.png) no-repeat right;
	text-transform:uppercase;
	}
	
.header_menu ul li a:hover {
	text-decoration:none;
	color:#fff;
	background: url(../img/body/sombra.gif) no-repeat center bottom;
	}
	

.menu {position:relative; height:18px;}
.menu ul { z-index:10; z-index:100; padding:10px 0 0 0}
.menu li {float:left}
.menu a, .menu a:active, .menu a:visited {text-decoration:none; color:#a9c0c6; padding:13px 15px; text-transform:uppercase; font-size:9px; background: no-repeat right; z-index:1000;}
.menu a:hover {color:#fff; text-decoration:none;}
#slide {position:absolute; bottom:-18px; height:6px; background: url(../img/body/sombrita.png) no-repeat center center; cursor: default}