﻿@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:12px;
	text-align:center;
	behavior: url("csshover3.htc");
	background:#f0f3f4 url(../img/bg.jpg) no-repeat center top;
	color:#333;
	cursor:default;
	}
	
.wrapper {
	width:966px;
	margin:0px auto;
	text-align:left;
	}

.header {
	padding-top:10px;
	height:110px;
	}
	.header_logo { width:50%; position:relative; float:left;}
	.header_extra { width:50%; position:relative; float:left; text-align:right; padding-top:30px;}
	.header_extra a {}
	.header_extra a:hover {}
	.header_extra img a {}
	
.navy {
	padding:10px 0;
	}
	.navy_menu { width:70%; position:relative; float:left}
	.navy_buscador { width:30%; position:relative; float:left}
	
.main {
	height:211px;
	clear:both;
	background: url(../img/main.gif);
	margin-bottom:20px;
	}

.top {
	height:3px;
	background:url(../img/top.png);
	}
	
.content {
	padding:7px 10px;
	background:url(../img/content.png) repeat-y;
	}

.accesos { clear:both; margin:10px 0 30px 0; text-align:center;}
	
.bottom {
	height:5px;
	background:url(../img/bottom.png);
	margin-bottom:40px;
	}
	
.footer {
	padding:20px;
	clear:both;
	}
	.footer_enlaces { text-align:center; margin-bottom:15px;}
	.footer_enlaces a { color:#b0b8bc; text-decoration:none; padding:0 5px;}
	.footer_enlaces a:hover { text-decoration:underline;}
	.footer_logo { text-align:center}



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

h1 { font-size:40px;}

h2 {font-size:18px; color:#0080c6; margin-bottom:10px;}

h3 {font-size:36px;}

h4 {font-size:34px;}

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








#accordeon{
width: 100%;
margin:40px 0;
}

#accordeon h3 a{
	color:#fff; font-weight:bold; text-decoration:none; font-size:11px;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #b4c709;
font-size:18px;

line-height:22px;
}
.tab{
float: left;
height: 30px;
width: 30px;
margin: 0 1px 0 0;
text-align: center;
background: #b4c709 url(../img/greentab.gif) no-repeat;
cursor:pointer;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

