@charset "utf-8";


/* --------------------------------------------------------------------------------------------------- */
											/* FONT FACES */
/* --------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'GothamMediumRegular';
    src: url('../fonts/gotham-medium.eot');
    src: url('../fonts/gotham-medium.eot') format('embedded-opentype'),
		url('../fonts/gotham-medium.woff') format('woff'),
		url('../fonts/gotham-medium.ttf') format('truetype'),
		url('../fonts/gotham-medium.svg#GothamMediumRegular') format('svg');
}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('../fonts/gotham-book.eot');
    src: url('../fonts/gotham-book.eot') format('embedded-opentype'),
		url('../fonts/gotham-book.woff') format('woff'),
		url('../fonts/gotham-book.ttf') format('truetype'),
		url('../fonts/gotham-book.svg#GothamBookRegular') format('svg');
}

@font-face {
	font-family: 'Conv_Gotham-Light';
	src: url('../fonts/Gotham-Light.eot');
	src: local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* --------------------------------------------------------------------------------------------------- */
											/* CSS RESETS */
/* --------------------------------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{	margin:0; padding:0; border:0; outline:0; 	font-size:100%; vertical-align:baseline; background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;} /*remembertodefinefocusstyles!*/ :focus{outline:0;} /*remembertohighlightinsertssomehow!*/ins{text-decoration:none;}del{text-decoration:line-through;} /*tablesstillneed'cellspacing="0"'inthemarkup*/
table{border-collapse:collapse;border-spacing:0;}

/* --------------------------------------------------------------------------------------------------- */
											/* CSS MAQUETACIÓN */
/* --------------------------------------------------------------------------------------------------- */


body {
	background: url(../images/bg.jpg);
}

#contenedor {
	margin: 0 auto; 	
}

/* --------------------------------------------------------------------------------------------------- */
											/* HEADER */
/* --------------------------------------------------------------------------------------------------- */

.header {
	height:106px; 
	width:100%;
	z-index:10000;
	background: url(../images/bg_header.png) repeat-x #fff;	
	position: absolute;
}

.cont-header {
	height:106px; 
	width:1000px;
	margin: 0 auto;
	position: relative;
}

h1{
	background: url(../images/logo.png) no-repeat center;
	width:150px;
	height:72px;
	left:0px;
	top:17px;	
	z-index:10;
	position:absolute;
	
}

h1 a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	text-indent: -9999px;

}

.face {
	background: url(../images/face.png) no-repeat center;
	float:right;
	margin-top:49px;
	width:88px;
	height:32px;
	margin-right:20px;
}

.face:hover {
	background: url(../images/face1.png) no-repeat center;
}

.insta {
	background: url(../images/insta.png) no-repeat center;
	float:right;
	margin-top:49px;
	width:88px;
	height:32px;
}

.insta:hover {
	background: url(../images/insta1.png) no-repeat center;
}

.nav {
	width: 100%;
	height:55px;
	font-size:16px;
	background:#bf2424;
	font-family: 'GothamBookRegular', sans-serif;
	position:absolute;
	top:106px;
	z-index:1000;
}

.cont-nav {
	width:1000px;
	height:55px;
	margin: 0 auto;
	position: relative;
}

.nav .link{ background-color:#bf2424; color:#fff; padding: 20px 57px 19px 57px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:16px; float: right;}	
		

.nav .link:hover { background-color:#ffcc00; color:#3b3b3b }

.nav .link1{ background-color:#ffcc00; color:#3b3b3b; padding: 20px 57px 19px 57px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:16px; float: right;}	


/* --------------------------------------------------------------------------------------------------- */
											/* HEADER ANIMADO */
/* --------------------------------------------------------------------------------------------------- */

.header.header-shrink {
	position: fixed;
	height:55px; 
	width:100%;
	z-index:10000;
	background: url(../images/bg_header.png) repeat-x #fff;	
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
}

.header.header-shrink .cont-header {
	height:55px; 
	width:1000px;
	margin: 0 auto;
	position: relative;
}

.header.header-shrink h1 {
	background: url(../images/logos.png) no-repeat center;
	width:125px;
	height:55px;
	left:0px;
	top:5px;	
	z-index:1001;
	position:absolute;
}


.header.header-shrink .nav {
	width: 100%;
	height:65px;
	font-size:16px;
	background:#bf2424;
	font-family: 'GothamBookRegular', sans-serif;
	position:fixed;
	top:0px;
	z-index:1000;
}

.header.header-shrink .cont-nav {
	width:1000px;
	height:65px;
	position: relative;
}

.header.header-shrink .nav .link{ background-color:#bf2424; color:#fff; padding: 25px 40px 24px 40px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:16px; float: right;}	

.header.header-shrink .nav .link:hover { background-color:#ffcc00; color:#3b3b3b }

.header.header-shrink .nav .link1{ background-color:#ffcc00; color:#3b3b3b; padding: 25px 40px 24px 40px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:16px; float: right;}

.header.header-shrink .face {
	display:none;
}

.header.header-shrink .insta {
	display:none;
}

/* --------------------------------------------------------------------------------------------------- */
											/* FOTO */
/* --------------------------------------------------------------------------------------------------- */
	
#foto {
	height:326px;
	width:100%;	
	margin: 0 auto;
	background: url(../images/bg_foto.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom:#ffcc00 16px solid;	
}

#cont-foto {
	height:326px;
	width:1000px;
	margin: 0 auto;
	position:relative;
}

/* --------------------------------------------------------------------------------------------------- */
											/* TITULO */
/* --------------------------------------------------------------------------------------------------- */

#titulo {
	height:100%;
	overflow:hidden;
	width:100%;	
	margin: 0 auto;
	background: #efefef;
	padding:50px 0 10px 0;
	border-bottom:#ddd 1px solid;	
}

#cont-titulo {
	height:100%;
	overflow:hidden;
	width:1000px;
	margin: 0 auto;
	position:relative;
}

#txt_emp {
	height:100px;
	width:1000px;
	margin-left:0px;
	font-size:17px;
	float:left;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#727076;
	line-height:24px;
	text-align:center;
}

h3 {
	font-size:40px;
	font-family: 'GothamMediumRegular', sans-serif;
	color:#3b3b3b;
	margin-bottom:10px;
	line-height:50px;
	text-align:center;	
}

/* --------------------------------------------------------------------------------------------------- */
											/* PRINCIPAL */
/* --------------------------------------------------------------------------------------------------- */
	


#principal_cont {
	height:100%;
	overflow:hidden;
	width:100%;	
	margin: 0 auto;		
	position:relative;
	padding:0px 0 50px 0;
	background: #f9f9f9;
}


#info_contacto {
	height:200px;
	width:1000px;
	margin: 0 auto;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;	
}

