body{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana,sans-serif,Arial;
	font-size: 14px;
	font-weight: normal;
	color: #303030;
	margin-top:0px;
	margin-bottom:0px	
}

li{
	list-style-type: disc;
	color: #33AFDD;
	font-weight: normal;
	line-height: 15px
}

h1{
	font-size: 20px;
	color: #FFFFFF;
	margin-top:5px;
	margin-bottom:0px	
}

h2{
	font-size: 16px;
	color: #F7CF31;
	margin-top:0px;
	margin-bottom:0px
}

hr {
	background-color: #DDDDDD;
	color: #DDDDDD;
	height: 1px;
	border: 0px;
	clear: both
}

a{
	color: #9E170F;
	text-decoration: none
}
a:hover{text-decoration: underline}

form{
	margin: 0px;
	padding: 0px
}

img {border:0}

input {
	border-style: solid;
	border-color: #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #404040;
	font-family: "Lucida Sans","Lucida Grande",sans-serif,Arial;
	font-size: 14px;
	text-align: center
}

input.estado{
	width: 90px;
	border-width: 1px;
	border-color: #888888;
	background-color: #DDDDDD;
	font-size: 11px
}
input.estado:hover{border:1px solid #EEEEEE}

input[type="submit"],input[type="button"]{
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
	background-color: #DDDDDD;
	font-size: 11px;
	cursor: pointer
}

input[type="checkbox"]{
	border-style: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 5px 0 #B5DFF1; -webkit-box-shadow: 0 0 5px 0 #B5DFF1;
	padding: 0px;
	margin-left: 5px;
	cursor: pointer
}

select{
	border-width: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Lucida Sans","Lucida Grande",sans-serif,Arial;
	font-size: 14px
}

.borde {
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px;
	margin: 20px;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

textarea{margin:0px}
.rojo {color:#FF6633}
.blanco {color:#FFFFFF}
.celeste {color: #1076A9}
table {border:0px}

#qTip {
	padding: 5px;
	border: 1px solid #AAA;
	/* border-right-width: 2px;
	border-bottom-width: 4px;*/
	display: none;
	background: #777;
	color: #FFF;
	font: 13px sans-serif, Arial;
	text-align: left;
	position: absolute;
	z-index: 1000;
	opacity: 0.90;
	filter:alpha(opacity=90);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 400px
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%
}
#popUpDiv {
	position:absolute;
	width:16px;
	height:16px;
	z-index: 9002
}

img.bg {
	min-height: 100%;
	min-width: 1440px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-10
}

@media screen and (max-width: 1440px){
img.bg {
	left: 50%;
	margin-left: -720px
	}
}