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

/***************************************************************
   AUTHOR:  		    Carlos Aguilar | www.powersite.com.ar
   WEBSITE:   			CURRAO
   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(lightbox.css);
  @import url(reset.css);
  @import url(tabs.css);

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

body, html{
width:100%; height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background:#3b498a url(../img/body/bg.gif) repeat-y center;
	cursor:default;
	color:#333;
	}

.top {
	height:33px;
	background:#3b498a;
	padding-top:10px;
	}

.center {
	width:950px;
	margin:0px auto;
	}
	
.wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
	padding:0 25px;
	}

.header {
	height:86px;
	margin:30px 0;
	}
	.header_logo { width:30%; position:relative; float:left;}
	.header_extra { width:54%; position:relative; float: right; text-align:right; padding-top:20px}
	.header_extra a { color:#aaa;}
	.header_extra a:hover { color:#666; text-decoration:none;}
	.header_extra img a {}
	.header_extra .navy {border-top: solid 1px #b0c5ce; margin-top:10px; padding-top:10px;}
	.header_extra .navy a { color:#777; font-size:12px; padding-left:11px; margin-left:11px; border-left:solid 1px #f1f1f1;}
    .header_extra .navy a:hover , .header_extra .navy a.current { color:#333333;}
	
	
.main {
	clear:both;
	margin-bottom:60px;
	}

	
.content {
margin-bottom:40px;
	}
	
.bottom {
	height:5px;
	}
	
.footer {
	padding:20px 0;
	clear:both;
	background:url(../img/body/bg_footer.gif) repeat-x top;
	}
	.footer_enlaces { float:left; color:#666;}
	.footer_enlaces a { color:#ccc; margin-right:20px;}
	.footer_enlaces a:hover { color:#666; text-decoration:none;}
	.footer_logo { float:right;}



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

h1 {font-size:30px; color:#3b498a; font-family:"Georgia", Times New Roman, Times, serif; margin-bottom:30px; padding-bottom:20px; border-bottom:solid 1px #f1f1f1;}
h1 span { color:#c8c6c0}
.contenido_d h1 {font-size:30px; color:#3b498a; font-family:"Georgia", Times New Roman, Times, serif; margin-bottom:30px; padding-bottom:0; border-bottom:none; }


h2 {font-size:18px; color:#3b498a; font-family:"Georgia", Times New Roman, Times, serif; margin-bottom:20px; padding-bottom:10px; border-bottom:solid 1px #f1f1f1;}
h2 a {color:#3b498a;}

h3 {font-size:18px; color:#3b498a; font-family:"Georgia", Times New Roman, Times, serif; margin-bottom:20px; }

h4 {font-size:18px; color:#3b498a; font-family:"Georgia", Times New Roman, Times, serif; margin-bottom:20px; }



h5 {font-size:32px;}

h6 {font-size:30px;}

p { line-height:17px; padding-bottom:20px;}

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