#txt_contacto {
	width:1000px;
	margin-left:0px;
	font-size:17px;
	float:left;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#222;
	line-height:24px;
	text-align:center;
	border-bottom:1px solid #CCC;}

#txt_contact {
	width:350px;
	margin-top:50px;
	font-size:17px;
	float:left;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#222;
	line-height:24px;
}

.txt_contacto {
	font-size:24px;
	line-height:24px;
}



h3 {
	font-size:40px;
	font-family: 'GothamMediumRegular', sans-serif;
	color:#3b3b3b;
	margin-bottom:10px;
	line-height:50px;
	text-align:center;	
}

/* --------------------------------------------------------------------------------------------------- */
										/* CSS FORMULARIO */
/* --------------------------------------------------------------------------------------------------- */

#contacto {
	width:288px;
}

#contactform {
	width:288px;
	padding: 30px 30px 20px 30px;
	float:left;
	margin-top:40px;
	background-color:#eaeaea;
	border:1px solid #d1d1d1;
}

#contact p, label, legend {
	font: font-family: 'Quattrocento Sans', sans-serif;
	color: #f1f1f1;
	font-weight:700;
}

#contact {display: block; width:288px; height:350px; padding: 15px 35px 35px 0px;}

/* Form style */

mark.validate {display: inline-block; margin: 0px; width: 16px; height: 1px; background: transparent none;}

#contact label {display: inline-block; float: left; height: 1em; line-height: 1em; padding: 0px; font-size: 16px; color:#222; font-family: 'Quattrocento Sans', sans-serif; font-weight:700;}
#contact label.verify { padding: 0; margin: 2px 10px 2px 0; width: 145px; text-align: left;}

#contact input, #contact textarea, #contact select, #comments { width: 278px; padding: 5px;	color: #333; background: #fff; margin:5px 0 7px 0; font:15px 'Quattrocento Sans', sans-serif; border: none; box-shadow:none}

#contact input#verify { width: 55px; margin-top:2px; box-shadow:none}

#contact input:focus, #contact textarea:focus, #contact select:focus { background-color: #dfdede; color:#333; outline: none; position: relative; box-shadow:none;	z-index: 5;}

#contact input.error, #contact textarea.error, #contact select.error {background: #dfdede; color:#333; box-shadow:none;}

#contact input.submit {
	color:#303030;
	width:170px;
	height:45px;
	background: url(../images/ver.png);
	font-family: 'GothamMediumRegular', sans-serif;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	border: none; 
	margin-left:60px; 
	margin-top:28px; 
	cursor:pointer;
	
	}
	
#contact input.submit:hover {background:  url(../images/ver1.png); transition: none; -webkit-transition: none; -moz-transition: none;}
#contact input.submit:active, #contact input.submit:focus {top: 1px;box-shadow:none}
#contact input[type="submit"][disabled] { background:#888; }

#contact legend { padding:7px 10px; font-weight:bold; color:#000; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; box-shadow:none} /* Select the colour of the * if the field is required. */

#message { margin: 1em 0; padding: 0; display: block; background: transparent none; }
.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

acronym { border-bottom:1px dotted #ccc; }
fieldset { color:#383838; font-size:16px; float:left;}

.verificar {float:left; height:30px; width:80px; margin-top:30px; margin-left:-160px;}  /* imagen del captcha */
.veri { float:left; height:30px; width:80px; margin-top:12px; margin-left:107px;} /* campo para el captcha */

#success_page { color:#383838; font-size:15px; float:left; position:relative; font:15px 'Quattrocento Sans', sans-serif;}

#success_page h3 { color:#383838; font-size:15px; float:left; position:relative;}
#enviado {
	color: #bf2424;
    float: left;
    font: 700 22px 'Quattrocento Sans', sans-serif;
    margin-top: 22px;
    position: relative;
    text-align: center;
	margin-top:40px;
	}
	
#gracias {
	color: #bf2424;
    float: left;
    font: 400 16px 'Quattrocento Sans', sans-serif;
    margin-left: 15px;
    margin-top: 20px;
    text-align: center;
	}	




/* --------------------------------------------------------------------------------------------------- */
										/* GMAP */
/* --------------------------------------------------------------------------------------------------- */	

.gmap3{
        width: 584px; height:584px; float:right; margin-top:67px; border-radius:584px; 	-webkit-border-radius: 584px; -moz-border-radius: 584px; border:#bf2424 10px solid;}
		
		
.labels {
       color: #FFF;
       background-color: #000;
       font-family: 'Quattrocento Sans', sans-serif;
       font-size: 14px;
       font-weight: normal;
       text-align: center;
       width: auto;     
       border: none;
       white-space: nowrap;
	   height:15px;
	   padding-top:2px;	   	   
     }




/* --------------------------------------------------------------------------------------------------- */
											/* DATOS */
/* --------------------------------------------------------------------------------------------------- */

#dat {
	height:193px;
	width:100%;	
	margin: 0 auto;	
	background: #bf2424;
	border-top: #f8b502 10px solid;	
}

