﻿@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;
	text-align:center;
	behavior: url("csshover3.htc");
	background:#000102 url(../img/bg.jpg) no-repeat center top;
	cursor:default;
	color:#7c7c7c;
	}
img, div, a, input{ behavior: url(css/iepngfix.htc) }
img, div, a, input{ behavior: url("css/iepngfix.htc") }
.wrapper {
	width:903px;
	margin:0px auto;
	text-align:left;
	background:url(../img/bg_wrapper.png) repeat-y;
	padding:0 6px 0 6px;
	}

.header {
	height:108px;
	background:url(../img/bg_header.jpg) no-repeat;
	}
	.header_logo { width:30%; position:relative; float:left; padding-top:30px;}
	.header_extra { width:70%; position:relative; float:left; text-align:right;}
	.header_extra .enlaces_header { padding-right:20px; padding-top:10px; margin-bottom:20px;}
	.header_extra .enlaces_header a { color:#b7ced6; text-decoration:none;}
	.header_extra .enlaces_header  a:hover { color:#fff;}
	
.navy {
	}
	.navy_menu { width:80%; position:relative; float:left; padding-top:5px;}
	.navy_buscador { width:20%; position:relative; float:left}
	
.main {
	clear:both;
	margin-bottom:8px;
	text-align:center;
	}

.top {
	height:5px;
	}
	
.content {
	padding:20px 10px;
	background:#fff url(../img/bg_content.gif) repeat-x;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	}
	
.bottom {
	height:6px;
	width:915px;
	margin:0px auto;
	background:url(../img/bg_bottom.gif) no-repeat;
	clear:both;
	margin-bottom:20px;
	}
	
.footer {
	padding:20px;
	clear:both;
	}
	.footer_enlaces { text-align:center; margin-bottom:20px;}
	.footer_enlaces a { color:#4f4f51; margin:0 10px; text-decoration:none;}
	.footer_enlaces a:hover { color:#fff;}
	.footer_logo { text-align:center}



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

h1 { font-size:18px; margin-bottom:15px; padding-bottom:10px; border-bottom:dotted 1px #7c7c7c;}

h2 {font-size:18px; text-align:center; padding-bottom:10px; margin-bottom:15px; border-bottom:dotted 1px #7c7c7c; color:#747474}

h3 {font-size:12px; font-weight:bold; padding-bottom:5px; border-bottom:dotted 1px #ccc; margin-bottom:10px; background:url(../img/h3.gif) no-repeat 0% 50%; padding-left:10px;}

h4 {font-size:34px;}

h5 {font-size:32px;}

h6 {font-size:30px;}

p { line-height:15px; padding-bottom:15px; text-align:justify;}

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


/********************************************************** PICS
***************************************************************/


.pic1 { position:relative; float:left; margin:0 12px 6px 0;}
.pic2 { position:relative; float:left;   margin:0 0 6px 0;}

*html .pic1 { position:relative; float:left; margin:0 4px 4px 0;}
*html .pic2 { position:relative; float:left;   margin:0 0 5px 0;}


/********************************************************** NAVY
***************************************************************/
.navy_menu { float:right; padding-right:20px;}
.navy_menu a { color:#fff; font-size:11px; font-weight:bold; margin-left:20px; text-transform:uppercase; }
.navy_menu a:hover { text-decoration:none; color:#a6d1e5;}


