﻿/* -------------------------------------------------------
  CSS imagemapublicidades.com.ar -  Autor: Imagema Publicidades
  HTML ELEMENTS
--------------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: url(images/bg.jpg) repeat;
	font: 12px/14px 'Calibri', Arial, Verdana, sans-serif;
	color:#000; 
}
ul {
	list-style:none;
}
li {
	list-style:none;
}
/* links */
a, a:visited {	
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#ff6600;
	background: inherit;
	text-decoration:underline;
}
/* headers */
h1 {
	font:normal 20px/18px 'Amaranth', Arial, sans-serif;
	float:left;		
	color: #f56600;
	margin: 15px 0px 10px 0px;
	text-decoration:none;			
}
h2 {
	font:normal 16px/16px 'Amaranth', Arial, sans-serif;
	float:left;		
	color: #999999;
	margin: 0px 0px 0px 0px;
	text-decoration:none;			
}
h3 {
	font:normal 16px/16px 'Amaranth', Arial, sans-serif;
	float:left;		
	color: #185461;
	margin: 10px 0px 0px 0px;
	text-decoration:none;			
}
/* Paragraph */
.clear {
	clear:both;
	background:transparent;
	margin:5px 0px 0px 0px;
}
/* images */
img {
	float:left;
	padding: 0px;
	border:none;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap-top {
	width: auto;
	height: 625px;
	margin:0px auto;
	background: url(images/bg2.jpg) repeat-x;
}
#content{
	width:1032px;
	height:610px;
	margin: 0px auto;
	background: url(images/bg-header.jpg) no-repeat;
}
#header{
	width:1032px;
	height:75px;
	float:left;
}
#content-txt{
	width:300px;
	height:450px;
	float:left;
	font:normal 14px/16px 'Amaranth', Arial, sans-serif;
	margin:25px 30px 20px 0px;
}
#content-txt p{
	margin:10px 0px 15px 0px;
}
#milenium{
	width:350px;
	height:40px;
	float:left;
	margin:35px 0px 0px 0px;
	color:#000;
}
#milenium p{
	font:bold 11px/35px 'Calibri', Arial, sans-serif;	
	margin:0px;
	float:left;
}
#presupuesto{
	width:145px;
	height:20px;
	float:right;
	margin:25px 0px 0px 0px;
	font:normal 12px/18px 'Amaranth', Arial, sans-serif;
}
#presupuesto a{
	width:145px;
	height:20px;
	float:left;
	background: url(images/icono-sobre.jpg) no-repeat right;
}
/* wrap-bottom */
#wrap-bottom{
	width:1032px;
	height:auto;
	margin: 0px auto;	
}
#redes-sociales{
	width:1032px;
	height:40px;
	float:right;
	border-bottom:1px #e1e1e1 solid;		
}
#redes-sociales-home{
	width:350px;
	height:40px;
	float:right;
	border-bottom:1px #e1e1e1 solid;		
}
.iconos{
	margin:0px 20px 0px 0px;
	float:right;
}
.icono-google{
	margin:7px 0px 0px 0px;
	float:right;
}
.btn-promo{
	width:250px;
	float:right;
	font:normal 18px/18px 'Amaranth', Arial, sans-serif;
	color:#000;
	margin:12px 0px 0px 0px;
	text-align:right;
}
.btn-promo a{
	color:#000;
	background: url(images/ico_promo.jpg) no-repeat right;
	padding:10px 35px 8px 0px;
}
.btn-promo a:hover{
	color:#2570a3;
	background: url(images/ico_promo-act.jpg) no-repeat right;
	text-decoration:none;
}
/* MENU */
#menu{
	width:750px;
	height:35px;
	float:left;
	background: url(images/bg-menu.jpg) no-repeat;
	margin:40px 0px 0px 56px;
}
#menu ul.nav{
	width:750px;
	height:35px;
	background:transparent;
	float:left;
}
#menu ul.nav li{
	float:left;
	margin:0px;
	line-height:0;
	font-size:0;	
}
#menu ul.nav li a{
	display:block;
	background: url(images/separador.jpg) no-repeat right;
	width:150px;
	height:35px;
	font:bold 12px/34px 'Tahoma', Arial, sans-serif;
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
}
#menu ul.nav li a:hover{
	background: url(images/bg-nav-hover.jpg) no-repeat;
	color:#ffffff;
	background-color:inherit;
}
#menu ul.nav li a.active{
	background: url(images/bg-nav-hover.jpg) no-repeat;
	color:#ffffff;
	background-color:inherit;
}
/* PROMOCIONES */
#box-promo{
	width:620px;
	height:480px;
	float:left;
	margin:10px 0px 0px 10px;
}
#box-promo a{
	float:left;
	margin:0px 0px 0px 0px;
}
#box-promo p{
	width:630px;
	float:left;
	font:bold 10px/18px 'Tahoma', Arial, sans-serif;
	text-align:center;
}
#content-txt-promo{
	width:350px;
	height:450px;
	float:left;
	font:normal 14px/16px 'Amaranth', Arial, sans-serif;
	margin:45px 30px 20px 0px;
}
#content-txt-promo p{
	margin:10px 0px 15px 0px;
}
/*----/GALERIA PRINCIPAL----*/
#box-galeria{
	width:680px;
	height:490px;
	float:left;
}
#preview_wrap {
	margin: 20px auto;
	padding: 20px;
	width: 550px; 
	height: 291px;
	background: url('images/bg_preview.gif') top left no-repeat;
}
#preview_outer {
	overflow: hidden;
	width: 548px;
	height: 335px;
	position: relative;
}
#preview_inner {
	text-align: left;
	height: 100%;
	position: relative;
}		
#preview_inner div {
	float: left;
	width: 550px;
	height: 292px;
	position: relative;
}		
#preview_inner div a {
	position: absolute;
	bottom: 0;
	left: 0;	
	display: block;
	width: 100%;
	text-indent: 20px;
	padding: 10px 0;
	color: #fff;
	background: url(images/bg_trans.png);
	text-decoration: none;
	font:normal 14px/12px 'Amaranth', Arial, sans-serif;
}
#thumbs {
	padding-top: 15px;
	position: relative;
	width: 680px;
	text-align: center;	
}
#thumbs span {
	padding: 12px;
	width: 80px;
	height: 50px;
	cursor: pointer;
	background: url('images/bg_thumb.gif') top left no-repeat;
	display: inline-block;
}
#arrow {
	position: absolute;
	top: -26px;
	background: url('images/bg_arrow.gif') top center no-repeat;
	width: 104px;
	height: 39px;
	display: none;
}
/*----/FOTOGRAFIA----*/
#box-galeria-int{
	width:620px;
	height:450px;
	float:left;
	padding:40px 10px 0px 50px;
	position:relative;
	z-index:0;	
}
#example {
	width:600px;
	height:350px;
	position:relative;
}
#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}
#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:420px;
	top:-3px;
	left:-80px;
}
#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}
.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div.slide {
	width:570px;
	height:350px;
	display:block;
}
#slides .next,#slides .prev {
	position:absolute;
	top:150px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:585px;
}
.pagination {
	margin:26px auto 0;
	width:280px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
/* PANORAMICAS */
#box-pano{
	width:680px;
	height:auto;
	float:left;
	margin:0px 0px 0px 10px;
}
.pano{
	width:680px;
	height:210px;
	float:left;
	margin:10px 0px 0px 0px;
}
#box-pano p{
	font:normal 14px/16px 'Amaranth', Arial, sans-serif;
	margin:15px 0px 0px 0px;
	float:left;
	color:#0a3941;
}
#txt-pano{
	width:300px;
	height:auto;
	float:left;
	margin:10px 0px 0px 20px;
	font:normal 13px/14px 'Calibri', Arial, sans-serif;
}
#txt-pano p.dsp{
	width:300px;
	float:left;
	margin:25px 0px 0px 0px;
	font:bold 14px/16px 'Calibri', Arial, sans-serif;	
}
.btn-pano{
	float:left;
	font-size:20px;
}
/* Suscriptor */
#suscriptor{
	width:680px;
	height:40px;
	float:left;
	border-bottom:1px #e1e1e1 solid;		
}
.box_title{
	width:260px;
	float:left;
	font:normal 18px/30px 'Amaranth', Arial, sans-serif;
	color:#4c4c4c;
}
.box_title-inscripto{
	width:260px;
	float:left;
	font:normal 18px/30px 'Amaranth', Arial, sans-serif;
	color:#4c4c4c;
}
.form{
	width:400px;
	float:left;
	color:#615357;
	padding:0px 0px 0px 0px;
}
.form-suscriptos{
	width:260px;
	text-align:left;
	color:#615357;
	padding:5px 0 5px 0;
}
#suscriptor .form_row{
	float:left;
	width: 280px;
	padding:4px 0px 4px 0px;
}
#suscriptor label{
	float:left;
	width:50px;
	padding-top:3px;
	color:#606060;
	font:10px;
	text-align:right;
}
input.form_input{
	border: 1px solid #C8D2D9;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	width:210px;
	height:20px;
	float:left;
}
#inscribir{
	float:left; 
	padding:2px 0px 0px 0px;	
}
#suscriptor form input.ins {
	margin:0px 0px 0px 0px; 
	width: 113px; 
	height: 23px; 
	background: url(images/btn-inscribirse.png) no-repeat; 
	border: none; 
	color: #ffffff;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}