#cont_dat {
	height:100%;
	overflow:hidden;
	width:1000px;
	margin: 0 auto;
	position:relative;	
}


#datos {
	height:143px;
	padding:25px 0px;
	width:1000px;
	margin: 0 auto;	
}


#logo {
	width:137px;	
	height:66px;
	float:left;
	margin-top:30px;
	margin-right:42px;
	
	
}

#info_datos {
	width:450px;
	height:150px;	
	font-size:18px;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#fff;
	font-weight:400;
	line-height:40px;
	float:left;
	text-align:left;
	margin-top:15px;
	padding-left:47px;
	background: url(../images/datos.png) no-repeat;
}

.tele {
	font-size:20px;
	font-weight:700;
}

#seguinos {
	width:200px;
	height:150px;	
	font-size:24px;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#fff;
	font-weight:400;
	line-height:40px;
	float:right;
	text-align:right;
	margin-top:15px;
}

.face1 {
	background: url(../images/face1.png) no-repeat center;
	float:left;
	margin-top:10px;
	width:88px;
	height:32px;
}

.face1:hover {
	background: url(../images/face.png) no-repeat center;
}

.insta1 {
	background: url(../images/insta1.png) no-repeat center;
	float:right;
	margin-top:10px;
	width:88px;
	height:32px;
}

.insta1:hover {
	background: url(../images/insta.png) no-repeat center;
}



/* --------------------------------------------------------------------------------------------------- */
											/* FOOTER */
/* --------------------------------------------------------------------------------------------------- */
#footer {
	height: 36px;
	padding-top:24px;
	width: 100%;
	margin: 0 auto;
	background: #3b3b3b;
	font-family: 'Quattrocento Sans', sans-serif;

}

#cont_footer {
	height: 28px;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	color: #efefef;
	font-size:12px;
}

#footer a { color:#fff; text-decoration:none;}
	
#footer a:hover { color: #ddd;}



/* --------------------------------------------------------------------------------------------------- */

										/* TABLETS */										
										
/* --------------------------------------------------------------------------------------------------- */	


@media only screen and (min-width: 768px) and (max-width: 959px) {
	
/* --------------------------------------------------------------------------------------------------- */
											/* HEADER */
/* --------------------------------------------------------------------------------------------------- */

#header {
	height:106px; 
	width:100%;
	z-index:10000;
	background: url(../images/bg_header.png) repeat-x #fff;	
	position: absolute;
}

#cont-header {
	height:106px; 
	width:760px;
	margin: 0 auto;
	position: relative;
}

h1{
	background: url(../images/logo.png) no-repeat center;
	width:150px;
	height:72px;
	left:0px;
	top:17px;	
	z-index:10;
	position:absolute;
	
}

h1 a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	text-indent: -9999px;

}

.face {
	background: url(../images/face.png) no-repeat center;
	float:right;
	margin-top:49px;
	width:88px;
	height:32px;
}

.face:hover {
	background: url(../images/face1.png) no-repeat center;
}

#nav {
	width: 100%;
	height:55px;
	font-size:16px;
	background:#bf2424;
	font-family: 'GothamBookRegular', sans-serif;
	position:absolute;
	top:106px;
	z-index:1000;
}

#nav1 {display:none}

#cont-nav {
	width:760px;
	height:55px;
	margin: 0 auto;
	position: relative;
}

#nav .link{ background-color:#bf2424; color:#fff; padding: 20px 33px 19px 33px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:16px; float: left;}	
		

#nav .link:hover { background-color:#ffcc00; color:#3b3b3b }

#nav .link1{ background-color:#ffcc00; color:#3b3b3b; padding: 20px 33px 19px 33px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:16px; float: left;}	

/* --------------------------------------------------------------------------------------------------- */
											/* FOTO */
/* --------------------------------------------------------------------------------------------------- */
	
#foto {
	height:100%;
	width:100%;	
	margin: 0 auto;
	border-bottom: 16px solid #ffcc00;
	overflow:hidden;
}

.cont-foto {
	width:760px;
	left:50%;
	top:0;
	margin-left:-380px;
	position:absolute;

}

.slogan {
	padding:30px;
	width: auto;
	margin:200px 0 0 0;
	position:relative;
	background-color: rgba(191, 36, 36, 0.75);
	float:right;
	font-family: 'GothamMediumRegular', sans-serif;
	font-size:23px;
	color:#FFF;
	text-transform:uppercase;
}


/* --------------------------------------------------------------------------------------------------- */
											/* PRINCIPAL */
/* --------------------------------------------------------------------------------------------------- */
	
#principal {
	height:100%;
	overflow:hidden;
	width:100%;	
	margin: 0 auto;		
	position:relative;
}

#principal_cont {
	height:100%;
	overflow:hidden;
	width:100%;	
	margin: 0 auto;		
	position:relative;
	padding:60px 0 50px 0;
}

h3 {
	font-size:40px;
	font-family: 'GothamMediumRegular', sans-serif;
	color:#3b3b3b;
	margin-bottom:10px;
	line-height:50px;
	text-align:center;	
}

#info_contacto {
	height:200px;
	width:760px;
	margin: 0 auto;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;	
}

#txt_contacto {
	height:100px;
	width:760px;
	margin-left:0px;
	font-size:17px;
	float:left;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#727076;
	line-height:24px;
	text-align:center;
	border-bottom:1px solid #CCC;}

#txt_contact {
	height:100px;
	width:720px;
	margin-top:50px;
	font-size:17px;
	float:left;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#727076;
	line-height:24px;
	margin-left:20px;
	text-align:center;
}

.txt_contacto {
	font-size:24px;
	line-height:24px;
}


/* --------------------------------------------------------------------------------------------------- */
										/* CSS FORMULARIO */
/* --------------------------------------------------------------------------------------------------- */

