/* @override http://www.mnssa.com.ar/css/contacto.css */


@charset "UTF-8";

a img {
	border: none;
}
/*CONTACTO*/

td.texto_13.Estilo7 {
}

#formulario table tbody tr td.cuadro_gris form div table tbody tr td.texto_13 select {
	float: left;
}

#contenido_como #sub_1 h2 {
	font: 20px 'Oxygen', sans-serif;
	text-align: right;
	font-weight: 300;
	line-height: 24px;
	margin-top: 0;
	color: #B5BF94;
}

#contenido_contacto h1 {
	font-weight: bold;
	font-size: 35px;
	font-family: 'Oxygen', sans-serif;
	background-color: #DCDCDC;
	margin: 0 0 20px;
	padding: 10px 20px 10px 10px;
	width: 448px;
}
#formulario {
	float:left;
	margin-top: -11px;
}

tr.izq {
width: 266px;
	float: left;
}

tr.der {
	width: 200px;
		float: left;
}

#formulario input {
	width: 266px;
	height: 37px;
	font: 15px 'Oxygen', sans-serif;
	color: #999999;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #e1e1e0;
	border: none;
	margin-left: -10px;
	}

div#izq {
	overflow: hidden;
	float: left;
}

#contenido_contacto h2 {
	font: 14px 'Oxygen', sans-serif;
	font-weight: 300;
	background-color: #F15A24;
	color: #fff;
	margin: 0;
	padding: 8px;
	text-decoration: none;
	text-transform: none;
}
input::-webkit-input-placeholder {
	font: bold 15px 'Oxygen', sans-serif;
	color:    #999999;
	
}
input:-moz-placeholder {
	font: 15px 'Oxygen', sans-serif;
	color:    #999;
    font-weight: bold;
}
textarea::-webkit-input-placeholder {
	font: 15px 'Oxygen', sans-serif;
	color:    #aaa;
    font-weight: bold;
}
#formulario textarea {
	width: 230px;
	height: 178px;
	font: 15px 'Oxygen', sans-serif;
	color:    #999;
	font-weight: bold;
	padding-top: 5px;
	margin-top: -141px;
	margin-left: 10px;
	border: none;
	padding-left: 5px;
	background-color: #e1e1e0;
}
#mensaje_exito_error h3 {
	font: 15px 'Oxygen', sans-serif;
}
textarea:-moz-placeholder {
	font: 15px 'Oxygen', sans-serif;
	color:    #999;
    font-weight: bold;
}
#form {
	overflow: hidden;
	float: left;
	width: 520px;
}



#formulario td.boton div input {
	border: none;
	width: 115px;
	height: 35px;
	background: #436d78;
	cursor: pointer;
	float: right;
	color: #fff;
	margin-right: 7px;
}




* {
	font-family: Arial, sans;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
h1 {
	margin: 1em 0;
	text-align: center;
}

h1.form {
font: bold 16px 'Open Sans ', sans-serif;
	width: 572px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
}

#txt-form {
	font: 16px 'Open Sans ', sans-serif;
		width: 572px;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 56px;
	color: #333333;
	margin-bottom: 30px;
}

#container {
    margin: 0 auto;
    width: 572px;  /* Ancho del contenedor */
}
#container input {
	height: 2.5em;
	visibility: hidden;
}
#container label {
	background: #e3e3e3;  /* Fondo de las pestañas */
	color: #999999;  /* Color del texto de las pestañas */
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em;  /* Tamaño del texto de las pestañas */
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 37px;
	text-align: center;
/*	margin-right: .5em;*/
}

#container input:hover + label {
	background: #707070;  /* Fondo de las pestañas al pasar el cursor por encima */
	color: #fff;  /* Color del texto de las pestañas al pasar el cursor por encima */
}

#container input:checked + label {
	background: #707070;  /* Fondo de las pestañas al presionar */
	color: #fff; /* Color de las pestañas al presionar */
	position: relative;
	z-index: 6;
	/*
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	*/
}

#content {
	min-height: 20em;  /* Alto del contenido */
	position: relative;
	z-index: 5;
}

#content div {
	opacity: 0;
	padding: 0;
	position: absolute;
	z-index: -100;
	/*
	transition: all linear 0.1s;
	*/
}
#container input#tab-1:checked ~ #content #content-1,
#container input#tab-2:checked ~ #content #content-2,
#container input#tab-3:checked ~ #content #content-3 {
    opacity: 1;
    z-index: 100;
}

input.visible {
  visibility: visible !important;
}
#linea{
	width: 518px;
	height: 3px;
	background-color: #436d78;
	margin-top: 20px;
	margin-bottom: 10px;
}
#linea-t{
	width: 518px;
	height: 3px;
	background-color: #436d78;
overflow: hidden;
	margin-bottom: 10px;
}

