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




#wrapper{
    margin:0 auto;
    width:1024px;
}

#top{
    margin:0 auto;
	height:35px;
	width:960px;
	text-align:center;
	text-align:center;
}

#top p{
    padding-top:8px;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.039em;
    color:#000;
}


#fondo {
    background: linear-gradient(top, black, white);
}

#bottom{
    margin:0 auto;
	padding:0;
	height:30px;
	width:960px;
	background-color:#000;
	text-align:center;
}

#bottom .left{
    margin:0 auto;
	padding-left:20px;
	height:30px;
	width:300px;
	float:left;
	text-align:left;
}

#bottom .face{
    margin:0;
	padding:0;
	width:110px;
	float:left;
}

#bottom .follow{
    margin:0;
	padding:0;
	width:100px;
	float:left;
}

#bottom .right{
    margin:0 auto;
	padding:0;
	height:30px;
	width:320px;
	float:left;
	text-align:right;
}

#bottom .center{
    margin:0 auto;
	padding:0;
	height:30px;
	width:320px;
	float:left;
	text-align:center;
}

#bottom a{
    padding:10px 0 0 0;
    font-family: Helvetia, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    text-decoration: none;
    letter-spacing: 0.039em;
    color:#fff;
}



.link:hover{
    color:#30c8fd;
}    

.link{
	font-family: Helvetica;
    font-size: 14px;
}   



/*section, canvas{
    margin:0 auto;
    width:960px;
    clear:both;	
}*/

.intro{
    background-image:url(../image/oficina/tarjeta_puntoYcoma.png);
	background-repeat:no-repeat;
}


#mark{
   width:960px;
   height:300px;
   background-image:url(../image/oficina/mark.png);
   background-repeat:no-repeat;
   z-index:303;
   position:absolute;
}

section#main-wrapp{
  margin:0 auto;
  padding:0;
  width:960px;
  height:auto;
  clear:both;
}

section#main-office{
  margin:0 auto;
  padding:0;
  /*width:960px;*/
  height:auto;
  clear:both;
  background-image: url(../image/oficina/oficina.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  /*background-attachment: fixed;*/
}



.logo-container{
  margin:0;
  padding:0;
  height:300px;
  width:942px;
  clear:both;
}

.logoControlAcceso-container{
  margin:0;
  padding:0;
  height:350px;
  width:942px;
  clear:both;
}

#logo{
   width:89px;
   height:100px;
   position:absolute;
   z-index:500;
   background-image:url(../image/oficina/tarjeta_puntoYcoma.png);
   background-repeat:no-repeat;
}

#logo:hover{
   background-image:url(../image/oficina/tarjeta_puntoYcoma.png);
   cursor:pointer;
}



.servicios-container{
  margin:0;
  padding:0;
  height:955px;
  width:960px;
  clear:both;
}




.franja-plano-ajuste{
  margin:0;
  padding:0;
  height:45px;
  width:960px;
  clear:both;
}

.franja-plano{
  margin:0;
  padding:0;
  height:145px;
  width:960px;
  clear:both;
}

.zona-plano{
  width:160px;
  height:145px;
  float:left;
  position:relative;
}


.article-img{
  width:100%;
  height:100%;
  position:relative;
  display:table;x
}

.article-text{
  margin-left:30px;
  width:248px;
  height:100%;
  position:absolute;
  display:table;x
}

.article-text p{
  font-family: Helvetica, Tahoma;
  font-size:24px;
  font-style: normal;
  font-weight: 200;
  text-shadow: 1px 1px 1px #aaa;
  text-decoration: none;
  color:#1e1e1e;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.article-text-center{
  margin-left:30px;
  width:248px;
  height:100%;
  position:absolute;
  display:table;x
}

.article-text-center p{
  font-family: Helvetica, Tahoma;
  font-size:24px;
  font-style: normal;
  font-weight: 200;
  text-shadow: 1px 1px 1px #aaa;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.article-title1{
  margin-left:10px;
  width:248px;
  height:100%;
  position:absolute;
  display:table;
}

.article-title1 h1{
  font-family:Heletica, Tahoma, sans-serif;
  font-size:46px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  color:#fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.article-title2{
  margin-left:30px;
  width:248px;
  height:100%;
  position:absolute;
  display:table;
}