#contacto {
	width:320px;
	height:430px;
	padding: 10px 0px 30px 0px;
	float:left;
	margin-top:40px;
	background-color:#eaeaea;
	border:1px solid #d1d1d1;
}

#contactform {
	width:320px;
}

#contact p, label, legend {
	font: font-family: 'Quattrocento Sans', sans-serif;
	color: #f1f1f1; font-weight:700;
}

#contact {display: block; width:288px; height:350px; padding: 15px 0px 35px 15px;}

/* Form style */

mark.validate {display: inline-block; margin: 12px 0 0 10px; width: 16px; height: 16px; background: transparent none;}
mark.valid {background: url(../assets/success.gif) no-repeat top left;}
mark.error {background: url(../assets/error.gif) no-repeat top left;}

#contact label {display: inline-block; float: left; height: 1em; line-height: 1em; padding: 0px; font-size: 16px; margin:7px 0 0 0 ; clear: both; color:#696969; font-family: 'Quattrocento Sans', sans-serif; font-weight:700;}
#contact label small { font-size: 12px; color: #444;}
#contact label.verify { padding: 0; margin: 2px 10px 2px 0; width: 145px; text-align: left;}
#contact label.verify img {padding:1px;}

#contact input, #contact textarea, #contact select, #comments { width: 278px; padding: 10px 5px;	color: #333; background: #fff; margin:6px 0 8px 0; font:15px 'Quattrocento Sans', sans-serif; border: none; box-shadow:none}
#contact select {width: 230px; margin: 8px 0;box-shadow:none}
#contact input#verify { width: 55px; margin-top:2px; box-shadow:none}
#contact textarea {width: 278px; box-shadow:none}
#contact input:focus, #contact textarea:focus, #contact select:focus { background-color: #dfdede; color:#333; outline: none; position: relative; box-shadow:none;	z-index: 5;}
#contact input.error, #contact textarea.error, #contact select.error {background: #dfdede; color:#333; box-shadow:none;}

#contact input.submit {
	color:#303030;
	width:170px;
	height:45px;
	background: url(../images/ver.png);
	font-family: 'GothamBookRegular', sans-serif;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	border: none; 
	margin-left:60px; 
	margin-top:55px; 
	cursor:pointer;}
#contact input.submit:hover {background:  url(../images/ver1.png); transition: none; -webkit-transition: none; -moz-transition: none;}
#contact input.submit:active, #contact input.submit:focus {top: 1px;box-shadow:none}
#contact input[type="submit"][disabled] { background:#888; }

#contact legend { padding:7px 10px; font-weight:bold; color:#000; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; box-shadow:none} /* Select the colour of the * if the field is required. */

#message { margin: 1em 0; padding: 0; display: block; background: transparent none; }
.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

acronym { border-bottom:1px dotted #ccc; }
fieldset { color:#383838; font-size:16px; float:left;}

.verificar {float:left; height:30px; width:80px; margin-top:30px; margin-left:-160px; background-color:#000;}  /* imagen del captcha */
.veri { float:left; height:30px; width:80px; margin-top:3px; margin-left:107px;} /* campo para el captcha */

#success_page { color:#383838; font-size:15px; float:left; position:relative; font:15px 'Quattrocento Sans', sans-serif;}

#success_page h3 { color:#383838; font-size:15px; float:left; position:relative;}
#enviado {
	color: #FCCB28;
    float: left;
    font: 700 22px 'Quattrocento Sans', sans-serif;
    margin-left: 15px;
    margin-top: 22px;
    position: relative;
    text-align: center;
    width: 300px;
	}
	
#gracias {
	color: #EBEBEB;
    float: left;
    font: 400 16px 'Quattrocento Sans', sans-serif;
    margin-left: 15px;
    margin-top: 20px;
    text-align: center;
    width: 300px;
	}	




/* --------------------------------------------------------------------------------------------------- */
										/* GMAP */
/* --------------------------------------------------------------------------------------------------- */	

.gmap3{
        width: 400px; height:400px; float:right; margin-top:67px; border-radius:400px; 	-webkit-border-radius: 400px; -moz-border-radius: 400px; border:#bf2424 10px solid;}
		
		
.labels {
       color: #FFF;
       background-color: #000;
       font-family: 'Quattrocento Sans', sans-serif;
       font-size: 14px;
       font-weight: normal;
       text-align: center;
       width: auto;     
       border: none;
       white-space: nowrap;
	   height:15px;
	   padding-top:2px;	   	   
     }


/* --------------------------------------------------------------------------------------------------- */
											/* DATOS */
/* --------------------------------------------------------------------------------------------------- */

#dat {
	height:193px;
	width:100%;	
	margin: 0 auto;	
	background: #bf2424;
	border-top: #f8b502 10px solid;	
}

#cont_dat {
	height:100%;
	overflow:hidden;
	width:760px;
	margin: 0 auto;
	position:relative;	
}


#datos {
	height:143px;
	padding:25px 0px;
	width:760px;
	margin: 0 auto;	
}


#logo {
	width:137px;	
	height:66px;
	float:left;
	margin-top:30px;
	margin-right:32px;
	
	
}

#info_datos {
	width:400px;
	height:150px;	
	font-size:16px;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#fff;
	font-weight:400;
	line-height:40px;
	float:left;
	text-align:left;
	margin-top:15px;
	padding-left:47px;
	background: url(../images/datos.png) no-repeat;
}

.tele {
	font-size:20px;
	font-weight:700;
}

#seguinos {
	width:130px;
	height:150px;	
	font-size:24px;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#fff;
	font-weight:400;
	line-height:40px;
	float:right;
	text-align:right;
	margin-top:15px;
}

.face1 {
	background: url(../images/face1.png) no-repeat center;
	float:right;
	margin-top:10px;
	width:88px;
	height:32px;
}

.face1:hover {
	background: url(../images/face.png) no-repeat center;
}

