﻿@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(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;
	color:#444;
	text-align:center;
	behavior: url("csshover3.htc");
	background:#f1f1f1;
	}
	
.wrapper {
	width:903px;
	margin:0px auto;
	text-align:left;
	}

.header {
	height:193px;
	background:url(../img/body/bg_header.png) no-repeat;
	text-align:center;
	}

.navy {
	height:45px;
	}
	.navy_menu {}
	.navy_buscador {}
	
	
.content {
	padding:20px 2px;
	background:url(../img/body/bg_content.png) repeat-y;
	}
	
.bottom {
	height:4px;
	background:url(../img/body/bg_bottom.png) no-repeat;
	}
	
.footer {
	padding:40px 0;
	clear:both;
	}
	.footer_logo { text-align: center}



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

h1 { font-size:40px;}

h2 {font-size:38px;}

h3 { color:#6b111a; text-align:center; margin-bottom:20px; border-bottom:solid 1px #f1f1f1; padding-bottom:10px; font-weight:bold;}

a h4{ margin-bottom:5px; color:#333; font-weight:bold; text-decoration:none;}
a:hover h4 {color:#6b111a;}

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;}

iframe { width:100%; height:300px;}


