@charset "utf-8";
/* CSS Document */
/* CSS reset */
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;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
/*	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
	overflow-x: hidden;
	font-family: Arial,sans-serif;*/
/*	background-image: url("../images/sprinkles.png");*/
/*	background-repeat: repeat;*/
/*	background-position: center 0;*/
/*	background: url("../images/falla10.png") 50% 30px no-repeat;*/
/*	background-color: #f1ead5;
	color: #444;*/
}
a {
	text-decoration: none;
}	
li {
	list-style: none;
}	
#cont_header img {
	position: relative;
	top: -12px;
	left: 0;
	width: 40px;
}
#cont_header #VerEjemplos {
	position: relative;
	top: -12px;
	left: 0;
	width: 40px;
}
input.input1 {
	height: 20px;
	border-radius: 8px;
	outline: none;
}
.boton1 {
	height: 25px;
	border-radius: 8px;
	outline: none;
	color: #555;
}
.linea_brillo {
	position: absolute;
	left: 0;
	top: 1px;
	width: 98%;
	height: 1px;
	margin-left: 1%;
}	
img.cierre {
	position: absolute;
	left: 185px;
	top: 245px;
	width: 30px;
	height: 30px;
}
.caja1 {
	background-color: rgba(255,114,7,.8);
	border-radius: 8px;
}
.caja2 {
	background-color: rgba(255,255,255,.6);
	border-radius: 8px;
	box-shadow: 0 1px 6px #aaa; 
}
.fondo1 {
	background: rgba(86,155,252,0);
	background: -moz-linear-gradient(left, rgba(86,155,252,0) 0%, rgba(86,155,252,0.15) 26%, rgba(86,155,252,0.15) 50%, rgba(86,155,252,0.15) 77%, rgba(86,155,252,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,155,252,0)), color-stop(26%, rgba(86,155,252,0.15)), color-stop(50%, rgba(86,155,252,0.15)), color-stop(77%, rgba(86,155,252,0.15)), color-stop(100%, rgba(86,155,252,0)));
	background: -webkit-linear-gradient(left, rgba(86,155,252,0) 0%, rgba(86,155,252,0.15) 26%, rgba(86,155,252,0.15) 50%, rgba(86,155,252,0.15) 77%, rgba(86,155,252,0) 100%);
	background: -o-linear-gradient(left, rgba(86,155,252,0) 0%, rgba(86,155,252,0.15) 26%, rgba(86,155,252,0.15) 50%, rgba(86,155,252,0.15) 77%, rgba(86,155,252,0) 100%);
	background: -ms-linear-gradient(left, rgba(86,155,252,0) 0%, rgba(86,155,252,0.15) 26%, rgba(86,155,252,0.15) 50%, rgba(86,155,252,0.15) 77%, rgba(86,155,252,0) 100%);
	background: linear-gradient(to right, rgba(86,155,252,0) 0%, rgba(86,155,252,0.15) 26%, rgba(86,155,252,0.15) 50%, rgba(86,155,252,0.15) 77%, rgba(86,155,252,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569bfc', endColorstr='#569bfc', GradientType=1 );
}
.fondo2 {
	background: rgba(255,255,133,0);
	background: -moz-linear-gradient(left, rgba(255,255,133,0) 0%, rgba(255,255,133,0.15) 26%, rgba(255,255,133,0.15) 50%, rgba(255,255,133,0.15) 77%, rgba(255,255,133,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,133,0)), color-stop(26%, rgba(255,255,133,0.15)), color-stop(50%, rgba(255,255,133,0.15)), color-stop(77%, rgba(255,255,133,0.15)), color-stop(100%, rgba(255,255,133,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,133,0) 0%, rgba(255,255,133,0.15) 26%, rgba(255,255,133,0.15) 50%, rgba(255,255,133,0.15) 77%, rgba(255,255,133,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,133,0) 0%, rgba(255,255,133,0.15) 26%, rgba(255,255,133,0.15) 50%, rgba(255,255,133,0.15) 77%, rgba(255,255,133,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,133,0) 0%, rgba(255,255,133,0.15) 26%, rgba(255,255,133,0.15) 50%, rgba(255,255,133,0.15) 77%, rgba(255,255,133,0) 100%);
	background: linear-gradient(to right, rgba(255,255,133,0) 0%, rgba(255,255,133,0.15) 26%, rgba(255,255,133,0.15) 50%, rgba(255,255,133,0.15) 77%, rgba(255,255,133,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff85', endColorstr='#ffff85', GradientType=1 );
}
#boton_volver {
	position: absolute;
	right: 5px;
	top: 4px;
}
.borde {
	border:1px solid #aaa;
}