.insta1 {
	background: url(../images/insta1.png) no-repeat center;
	float:right;
	margin-top:10px;
	width:88px;
	height:32px;
}

.insta1:hover {
	background: url(../images/insta.png) no-repeat center;
}



/* --------------------------------------------------------------------------------------------------- */
											/* FOOTER */
/* --------------------------------------------------------------------------------------------------- */


#footer {
	height: 36px;
	padding-top:24px;
	width: 100%;
	margin: 0 auto;
	background: #3b3b3b;
	font-family: 'Quattrocento Sans', sans-serif;

}

#cont_footer {
	height: 28px;
	width: 760px;
	text-align: center;
	margin: 0 auto;
	color: #efefef;
	font-size:12px;
}

#footer a { color:#fff; text-decoration:none;}
	
#footer a:hover { color: #ddd;}



}



/* --------------------------------------------------------------------------------------------------- */


											/* MOVIL HORIZONTAL */
											
											
/* --------------------------------------------------------------------------------------------------- */



@media only screen  and (max-width: 767px) {

/* --------------------------------------------------------------------------------------------------- */
											/* HEADER */
/* --------------------------------------------------------------------------------------------------- */

#header {
	height:106px; 
	width:100%;
	z-index:10000;
	background: url(../images/bg_header.png) repeat-x #fff;	
	position: absolute;
}

#cont-header {
	height:106px; 
	width:480px;
	margin: 0 auto;
	position: relative;
}

h1{
	background: url(../images/logo.png) no-repeat center;
	width:150px;
	height:72px;
	left:0px;
	top:17px;	
	z-index:10;
	position:absolute;
	
}

h1 a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	text-indent: -9999px;

}

.face {
	background: url(../images/face.png) no-repeat center;
	float:right;
	margin-top:49px;
	width:88px;
	height:32px;
}

.face:hover {
	background: url(../images/face1.png) no-repeat center;
}

#nav {
	width: 100%;
	height:43px;
	font-size:16px;
	background:#bf2424;
	font-family: 'GothamBookRegular', sans-serif;
	position:absolute;
	top:106px;
	z-index:1000;
}

#nav1 {display:none}

#cont-nav {
	width:480px;
	height:43px;
	margin: 0 auto;
	position: relative;
}

#nav .link{ background-color:#bf2424; color:#fff; padding: 15px 11px 14px 11px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:14px; float: left;}	
		

#nav .link:hover { background-color:#ffcc00; color:#3b3b3b }

#nav .link1{ background-color:#ffcc00; color:#3b3b3b; padding: 15px 11px 14px 11px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:14px; float: left;}	

/* --------------------------------------------------------------------------------------------------- */
											/* FOTO */
/* --------------------------------------------------------------------------------------------------- */
	
/*#foto {
	display:none;
}*/


/* --------------------------------------------------------------------------------------------------- */
											/* PRINCIPAL */
/* --------------------------------------------------------------------------------------------------- */
	
#principal {
	height:100%;
	overflow:hidden;
	width:100%;	
	margin: 0 auto;		
	position:relative;
}

#principal_cont {
	height:100%;
	overflow:hidden;
	width:100%;	
	margin: 0 auto;		
	position:relative;
	padding:180px 0 50px 0;
}

h3 {
	font-size:32px;
	font-family: 'GothamMediumRegular', sans-serif;
	color:#3b3b3b;
	margin-bottom:10px;
	line-height:40px;
	text-align:center;	
}

#info_contacto {
	height:200px;
	width:480px;
	margin: 0 auto;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;	
}

#txt_contacto {
	height:70px;
	width:480px;
	margin-left:0px;
	font-size:17px;
	float:left;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#727076;
	line-height:24px;
	text-align:center;
	border-bottom:1px solid #CCC;}

#txt_contact {
	height:100px;
	width:440px;
	margin-top:50px;
	font-size:17px;
	float:left;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#727076;
	line-height:24px;
	margin-left:20px;
	text-align:center;
}

.txt_contacto {
	font-size:24px;
	line-height:24px;
}


/* --------------------------------------------------------------------------------------------------- */
										/* CSS FORMULARIO */
/* --------------------------------------------------------------------------------------------------- */

#contacto {
	width:440px;
	height:430px;
	padding: 10px 0px 30px 0px;
	float:left;
	margin-top:40px;
	margin-left:20px;
	background-color:#eaeaea;
	border:1px solid #d1d1d1;
}

#contactform {
	width:440px;
}

#contact p, label, legend {
	font: font-family: 'Quattrocento Sans', sans-serif;
	color: #f1f1f1;
}

#contact {display: block; width:400px; height:350px; padding: 15px 20px 35px 20px;}

/* Form style */

mark.validate {display: inline-block; margin: 12px 0 0 10px; width: 16px; height: 16px; background: transparent none;}
mark.valid {background: url(../assets/success.gif) no-repeat top left;}
mark.error {background: url(../assets/error.gif) no-repeat top left;}

#contact label {display: inline-block; float: left; height: 1em; line-height: 1em; padding: 0px; font-size: 16px; margin:7px 0 0 0 ; clear: both; color:#696969; font-family: 'Quattrocento Sans', sans-serif;}
#contact label small { font-size: 12px; color: #444;}
#contact label.verify { padding: 0; margin: 2px 10px 2px 0; width: 145px; text-align: left;}
#contact label.verify img {padding:1px;}

#contact input, #contact textarea, #contact select, #comments { width: 385px; padding: 10px 5px; color: #333; background: #fff; margin:6px 0 8px 0; font:15px 'Quattrocento Sans', sans-serif; border: none; box-shadow:none}
#contact select {width: 230px; margin: 8px 0;box-shadow:none}
#contact input#verify { width: 55px; margin-top:2px; box-shadow:none}
#contact textarea {width: 385px; box-shadow:none}
#contact input:focus, #contact textarea:focus, #contact select:focus { background-color: #dfdede; color:#333; outline: none; position: relative; box-shadow:none;	z-index: 5;}
#contact input.error, #contact textarea.error, #contact select.error {background: #dfdede; color:#333; box-shadow:none;}

