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

/***************************************************************
   AUTHOR:  		    CFL | Image - info@cflimage.com
   WEBSITE:   			Locos por las telas
   VERSION:         	2.0          	
 **************************************************************/
 
  @import url(contenedores.css);
  @import url(contenido.css);
  @import url(noticias.css);
  @import url(productos.css);
  @import url(tablas.css);
  @import url(formularios.css);
  @import url(pestañas.css);
  @import url(reset.css);

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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background:#0a92bf url(../img/body/bg.jpg) no-repeat center top;
	color:#444;
	}
	
.wrapper {
	width:840px;
	margin:0px auto;
	text-align:left;
	}

.header {
	height:170px;
	}
	.header_logo {}
	.header_extra { color:#fff; padding-top:15px; margin-bottom:40px;}
	.header_extra a {}
	.header_extra a:hover {}
	.header_extra img a {}
	
.navy {
	height:47px;
	background:url(../img/body/bg_menu.gif) repeat-x;
	}
	.navy_buscador { width:20%; position:relative; float:right; text-align:right;}
	.navy_menu { width:80%; position:relative; float:left}
	.navy_menu ul li { display:inline;}
	.navy_menu ul li a {
	height:40px;
	float: left;
	height: 0;
	padding:20px 18px 20px 18px;
	height:7px;
	overflow: hidden;
	color:#b7d7e6;
	font-size:12px;
	background:url(../img/body/nv_a.gif) no-repeat right;
	}
	.navy_menu ul li a:hover {
		background:#000;
		text-decoration:none;
		color:#fff;
		background:url(../img/body/nv_a_h.gif) no-repeat right;
		}
	
.main {
	clear:both;
	background:#233e47;
	min-height:5px;
	}

.content {
	background:#fff url(../img/body/bg_cont.gif) repeat-y;
	}
	
.bottom {
	height:255px;
	background:url(../img/body/bg_bottom.gif) no-repeat;
	}


	
.footer {
	padding:40px;
	clear:both;
	}
	.footer_enlaces { text-align:center; color:#fff;}
	.footer_enlaces a {}
	.footer_enlaces a:hover {}
	.footer_logo { text-align:center; margin-bottom:10px;}



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

h1 { font-size:18px; margin-bottom:20px; color:#1f738f; font-weight:bold;}

h2 {font-size:38px;}

h3 {font-size:36px;}

h4 {font-size:34px;}

h5 {font-size:32px;}

h6 {font-size:30px;}

p { line-height:15px; 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;}

