@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
form {
	/* [disabled]width: 700px; */
	height: auto;
	padding: 10px;
	margin: 0px auto;
}
form ul {
	list-style:none;
}
form ul li {
	width:100%;
	float:left;
	margin:5px 0px;
}
.clear {clear:both;}
/* input */
.txt {
	width:280px;
	padding:7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin:0px 10px 0px 0px;
	color: #333;
	font-size: 14px;
	float: left;
	position: relative;
	background-color: white;
}
.txt:hover {
	box-shadow: 0px 0px 5px #FFC71F;
	-moz-box-shadow: 0px 0px 5px #FFC71F;
	-webkit-box-shadow: 0px 0px 5px #FFC71F;
}

select {
	*margin:0px 0px 0px 40px!important;
	*width:27em!important;
	width:303px!important;
	padding:7px 10px!important;
	float:left;
	border-color:#ccc;
	border-width:1px;
}
/* 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);
}
ul {
	list-style:none;
}
ul li {
	float:left;
}
label{width:200px; float:left;}
#videos {
	width: 500px;
	padding-left: 100px;
	background-image: url(../sitio-productos/digitales/img-digitales/img_videos2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 620px;
	padding-top: 50px;
}
#videos a {
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	color: #666;
}
#videos a:hover {
	text-decoration: underline;
	color: #666;
}
#catalogos {
	width: 500px;
	padding-left: 100px;
	background-image: url(../sitio-productos/digitales/img-digitales/img_catalogos2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 430px;
	padding-top: 50px;
}
#catalogos a {
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	color: #666;
}
#sitiosweb {
	width: 500px;
	padding-left: 100px;
	background-image: url(../sitio-productos/digitales/img-digitales/img_sitiosweb2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 570px;
	padding-top: 50px;
}
#sitiosweb a {
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	color: #666;
}
#sitiosweb a:hover {
	text-decoration: underline;
	color: #666;
}
.txt_boldColor {
	font-weight: bold;
	color: #F90;
}
.txt_titulo {
	font-weight: bold;
	color: #666;
}