#contact input.submit {
	color:#303030;
	width:170px;
	height:45px;
	background: url(../images/ver.png);
	font-family: 'GothamBookRegular', sans-serif;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	border: none; 
	margin-left:120px; 
	margin-top:55px; 
	cursor:pointer;}
#contact input.submit:hover {background:  url(../images/ver1.png); transition: none; -webkit-transition: none; -moz-transition: none;}
#contact input.submit:active, #contact input.submit:focus {top: 1px;box-shadow:none}
#contact input[type="submit"][disabled] { background:#888; }

#contact legend { padding:7px 10px; font-weight:bold; color:#000; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; box-shadow:none} /* Select the colour of the * if the field is required. */

#message { margin: 1em 0; padding: 0; display: block; background: transparent none; }
.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

acronym { border-bottom:1px dotted #ccc; }
fieldset { color:#383838; font-size:16px; float:left;}

.verificar {float:left; height:30px; width:80px; margin-top:30px; margin-left:-160px; background-color:#000;}  /* imagen del captcha */
.veri { float:left; height:30px; width:80px; margin-top:23px; margin-left:125px;} /* campo para el captcha */

#success_page { color:#383838; font-size:15px; float:left; position:relative; font:15px 'Quattrocento Sans', sans-serif;}

#success_page h3 { color:#383838; font-size:15px; float:left; position:relative;}
#enviado {
	color: #FCCB28;
    float: left;
    font: 700 22px 'Quattrocento Sans', sans-serif;
    margin-left: 15px;
    margin-top: 22px;
    position: relative;
    text-align: center;
    width: 300px;
	}
	
#gracias {
	color: #EBEBEB;
    float: left;
    font: 400 16px 'Quattrocento Sans', sans-serif;
    margin-left: 15px;
    margin-top: 20px;
    text-align: center;
    width: 300px;
	}	




/* --------------------------------------------------------------------------------------------------- */
										/* GMAP */
/* --------------------------------------------------------------------------------------------------- */	

.gmap3{
        width: 440px; height:440px; float:right; margin-top:30px; border-radius:440px; 	-webkit-border-radius: 440px; -moz-border-radius: 440px; border:#bf2424 10px solid; margin-right:10px;}
		
		
.labels {
       color: #FFF;
       background-color: #000;
       font-family: 'Quattrocento Sans', sans-serif;
       font-size: 14px;
       font-weight: normal;
       text-align: center;
       width: auto;     
       border: none;
       white-space: nowrap;
	   height:15px;
	   padding-top:2px;	   	   
     }
	 
	 
/* --------------------------------------------------------------------------------------------------- */
											/* DATOS */
/* --------------------------------------------------------------------------------------------------- */

#dat {
	height:300px;
	width:100%;	
	margin: 0 auto;	
	background: #bf2424;
	border-top: #f8b502 10px solid;	
}

#cont_dat {
	height:100%;
	overflow:hidden;
	width:480px;
	margin: 0 auto;
	position:relative;	
}


#datos {
	height:143px;
	padding:25px 0px;
	width:480px;
	margin: 0 auto;	
}


#logo {
	width:137px;	
	height:66px;
	float:left;
	margin-top:0px;
	margin-left:171px;
	
	
}

#info_datos {
	width:350px;
	height:100px;	
	font-size:16px;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#fff;
	font-weight:400;
	line-height:25px;
	float:left;
	text-align: center;
	margin-top:25px;
	margin-left:65px;
	padding-left:0px;
	background: none;
}

.tele {
	font-size:18px;
	font-weight:700;
}

#seguinos {
	width:260px;
	margin-left:110px;
	height:50px;	
	font-size:24px;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#fff;
	font-weight:400;
	line-height:40px;
	float:left;
	margin-top:25px;
	text-align:left;
}

.face1 {
	background: url(../images/facea.png) no-repeat center;
	float:right;
	margin-top:0px;
	width:121px;
	height:44px;
	margin-left:0px;
}

.face1:hover {
	background: url(../images/facea1.png) no-repeat center;
}


/* --------------------------------------------------------------------------------------------------- */
											/* FOOTER */
/* --------------------------------------------------------------------------------------------------- */


#footer {
	height: 42px;
	padding-top:18px;
	width: 100%;
	margin: 0 auto;
	background: #3b3b3b;
	font-family: 'Quattrocento Sans', sans-serif;

}

#cont_footer {
	height: 28px;
	width: 480px;
	text-align: center;
	margin: 0 auto;
	color: #efefef;
	font-size:12px;
	line-height:14px;
}

#footer a { color:#fff; text-decoration:none;}
	
#footer a:hover { color: #ddd;}


	
	
}


/* --------------------------------------------------------------------------------------------------- */


											/* MOVIL VERTICAL */
											
											
/* --------------------------------------------------------------------------------------------------- */


@media only screen  and (max-width: 480px) {

/* --------------------------------------------------------------------------------------------------- */
											/* HEADER */
/* --------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------- */
											/* HEADER */
/* --------------------------------------------------------------------------------------------------- */

.header {
	height:106px; 
	width:100%;
	z-index:10000;
	background: url(../images/bg_header.png) repeat-x #fff;	
	position: absolute;
}

.cont-header {
	height:106px; 
	width:300px;
	margin: 0 auto;
	position: relative;
}

h1{
	background: url(../images/logo.png) no-repeat center;
	width:150px;
	height:72px;
	left:0px;
	top:17px;	
	z-index:10;
	position:absolute;
	
}

h1 a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	text-indent: -9999px;

}

/*.face {
	background: url(../images/face.png) no-repeat center;
	float:right;
	margin-top:49px;
	width:88px;
	height:32px;
}*/