.article-title2 h1{
  font-family:Helvetica, Tahona, sans-serif;
  font-size:46px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  color:#fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

a{
  color:#009FDA;
}

a:hover{
  text-decoration:underline;
}

.l-shadow{
    text-shadow:1px 1px 1px #E5E5E5;
}

.big{
  font-size:60px;
} 

.blue{
  background-color:#155090;
}

.sky_blue{
  background-color:#009FDA;
  color:#1E1E1E
}

.dark_gray{
  background-color:#1E1E1E;
  color:#ffffff;
}

.red{
  background-color:#CD0000;
}

.yellow{
  background-color:#FFA500;
}

.green{
  background-color:#84C300;
}

.pink{
  background-color:#c7276a;
}

.orange{
  background-color:#e96d0b;
}

.brown{
  background-color:#5e2d04;
}

.black{
  background-color:#010505;
}

.white{
  background-color:#ebe8e3;
}

.pic{
	width:320px;
	height:208px;
	margin:0;
	float:left;
	overflow:hidden;
	position:relative;
	vertical-align: middle;
}

.pic .caption {
	width:308px;
	height:208px;
	bottom:0;
	color:#fff;
	background:#000;
	font-weight:700;
	position:absolute;
	left:0;
    display:none;
	text-align:center;
	opacity:.9;
}

.pic .caption a {
    margin:0;
	padding:20px;
	text-decoration:none;
	color:#fff;
	font-size:400px;
	font-family:Helvetica, sans-serif;
	padding:5px;
	display:block;
	font-weight:200;
}

.pic .caption a:hover {
   background:#000;
   cursor:pointer;
}

.pic .caption p{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#A3A3A3;
	text-decoration:none;
	word-spacing:normal;
	text-align:left;
	line-height:1.5em;
	font-size:12px;
	text-shadow:1px 1px 1px #000;
}

.pic-meet a:hover {
   cursor: url('../imagenes/meet-cursor.ico'), default;
}

.pic-book a:hover {
   cursor: url('../imagenes/book-cursor.ico'), default;
}

.pic-door a:hover {
   cursor: url('../imagenes/door-cursor.ico'), default;
}




#map{
  width:320px;
  height:208px;
  overflow:hidden;
  position:relative;
}

#location{
  width:280px;
  height:40px;
  margin-top:250px;
  margin-left:13px;
  z-index:800;
  position:absolute;
  background-color:#000;
  opacity:.8;
  text-align:center;
  border-radius:5px;
  display:none;
}

#location h2{
  font-family:Helvetica, sans-serif;
  padding-top:7px;
  font-size:20px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  color:#fff;
}

#slideshow{
	background-color:#fff;
	height:300px;
	position:relative;
	width:960px;
    clear:both;
}

#slideshow ul{
	height:300px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:942px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../imagenes/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}

#slideshow > div{
	position:absolute;
	top:10px;
	left:10px;
	top:10px;
	bottom:10px;
}

#tabla_contacto{
	background-color:#C0C0C0;
	border:1px solid #FFFFFF;
	height:340px;
	margin:60px auto 0;
	position:relative;
	width:540px;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

.error{
    color: #1E1E1E;
    font-family: Helvetica, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 200;
}   


.form-container{
  margin:0;
  padding:0;
  height:800px;
  width:942px;
  clear:both;
}

.contact_form h1 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color: #009FDA;
    display: block;
    font-family: Helvetica, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 200;
    padding: 5px;
  /*  text-shadow: 1px 1px 1px #CCCCCC;*/
    width: 930px;
}

.contact_form h2 {
    background: none repeat scroll 0 0 #009FDA;
    border-radius: 5px;
    color: #F3F3F3;
    display: block;
    font-family: Helvetica, Tahona, sans-serif;
    font-size: 20px;
	font-style: normal
    font-weight: 200;
    padding: 5px;
    width: 930px;
}

.contact_form {
	color: #555555;
    display: inline-block;
    float: left;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    margin-top: 3px;
    padding: 3px;
}
.contact_form ul {
    width:750px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    border-bottom:1px solid #eee;
    position:relative;
}

.contact_form label {
    color: #1E1E1E;
    display: inline-block;
    float: left;
    font-family: Helvetia, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 130px;
}

.contact_form input {
    height:20px;
    width:220px;
    padding:5px 8px;
}

.contact_form input[type=checkbox] {
    height:20px;
	width:40px;
    padding:5px 8px;
}
.contact_form textarea {
    padding:8px;
    width:300px;
}
.contact_form button {
    margin-left:135px;
}

/*----- estilos visuales de los elementos --------*/
.contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
    padding-right:80px;
}

.contact_form input:required:valid, .contact_form textarea:required:valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
   padding: 9px 17px;
   font-family: Helvetica, rial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #1E1E1E;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
    opacity:.75;
    cursor: pointer;
    color: #155090;
}
button.submit:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset;
}
