﻿@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.bg_01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background:#4293d1 url(../img/body/top.jpg) no-repeat top center;
	color:#555;
	cursor:default;
	}
	
body.bg_01 .bag { background:url(../img/body/bottom.gif) no-repeat center bottom; padding-bottom:105px;}

body.bg_01 .content {
	padding:20px 30px;
	background:url(../img/body/content.gif) repeat-y center;
	min-height:500px;
	}
	
body.bg_02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background:#3e184e url(../img/body/top2.jpg) no-repeat top center;
	color:#555;
	cursor:default;
	}
	
body.bg_02 .bag { background:url(../img/body/bottom2.gif) no-repeat center bottom; padding-bottom:105px;}

body.bg_02 .content {
	padding:20px 30px;
	background:url(../img/body/content2.gif) repeat-y center;
	min-height:500px;
	}
	
body.bg_03 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background:#a5d032 url(../img/body/top3.jpg) no-repeat top center;
	color:#555;
	cursor:default;
	}
	
body.bg_03 .bag { background:url(../img/body/bottom3.gif) no-repeat center bottom; padding-bottom:105px;}

body.bg_03 .content {
	padding:20px 30px;
	background:url(../img/body/content3.gif) repeat-y center;
	min-height:500px;
	}
	
.wrapper {
	width:962px;
	margin:0px auto;
	text-align:left;
	}

.header {
margin-top:20px;

	}
	.header_logo { width:50%; position:relative; float:left;}
	.header_extra { width:50%; position:relative; float:left; text-align:right;}
	.header_extra a {}
	.header_extra a:hover {}
	.header_extra img a {}
	
	
.main {
	height:150px;
	clear:both;
	}

	
	
.footer {
	clear:both;
	}
	.footer_enlaces { text-align:center}
	.footer_enlaces a {}
	.footer_enlaces a:hover {}
	.footer_logo { text-align:center; padding-top:35px;}



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

h1 { margin-bottom:40px; text-align:center }

h2 {font-size:18px; margin-bottom:10px;}
h2 a { color:#09C; text-decoration:none; font-weight:bold;}

h3 {font-size:22px; font-weight:bold; color:#069; margin-bottom:20px; text-align:center}

h4 {font-size:18px; font-weight:bold; color:#f60; text-decoration:underline; text-align:center; margin-bottom:20px;}

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 { cursor:pointer; outline:none; color:#06C; text-decoration:none;}
a:hover { text-decoration:underline;}