.face {
    background: url(../images/face.png) no-repeat center;
    float: left;
    margin-top: 10px;
    width: 88px;
    height: 32px;
    margin-left: 212px;
}

.face:hover {
	background: url(../images/face1.png) no-repeat center;
}

.insta {
    background: url(../images/insta.png) no-repeat center;
    float: right;
    margin-top: 16px;
    width: 88px;
    height: 32px;
}

.nav {
	display:none;
}

#cont-nav {
	width:480px;
	height:43px;
	margin: 0 auto;
	position: relative;
}

/*.cont-nav {
	display:none;
}*/

#nav .link{ background-color:#bf2424; color:#fff; padding: 15px 11px 14px 11px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:14px; float: left;}	
		

#nav .link:hover { background-color:#ffcc00; color:#3b3b3b }

#nav .link1{ background-color:#ffcc00; color:#3b3b3b; padding: 15px 11px 14px 11px; text-decoration:none; font-family: 'GothamMediumRegular', sans-serif; font-size:14px; float: left;}	


#nav_cont {
	position: absolute;
	height:42px; 
	width:100%;
	z-index:1000;
	top:106px;
	background-color:#bf2424;
}

#nav1 {
	display:block;
	height:42px; 
	width:300px;
	margin: 0 auto;
	position:relative;
	padding: 0px;	
	margin-top:0px;
	font-size:18px;	
	font-family: 'GothamMediumRegular', sans-serif; font-size:14px;
	
}

#mostrar {display:none; width:300px; position:absolute; top:42px;}

#nav1 a { color:#fff; text-decoration:none; padding: 14px 0px; float:left; width:300px; text-align:center; background-color:#bf2424; margin:0px;}
	
#nav1 a:hover { background-color:#ffcc00; color:#3b3b3b}

#mostrar a { color:#fff; text-decoration:none; padding: 8px 0px; float:left; width:300px; text-align:center; background-color:#bf2424; margin:0px; border-top: 1px solid #a71616;}
	
#mostrar a:hover { background-color:#ffcc00; color:#3b3b3b}

/* --------------------------------------------------------------------------------------------------- */
											/* HEADER ANIMADO */
/* --------------------------------------------------------------------------------------------------- */


.header.header-shrink {
	position: fixed;
	height:65px; 
	width:100%;
	z-index:10000;
	    background: #bf2424;	
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
}

.header.header-shrink .cont-header {
	height:65px; 
	width:450px;
	margin: 0 auto;
	position: relative;
}

.header.header-shrink h1 {
	background: url(../images/logos.png) no-repeat center;
	width:125px;
	height:55px;
	left:0px;
	top:5px;	
	z-index:1001;
	position:absolute;
}

.header.header-shrink .face {
	display:none;
}
.header.header-shrink .insta {
	display:none;
}

/* --------------------------------------------------------------------------------------------------- */
											/* FOTO */
/* --------------------------------------------------------------------------------------------------- */
	
#foto {
	height:326px;
	width:100%;	
	margin: 0 auto;
	background: url(../images/bg_foto.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom:#ffcc00 16px solid;
}

#cont-foto {
	height:326px;
	width:300px;
	margin: 0 auto;
	position:relative;
}
/* --------------------------------------------------------------------------------------------------- */
											/* PRINCIPAL */
/* --------------------------------------------------------------------------------------------------- */
	
#principal {
	height:100%;
	overflow:hidden;
	width:100%;	
	margin: 0 auto;		
	position:relative;
	padding:0 0 20px 0;
}

#cont-titulo {
	height:100%;
	overflow:hidden;
	width:100%;
	margin: 0 auto;
	position:relative;
}

#principal_cont {
	height:100%;
	overflow:hidden;
	width:100%;	
	margin: 0 auto;		
	position:relative;
	padding:0 0 400px 0;
}

h3 {
	font-size:28px;
	font-family: 'GothamMediumRegular', sans-serif;
	color:#3b3b3b;
	margin-bottom:15px;
	line-height:32px;
	text-align:center;	
}


#info_contacto {
	height:200px;
	width:300px;
	margin: 0 auto;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;	
}

#txt_emp {
	    height: 80px;
    width: 95%;
    margin-left: 0px;
    font-size: 15px;
    float: left;
    position: relative;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #727076;
    line-height: 21px;
    text-align: center;
    border-bottom: none;}

#txt_contact {
	height:100px;
	width:280px;
	margin-top:50px;
	font-size:17px;
	float:left;
	position:relative;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#727076;
	line-height:24px;
	margin-left:10px;
	text-align:center;
}

.txt_contacto {
	font-size:24px;
	line-height:24px;
}


/* --------------------------------------------------------------------------------------------------- */
										/* CSS FORMULARIO */
/* --------------------------------------------------------------------------------------------------- */

#contacto {
	width:280px;
	height:455px;
	padding: 10px 0px 30px 0px;
	float:left;
	margin-top:40px;
	margin-left:10px;
	background-color:#f9f9f9;
	border:none;
}

#contactform {
    width: 288px;
    padding: 30px 19px 20px 26px;
    float: left;
    margin-top: 0px;
    background-color: #eaeaea;
    border: 1px solid #d1d1d1;
    margin-left: -35px;
}

#contact p, label, legend {
	font: font-family: 'Quattrocento Sans', sans-serif;
	color: #f1f1f1;
}

#contact {display: block; width:260px; height:350px; padding: 15px 10px 35px 10px;}

/* Form style */

mark.validate {display: inline-block; margin: 12px 0 0 10px; width: 16px; height: 16px; background: transparent none;}
mark.valid {background: url(../assets/success.gif) no-repeat top left;}
mark.error {background: url(../assets/error.gif) no-repeat top left;}

