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

/*Configuracion de los links*/
a:link {color: #666; text-decoration: none; }
a:active {color: #6666; text-decoration: none; }
a:visited {color: #666; text-decoration: none; }
a:hover {color: #CCC; text-decoration: underline; }

#main {
	height: 1400px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
#main_porq {
	height: 955px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
#main_quienes {
	height: 1090px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 183px;
	width: 668px;
}
body {
	background-image: url(images/background_texture.jpg);
}
#inter_header {
	height: 29px;
	width: 889px;
	margin-left: 49px;
	background-image: url(images/inter_header.png);
	background-repeat: no-repeat;
}
#content {
	height: 610px;
	width: 888px;
	background-image: url(images/content_background.png);
	margin-left: 50px;
	margin-top: 0px;
	float: none;
	background-repeat: no-repeat;
}
#content_contact {
	height: 1050px;
	width: 888px;
	background-image: url(images/content_background_complete.png);
	margin-left: 50px;
	margin-top: 0px;
	float: none;
	background-repeat: no-repeat;
}
#content_gestor {
	height: 1050px;
	width: 888px;
	background-image: url(images/content_background_complete.png);
	margin-left: 50px;
	margin-top: 0px;
	float: none;
	background-repeat: no-repeat;
}
#content_porq {
	height: 600px;
	width: 888px;
	background-image: url(images/content_porq.png);
	margin-left: 50px;
	margin-top: 0px;
	float: none;
	background-repeat: no-repeat;
}
#content_quienes {
	height: 735px;
	width: 888px;
	background-image: url(images/content_quienes.png);
	margin-left: 50px;
	margin-top: 0px;
	float: none;
	background-repeat: no-repeat;
}
#lnk_expensas {
	height: 16px;
	width: 158px;
	margin-left: 16px;
	float: left;
}
#lnk_home {
	height: 16px;
	width: 55px;
	margin-left: 333.5px;
	float: left;
}
#lnk_quienes {
	height: 16px;
	width: 143px;
	margin-left: 37px;
	float: left;
}
#lnk_contacto {
	height: 16px;
	width: 95px;
	margin-left: 38px;
	float: left;
}
#footer {
	height: 139px;
	width: 888px;
	margin-left: 50px;
	margin-top: 0px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
#copyright {
	height: 13px;
	width: 499px;
	margin-left: 10px;
	float: left;
	margin-top: 35px;
}
#poweredby {
	height: 13px;
	width: 163px;
	margin-left: 216px;
	float: left;
	margin-top: 35px;
}
#middle_content {
	height: 220px;
	width: 828px;
	margin-left: 36px;
	margin-top: 385px;
	position: absolute;
}
#porque {
	width: 33%;
	float: left;
}
#donde {
	float: left;
	width: 34%;
}
img{
border: 0px;
}
#como {
	float: left;
	width: 33%;
}
.titulo_middle {
	width: 100%;
	height: 30px;
}
.icon_middle {
	float: left;
	width: 60px;
}
.text_middle {
	float: left;
	/* [disabled]height: 70px; */
	width: 190px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: 100;
}
#banner {
	height: 161px;
	width: 978px;
	background-image: url(images/banner_background.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	background-position: 50px;
}
#gallery {
	background-image: url(images/gallery_background.png);
	height: 277px;
	width: 888px;
	margin-left: 50px;
}
#banner_content {
	height: 110px;
	width: 978px;
	position: absolute;
	margin-top: 51px;
}
#gallery_title {
	height: 13px;
	width: 888px;
	margin-top: 30px;
	position: absolute;
}
#gallery_photos {
	height: 124px;
	width: 888px;
	margin-top: 69px;
	position: absolute;
}

CARROUSEL

.infiniteCarousel {
	width: 888px;
	position: relative;
}
 
.infiniteCarousel .wrapper {
	width: 740px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	min-height: 8em;
	position: absolute;
	top: 0;
	left: 0px;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 75px;
}
 
.infiniteCarousel ul a img {
	border: 3px solid #c2c2c2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
 
.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}
 
.infiniteCarousel ul li a img {
  display:block;
}
 
.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.arrow.back {
	margin-left: 20px;
}
.arrow.forward {
	margin-right: 20px;
}
 
.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}
 
.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}
 
.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}
 
.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
 
#carouselc {
	height: 128px;
	width: 888px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#form_container {
	height: 680px;
	width: 800px;
	margin-right: 44px;
	margin-left: 44px;
	margin-top: 240px;
	position: absolute;
}
#header_image {
	height: 200px;
	width: 800px;
	margin-top: 15px;
	margin-right: 44px;
	margin-left: 44px;
	position: absolute;
}

