@font-face {
  font-family: 'txt';
  src: url('../fonts/EurostileLTStdMedium.eot?#iefix') format('embedded-opentype'),  url('../fonts/EurostileLTStdMedium.otf')  format('opentype'),
	     url('../fonts/EurostileLTStdMedium.woff') format('woff'), url('../fonts/EurostileLTStdMedium.ttf')  format('truetype'), url('../fonts/EurostileLTStdMedium.svg#EurostileLTStdMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'txtc';
    src: url('../fonts/eurostileltstd-oblique.eot');
    src: url('..vfonts/eurostileltstd-oblique.eot') format('embedded-opentype'),
         url('../fonts/eurostileltstd-oblique.woff') format('woff'),
         url('../fonts/eurostileltstd-oblique.ttf') format('truetype'),
         url('../fonts/eurostileltstd-oblique.svg#EurostileLTStdOblique') format('svg');
}

@font-face {
    font-family: 'txtb';
    src: url('../fonts/eurostileltstd-bold.eot');
    src: url('../fonts/eurostileltstd-bold.eot') format('embedded-opentype'),
         url('../fonts/eurostileltstd-bold.woff') format('woff'),
         url('../fonts/eurostileltstd-bold.ttf') format('truetype'),
         url('../fonts/eurostileltstd-bold.svg#EurostileLTStdBold') format('svg');
}



/* Estilos Base */
/**{
    color: #262626;
    font: 12px sans-serif;
}*/
body {
    /*background: #F4F4F4;*/
}
/* Estilos del formulario */
form.contacto {
    margin: 25px auto 0;
    width: 440px;	
}
form.contacto fieldset {
    /*background: 0 0 #C7DF19;*/
    border: 1px solid #FFF;
    /*box-shadow: 0 0 10px 0 #DADADA;
    -webkit-box-shadow: 0 0 10px 0 #DADADA;
    -moz-box-shadow: 0 0 10px 0 #DADADA;*/
    padding: 25px;
}
form.contacto fieldset > div {
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
	/*border: 1px solid red;*/
}
form.contacto fieldset div label {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    text-align: right;
    text-transform: uppercase;
	font-size: 12px;
    width: 84px;
	color: #000;
}
form.contacto input[type="text"], form.contacto textarea {
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    color: #626262;
    display: block;
    float: left;
    padding: 8px;
    resize: none;
    width: 265px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
}
form.contacto input[type="text"]:focus, form.contacto textarea:focus {
	background: #F9F9F9;
	border: 1px solid #D3D3D3;
	outline: none;
}
form.contacto .ultimo{
    margin-bottom: 0;
    position: relative
}
form.contacto button {
	background: #444444;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    height: 32px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
form.contacto button:hover{
	background: #6A6A6A;
}

/* AJAX Gif y mensajes de exito o fracaso */
.hide{
	display: none;
}
.ajaxgif{
	position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    /*font-weight: bold;*/
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
	right: -155px;
    /*text-transform: uppercase;*/
	min-width: 121px;
}
.msg_ok{
	background: #589D05;
}
.msg_error{
	background: red;
}
.mapa {
   position: relative;
   padding-bottom: 56.25%;
   overflow: hidden;
}
/*RESPONSIVE CSS*/
@media screen and (max-width: 520px) {
	
	#top_banner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
	}
	.top_logo {
		float: none;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-top: 10px;
	}
	#top_slogan {
    border-left: none;
    float: none;
    margin-left: 0px;
    margin-top: 20px;
    padding-left: 0px;
    text-align: center;
	}
	#top_datos {
    color: #666;
    float: none;
    margin-right: 0px;
    margin-top: 20px;
    text-align: center;
	}
	form.contacto {
    margin: 25px auto 0;
    width: 100%;
	}
	#footer_01 {
    float: left;
    margin: 0px;
    padding: 0px;
}
#footer_02{
	float:none;
	}
	
form.contacto fieldset{
	padding:25px 0px;
	}
	
#contenido{padding: 5px;}

.TB_Wrapper{display:none;}


#footer_02_cont {
	margin:20px 0;
	}
}
@media screen and (max-width: 940px) {
	nav, #menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	#column1 {
	height:auto;
	min-height: 250px;
	max-width:100%;
	}
	#column2{
	width:100%;}
}

@media screen and (min-width: 940px) and (max-width:1124px) {
	#footer_02{
		width:326px;}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1450px) {
/* Styles */
	body{
	font-size:1em;
	}
	#footer_01{
	float:left;
	margin-left:10%;}
	#footer_02{
	float:right;
	margin-right:10%;}
}