#contact label {display: inline-block; float: left; height: 1em; line-height: 1em; padding: 0px; font-size: 16px; margin:7px 0 0 0 ; clear: both; color:#696969; font-family: 'Quattrocento Sans', sans-serif;}
#contact label small { font-size: 12px; color: #444;}
#contact label.verify { padding: 0; margin: 2px 10px 2px 0; width: 145px; text-align: left;}
#contact label.verify img {padding:1px;}

#contact input, #contact textarea, #contact select, #comments { width: 245px; padding: 10px 5px; color: #333; background: #fff; margin:6px 0 8px 0; font:15px 'Quattrocento Sans', sans-serif; border: none; box-shadow:none}
#contact select {width: 230px; margin: 8px 0;box-shadow:none}
#contact input#verify { width: 55px; margin-top:2px; box-shadow:none}
#contact textarea {width: 245px; box-shadow:none}
#contact input:focus, #contact textarea:focus, #contact select:focus { background-color: #dfdede; color:#333; outline: none; position: relative; box-shadow:none;	z-index: 5;}
#contact input.error, #contact textarea.error, #contact select.error {background: #dfdede; color:#333; box-shadow:none;}

#contact input.submit {
	color:#303030;
	width:170px;
	height:45px;
	background: url(../images/ver.png);
	font-family: 'GothamBookRegular', sans-serif;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	border: none; 
	margin-left:50px; 
	margin-top:55px; 
	cursor:pointer;}
#contact input.submit:hover {background:  url(../images/ver1.png); transition: none; -webkit-transition: none; -moz-transition: none;}
#contact input.submit:active, #contact input.submit:focus {top: 1px;box-shadow:none}
#contact input[type="submit"][disabled] { background:#888; }

#contact legend { padding:7px 10px; font-weight:bold; color:#000; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; box-shadow:none} /* Select the colour of the * if the field is required. */

#message { margin: 1em 0; padding: 0; display: block; background: transparent none; }
.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

acronym { border-bottom:1px dotted #ccc; }
fieldset { color:#383838; font-size:16px; float:left;}

.verificar {float:left; height:30px; width:80px; margin-top:30px; margin-left:-160px; background-color:#000;}  /* imagen del captcha */
.veri { float:left; height:30px; width:80px; margin-top:-5px; margin-left:145px;} /* campo para el captcha */

#success_page { color:#383838; font-size:15px; float:left; position:relative; font:15px 'Quattrocento Sans', sans-serif;}

#success_page h3 { color:#383838; font-size:15px; float:left; position:relative;}
#enviado {
	color: #FCCB28;
    float: left;
    font: 700 22px 'Quattrocento Sans', sans-serif;
    margin-left: 15px;
    margin-top: 22px;
    position: relative;
    text-align: center;
    width: 300px;
	}
	
#gracias {
	color: #EBEBEB;
    float: left;
    font: 400 16px 'Quattrocento Sans', sans-serif;
    margin-left: 15px;
    margin-top: 20px;
    text-align: center;
    width: 300px;
	}	




/* --------------------------------------------------------------------------------------------------- */
										/* GMAP */
/* --------------------------------------------------------------------------------------------------- */	

.gmap3{
        width: 280px; height:280px; float:right; margin-top:127px; border-radius:280px; 	-webkit-border-radius: 280px; -moz-border-radius: 280px; border:#bf2424 10px solid; margin-right:0px;}
		
		
.labels {
       color: #FFF;
       background-color: #000;
       font-family: 'Quattrocento Sans', sans-serif;
       font-size: 14px;
       font-weight: normal;
       text-align: center;
       width: auto;     
       border: none;
       white-space: nowrap;
	   height:15px;
	   padding-top:2px;	   	   
     }


/* --------------------------------------------------------------------------------------------------- */
											/* DATOS */
/* --------------------------------------------------------------------------------------------------- */

#dat {
	height:300px;
	width:100%;	
	margin: 0 auto;	
	background: #bf2424;
	border-top: #f8b502 10px solid;	
}

#cont_dat {
	height:100%;
	overflow:hidden;
	width:300px;
	margin: 0 auto;
	position:relative;	
}


#datos {
	height:143px;
	padding:25px 0px;
	width:300px;
	margin: 0 auto;	
}


#logo {
	width:137px;	
	height:66px;
	float:left;
	margin-top:0px;
	margin-left:82px;
	
	
}

#info_datos {
	width:300px;
	height:100px;	
	font-size:16px;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#fff;
	font-weight:400;
	line-height:25px;
	float:left;
	text-align: center;
	margin-top:25px;
	margin-left:0px;
	padding-left:0px;
	background: none;
}

.tele {
	font-size:18px;
	font-weight:700;
}

#seguinos {
    width: 100%;
    margin-left: 0px;
    height: 50px;
    font-size: 18px;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    float: left;
    margin-top: 25px;
    text-align: left;
}

.face1 {
    background: url(../images/face1.png) no-repeat center;
    float: right;
    margin-top: 0px;
    width: 88px;
    height: 32px;
    margin-left: 0px;
    margin-right: 0;
}

.face1:hover {
	background: url(../images/face.png) no-repeat center;
}

.insta1 {
    background: url(../images/insta1.png) no-repeat center;
    float: right;
    margin-top: 0;
    width: 88px;
    height: 32px;
    margin-right: 10px;
}

.insta1:hover {
	background: url(../images/insta.png) no-repeat center;
}



/* --------------------------------------------------------------------------------------------------- */
											/* FOOTER */
/* --------------------------------------------------------------------------------------------------- */


#footer {
	height: 42px;
	padding-top:18px;
	width: 100%;
	margin: 0 auto;
	background: #3b3b3b;
	font-family: 'Quattrocento Sans', sans-serif;

}

#cont_footer {
	height: 28px;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	color: #efefef;
	font-size:12px;
	line-height:14px;
}

#footer a { color:#fff; text-decoration:none;}
	
#footer a:hover { color: #ddd;}

	
	
}