#suscriptor form input.ins:hover {
	margin:0px 0px 0px 0px; 
	width: 113px; 
	height: 23px; 
	background: url(images/btn-inscribirse-act.png) no-repeat; 
	border: none; 
	color: #ffffff;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}
/*----FORMULARIO DE CONTACTO----*/
#contenido-contacto{
	width:640px;
	height:470px;
	float:left;
	font:normal 14px/16px 'Calibri', Arial, sans-serif;
	color:#000;
	margin:20px 0px 0px 40px;
}
#caja-contacto{
	width:550px;
	height:auto;
	float:left;
	margin:5px 0px 5px 25px;
	background:transparent;
	font: 12px/14px 'Tahoma', Geneva, Verdana, sans-serif;
}
#caja_form{
	width:490px;
	height:auto;
	padding:10px 5px 0px 5px;
	margin:0px 0px 0px 5px;
	float:left;
}
.form_row{
	float:left;
	width: 500px;
	padding:4px 0 4px 0;
	font-variant:small-caps;
}
label{
	width:90px;
	float:left;
	padding:3px 5px 0 0;
	color:#3e3e3e;
	text-align:right;
	font:normal 13px 'Amaranth', Arial, sans-serif; 
}
input.contact_input{
	width:380px;
	height:18px;
	float:left;
	border:1px #f56600 solid;
	background-color:#ffffff;
	color: #000;
}
textarea.contact_textarea{
	width:380px;
	height:180px;
	float:left;
	border:1px #f56600 solid;
	background-color:#ffffff;
	color: #000;
}
.izq_formulario{
	width:500px;
	margin:0px 0px 0px 0px;
	float:left;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color:#515151;
}
.send{
	float:right;
	padding:10px;
}
#caja-contacto form input.enviar {
	margin:0px 0px 0px 0px; 
	width: 113px; 
	height: 23px; 
	background: url(images/btn-enviar.jpg) no-repeat; 
	border: none; 
	color: #ffffff;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}
#caja-contacto form input.enviar:hover {
	margin:0px 0px 0px 0px; 
	width: 113px; 
	height: 23px; 
	background: url(images/btn-enviar-act.jpg) no-repeat; 
	border: none; 
	color: #ffffff;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}

