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

/***************************************************************
   AUTHOR:  		    CFL | Image - info@cflimage.com
   WEBSITE:   			TEMPLATE
   VERSION:         	1.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(lightbox.css);
  @import url(reset.css);
  @import url(menu.css);
  @import url(otros.css);


/******************************************************** CUERPO
***************************************************************/
.bag { background:url(../img/body/bag.gif) no-repeat center top;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5f5d59;
	text-align:center;
	background:url(../img/body/bg.gif) repeat-y center;
	}
	
.wrapper {
	width:990px;
	margin:0px auto;
	text-align:left;
	}
	
.top {
	height:33px;
	text-align:right;
	}

.header {
	height:110px;
	background:url(../img/map.png) no-repeat bottom right;
	}
	.header_logo { width:50%; position:relative; float:left; padding-top:30px}
	.header_extra { width:50%; position:relative; float:left; text-align:right; padding-top:5px;}
	.header_extra select { border:solid 1px #c2bebd !important; padding:4px;}
	
	
.navy {
	background:url(../img/body/navy.gif) repeat-x;
	margin-bottom:20px;
	}
	
	
	
.main {
	clear:both;
	overflow:hidden; text-align:right;
	width:746px;
	}

.main2 { height:200px; clear:both;}
	
.content {
	padding:0px 0 60px 0;
	}
	
	
.footer {
	clear:both;
	background:url(../img/body/bg_footer.gif) repeat-x bottom;
	height:218px;
	}
	.footer_enlaces { text-align:center; color:#bfbfbf; padding-top:20px;}
	.footer_enlaces a { color:#bfbfbf}
	.footer_enlaces a:hover {}
	.footer_logo { float:left; margin-top:-27px}
	
	.footer .separador { height:2px; background:url(../img/elements/separador.png) no-repeat center; margin:5px 0 15px 0;}



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

h1 { font-size:20px; margin-bottom:10px; color:#ff8400}
h1 a {color:#ff8400}

h2 {font-size:38px;}

h3 {font-size:36px;}

h4 {font-size:34px;}

h5 {font-size:32px;}

h6 {font-size:16px; font-weight:bold; margin-bottom:10px; padding-bottom:5px; border-bottom:solid 1px #f1f1f1;}

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

strong { font-weight:bold;}

ul {}

ul li {}

ul li a {}

ul li a:hover {}

quote {}

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

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












