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

/*resset yahoo "http://developer.yahoo.com/yui/reset/"*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 	margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal; }
ol,ul {	list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}
/*end resset yahoo*/ 
body{ 
	background-color:#855723;
	}
	
#fondo {
	width:100%; 
	height:100%; 
	position: absolute; 
	z-index: -1; 
	top: 0; 
	left:0;
	}
body .contenedor_principal{ 
	height:1130px; 
	width:818px; 
	position: absolute; 
	left: 50%; 
	top:50px; 
	margin-top: -50px; 
	margin-left: -410px;  
	background-image: url("../images/fondo_negro_contenedor.png"); background-position: 0px 0px; background-repeat: repeat;
	border-left: solid 1px #b6aea2;
	border-right: solid 1px #b6aea2;
}
body .contenedor_principal .cabecera_logo{
	position:relative;
	top:0px;
	left:8px;
	width:802px;
	height:210px;
	background-image: url("../images/sprite_hom_page.png"); background-position: 1px 0px; background-repeat:no-repeat;
}
body .contenedor_principal .separador_izquierdo{
	height:906px;
	width:412px;
	background-color:#f2e4c3;
	margin:8px 0 0 8px;
	float:left;
	}


body .contenedor_principal .separador_derecho{
	float:right;
	height:906px;
	width:390px;
	background-color:#f2e4c3;
	margin:8px 8px 0 0;
}
body .contenedor_principal .separador_derecho .carrusel{
	width:700px;
	height:276px;
	background-color:#e88422;
	margin: -25px 11px 12px -370px;
	position:relative;
	z-index:99;
	}
.contenedor_texto_izquierda{
	position:relative;
	top:280px;
	left:50px;
	width:330px;
	}
	.contenedor_texto_izquierda img{ position:relative; top:5px;}
body .contenedor_principal h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e88422;
	font-size:17px;
}
body .contenedor_principal hr{
	size:2px;
	width:330px;
	color:#91561c;
}
body .contenedor_principal p, h4{
	font-family:Verdana, Geneva, sans-serif;
	color:#83531d;
	font-size:12px;
	margin-bottom:8px;
}
body .contenedor_principal .imgAfip img{ width:37px; height:50px;}

body .contenedor_principal .contenedor_texto_derecha{
	position:relative;
	top:18px;
	width:330px;
}
body .contenedor_principal .contenedor_texto_derecha .plano_ubicacion{
	 height:117px;
	 width:330px;
	 background-color:#ddc5a0;
	 margin:-8px 0 15px 0;
	 }
body .contenedor_principal .contenedor_texto_derecha form{
	margin:-4px;
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#83531d;
	font-size:12px;
}

<!--[if IE 7]>
body .contenedor_principal .contenedor_texto_derecha form{
	margin:-4px;
	font-family:Verdana, Geneva, sans-serif;
	color:#83531d;
	font-size:12px;
}
-->



body .contenedor_principal .contenedor_texto_derecha form textarea{
	width:326px;
	background-color:#ddc5a0;
	border: 0;
	margin-bottom:8px;
}
body .contenedor_principal .contenedor_texto_derecha form input{
 	width:150px;
	margin:0 0 6px 0;
	background-color:#ddc5a0;
	border: 0;
}
.form_columna_izquierda{
	float:left;	
}
.form_columna_derecha{
	margin-left:22px;
	float:left;
}
.pie_de_pagina{
	height:20px;
	}
	
.enviar_btn{
	margin: 0px 0px 0px 270px;
	cursor:pointer;
	}
	
/*--------------------------------- carrusel -------------------------------------*/
body #carousel{ position:absolute; left:100px;}
body .carrusel a{ position:absolute; top:126px;}
body .carrusel a#ui-carousel-next{ left:40px;}
body .carrusel a#ui-carousel-prev{ left:639px;}