body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/motivo_ins.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:link {
	font-weight: bold;
	color: #CC0066;
	text-decoration: none;
}
a:visited {
	color: #CC0066;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #990066;
}
a:active {
	font-weight: bold;
	color: #CC0066;
}
#contenido {
	background-image: url(../images/inscripcion_04.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 808px;
}
#todo {
	position: relative;
	margin: auto;
	width: 808px;
}
#pie {
	width: 808px;
	background-image: url(../images/inscripcion_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
}
#cabecera {
	background-image: url(../images/inscripcion_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 808px;
}
.formulario {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.texto_form {
	font-size: 10px;
	color: #666666;
	text-align: left;
	display: block;
	
}
.big, select, textarea {
	margin-top: 5px;
	width: 350px;
	font-size: 10px;
	color: #006699;
	
}
.mensaje {
	font-weight: bold;
	color: #0066CC;
	text-align: left;
	display: block;
	margin-left: 250px;
}
.obligatorio {
	font-weight: bold;
	color: #CC0066;
}

