@charset "UTF-8";
#contenedor {
	/* [disabled]float: none; */
	margin-right: auto;
	margin-left: auto;
}
#contenedor #cabecera {
	float: none;
	width: 990px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #menu_regiones {
	background-color: #CCC;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
}
#contenedor #buscador {
	/* [disabled]height: 180px; */
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#contenedor #buscador_regiones {
	height: 180px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(file://///10.1.2.6/iis/Amarillas_Bruno/img/1_reg.jpg);
	background-repeat: no-repeat;
}
.campo_buscador {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #FFF;
	text-align: left;
	height: 35px;
	width: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenedor #menu_productos {
	background-color: #fee600;
	height: 30px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.txt_der {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: right;
	padding-left: 30px;
}
#contenedor #destacado {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #banners {
	height: 140px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #footer {
	height: 150px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
.txt_menu-footer {
	text-align: center;
}
.txt_footer-izq {
	font-size: 10px;
	text-align: left;
}
.buscar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FC0;
	text-align: center;
	height: 38px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	font-weight: bold;
}
.buscarmapa {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F90;
	text-align: center;
	height: 38px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	font-weight: bold;

}
.tab_content {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	/* [disabled]margin-top: 20px; */
}
#contenedor #buscador #apDiv1 #amarillas p #go {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	height: 30px;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	text-align: left;
}
.binput3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	text-align: left;
	height: 38px;
	width: 200px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.formulario li{
	list-style-type: none !important;
}
/* BOTONES */
.buscavalido {
	padding:10px;
	color:#E49800;
	background:url(http://www.amarillas.com/i/bg-cap-t-cha.png) repeat-x 0px -5px;
	cursor:pointer;
	font-weight:bold;
	border:1px solid #E4A322;
	border-radius:8px;
	width:80px
}
.button {
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
	min-width:100px;
	width:auto;
	float:left;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 5px 3px 0px;
	padding: 7px 12px;
	background: #f1f1f1;
	background-image: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
 -moz-transition: border-color .218s;
 -o-transition: border-color .218s;
 -webkit-transition: border-color .218s;
 -ms-transition: border-color .218s;
 transition: border-color .218s;
}
.button:hover {
-moz-transition: border-color .218s;
-o-transition: border-color .218s;
-webkit-transition: border-color .218s;
-ms-transition: border-color .218s;
transition: border-color .218s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border-color: #939393;
	color: #000;
}
.button:active {
	border-color: #444444;
	background: #f5f5f5;
	background-image: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f1f1f1), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #f5f5f5);
	background-image: -moz-linear-gradient(top, #f1f1f1, #f5f5f5);
	background-image: -ms-linear-gradient(top, #f1f1f1, #f5f5f5);
	background-image: -o-linear-gradient(top, #f1f1f1, #f5f5f5);
	background-image: linear-gradient(top, #f1f1f1, #f5f5f5);
}
.button.blue {
	color: #fff;
	border-color: #427ede;
	background: #4787ed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.button.blue:hover {
	border-color: #2f5bb7;
	background: #357ae8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8);
}
.button.blue:active {
	background: #4d90fe;
}
.button.red {
	color: #fff;
	border: 1px solid transparent;
	background: #d14836;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
	background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
	background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
	background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
	background-image: -o-linear-gradient(top, #dd4b39, #d14836);
	background-image: linear-gradient(top, #dd4b39, #d14836);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.button.red:hover {
	border-color: #B0281A;
	border-bottom: 1px solid #af301f;
	background: #c53727;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#c53727));
	background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
	background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
	background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
	background-image: -o-linear-gradient(top, #dd4b39, #c53727);
	background-image: linear-gradient(top, #dd4b39, #c53727);
}
.button.red:active {
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#contenedor #info {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: 1px dotted #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 927px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.txt_titulos {
	font-weight: normal;
	font-size: 21px;
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
}
.txt_bold {
	font-weight: bold;
}
.txt_boldColor {
	font-weight: bold;
	color: #F90;
}
.txt_boldAzul {
	font-weight: bold;
	color: #2370b8;
}
.txt_normal {
	font-weight: normal;
	text-align: justify;
	color: #666;
}
.txt_normal-claro {
	font-weight: normal;
	color: #FC0;
	padding-left: 50px;
	padding-top: 30px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.txt_notas {
	font-weight: normal;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.txt_ubicadores {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.txt_ubicadores-azul {
	font-weight: normal;
	color: #2370b8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 30px;
	padding-left: 50px;
}
.txt_tabulado {
	font-weight: normal;
	color: #666;
	display: table-row;
	margin: auto;
}
ol, li{
margin:0px;
padding:0px;
}
#contenedor #destacado #info #formulario {
	padding-left: 200px;
}
.txtBoldCentradoBlanco {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.txtColor {
	color: #F90;
}
.txtColorCentrado {
	color: #F90;
	text-align: center;
}
.txtCentrado {
	text-align: center;
}
