﻿@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(tablas.css);
  @import url(formularios.css);
  @import url(reset.css);

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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#f1f1f1;
	color:#615e5b;
	}
	
.wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
	background:#fff;
	border-left:solid 1px #e8e8e8;
	border-right:solid 1px #e8e8e8;
	}

.header {
	height:203px;
	padding-top:20px;
	background:url(../img/body/header.jpg) no-repeat;
	}
	.header_logo { position:relative; float:left; margin-left:-5px;}
	.header_extra { width:275px; height:39px ;position:relative; float:right; background:url(../img/img_bus.gif) no-repeat; padding:3px 0 0 35px;}
	
.navy {
	padding-top:7px;
	background:#e5e5e5;
	}
	.navy_menu { position:relative; float:left}
	
.main {
	height:50px;
	clear:both;
	}

.top {
	height:5px;
	}
	

.content {
	padding:20px;
	}
	
.bottom {
	height:2px;
	background:url(../img/body/bottom.gif) repeat-x;
	margin-bottom:40px;
	}
	
.footer {
	clear:both;
	background:url(../img/body/footer.gif) no-repeat;
	height:68px;
	}
	.footer_enlaces { padding:25px 0 0 130px;}
	.footer_enlaces a { text-decoration:none; font-size:11px; color:#e1a5a3; margin-left:10px;}
	.footer_enlaces a:hover { color:#fff;}



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

h1 { font-size:18px; margin-bottom:20px; padding-bottom:10px; background:url(../img/body/h1.gif) repeat-x bottom; font-family:"Georgia", Times New Roman, Times, serif}

h2 { font-size:16px; padding-bottom:5px;  font-family:"Georgia", Times New Roman, Times, serif}

h3 {font-size:14px; margin-bottom:10px;  font-family:"Georgia", Times New Roman, Times, serif; color:#900}

h4 {font-size:24px; margin-bottom:10px; padding-bottom:10px; border-bottom:solid 1px #f1f1f1;;  font-family:"Georgia", Times New Roman, Times, serif; color:#900}

h5 {font-size:32px;}

h6 {font-size:30px;}

p { line-height:17px; 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 { text-decoration:none; outline:none;}
a:hover { text-decoration:underline;}










#navlist {
        padding: 9px 0;
        margin-left: 0;
        font-size:11px;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 8px 2em;
        margin-left: 2px;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        text-decoration: none;
		color:#858585;
}


#navlist li a:hover {
        color: #333;

}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white !important;
		border:solid 1px #dcdcdc;
}
-->