.row {
	border-bottom:1px solid #EEE;
	display:block;
	overflow:auto;
	padding:24px 0px;
	width:100%;
}


.row .label {
	font-family:Arial, Helvetica, sans-serif;
	width:180px;
	text-align:right;
	float:left;
	color: #999;
	height: 25px;
	padding-right: 10px;
	font-size: 16px;
}


.row .input {
	float:left;
	margin-right:10px;
	/*	width:auto;*/
	width:285px;
	height: 25px;
	vertical-align: top;
}

.row .input2 {
	float:left;
	margin-right:10px;
/*	width:auto;*/
	width:466px;
	
	
}

.row .context {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	float:left;
	
}


.detail {
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:7px 8px;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
/*	border-top-right-radius:20px 10px;*/
	background:#E9E9E9;
	border:1px solid #CCC;	
}

.mess {
	width:450px;
	max-width:450px;
	height:280px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:7px 8px;
	line-height:1em;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#E9E9E9;
	border:1px solid #CCC;	
}


.detail:focus {
	background-color:#FFF;
	border:1px solid #999;
	outline:none;	
}

.mess:focus {
	background-color:#FFF;
	border:1px solid #999;
	outline:none;	
}


#form #submit {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:25px;
	margin-left:200px;
	color:000;
	font-size:16px;
	text-shadow:1px 1px 1px #999;
	padding:10px;
	/*border-bottom-right-radius:15px 7px;
	border-top-left-radius:15px 7px;*/
	

}

span.error {
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/x.png);	
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:25px;
}

#formWrap h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #CCC;
	color:#C00;
}
.texto_gracias {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
#login_form {
	height: 400px;
	width: 800px;
	margin-right: 44px;
	margin-left: 44px;
	position: absolute;
	margin-top: 220px;
}

POP UP
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 633px;
}
#main_expensas {
	height: 630px;
	width: 800px;
	margin-top: 40px;
	margin-right: 44px;
	margin-left: 44px;
	position: absolute;
	overflow-y: scroll;
}
.client-list li{
	margin-bottom: 25px;
}
.client-list{
	margin-top: 40px;
}
#porq_elegirnos {
	height: 311px;
	width: 800px;
	margin-top: 240px;
	margin-right: 44px;
	margin-left: 44px;
	position: absolute;
}

#subheader {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #CCC;
	color:#C00;
	font-size: 24px;
}
#descarga_expensas {
	height: 500px;
	width: 800px;
	margin-top: 30px;
	position: absolute;
}
#logo_download {
	height: 100px;
	width: 100px;
	float: left;
}
#text_download {
	height: 40px;
	width: 250px;
	float: left;
	margin-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#tabla_download {
	clear: left;
	height: 200px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#tabla_download table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}
.separador {
	clear: left;
	height: 20px;
	width: auto;
}
#cuerpo_quienes {
	height: 280px;
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#cuerpo_porque {
	height: 200px;
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#titulo_quienes {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
}

#map_container {
	height: 120px;
	width: 193px;
	clear: left;
	margin-left: 60px;
	position: absolute;
}
#como .text_middle {
	height: auto;
}
#como .text_middle table {
	color: #666;
}
#ver_mas {
	height: auto;
	width: 190px;
	margin-left: 60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
	float: left;
}
#firma_container {
	height: 100px;
	width: 200px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#horarios_container {
	height: 77px;
	width: 161px;
	font-weight: 400;
	margin-top: 15px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
}
#nombre_usuario {
	height: 20px;
	width: 200px;
	margin-left: 570px;
	position: absolute;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}#content_gestor form .row {
	width: 800px;
	clear: left;
	padding-bottom: 50px;
}
#main #content_gestor form .row .input {
	float: left;
	width: 150px;
}
#main #content_gestor form .row .label {
	float: left;
	margin-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
#form_container {
	position: absolute;
	margin-top: 230px;
	margin-left: 44px;
}
#form_titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
	margin-bottom: 40px;
	font-weight: bolder;
}

/*-----------------------UPLOAD-------------------------------*/

#file-uploader-demo1{
 width:700px;
}
.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
	display:block; /* or inline-block */
	width: 80px;
	height:26px;
	text-align:center;
	color:#fff;
	background-color: #666;
}

.qq-upload-button #examin {
	background-image: url(images/boton_examin.png);
}

.qq-upload-button-hover {background-image: url(images/boton_examin2.png);}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}
.qq-uploader #examin {
	background-image: url(images/boton_examin.png);
}
#selCombo1 {
	vertical-align: middle;
}
#enviar_row {
	text-align: right;
}
#btnenviar {
	float: right;
}
