@charset "utf-8";
/* CSS Document */
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;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	background-image: url(/imagenes/fondos/globalbackground.jpg);
	background-color: #353ECB;
	background-repeat: repeat-x;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container {
	min-height: 100%;
	width: 995px;
	visibility: visible;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px;
	clear: both;
	float: left;
	width: 895px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFBDFE;
	display: inline;
}
.subtitle {
	float: left;
	width: 810px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	clear: both;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: inline;
}
.formcontainer {
	float: left;
	height: auto;
	width: 850px;
	margin-left: 77.5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	display: inline;
}


.blockform {
	vertical-align: middle;
	float: left;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
.boton {
	cursor: pointer;
	margin-top: 15px;
	float: left;
	margin-left: 215px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	height: auto;
	color: #3D46CF;
	display: inline;
	margin-bottom: 10px;
	border: 1px solid #B1C7FE;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFF;
}

.labels {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
	display: inline;
}
.selectpreferencias {
	float: left;
	width: 200px;
	display: inline;
}
.introduccion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	width: 850px;
	margin-left: 77.5px;
	font-weight: normal;
	color: #333;
}
