body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-image: url(../imgproy/fondoadmin.jpg);
	background-repeat: repeat;
}
table#inscritos {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
table#contacto {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
}

.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}
#contenedor {
	height: 100%;
	width: 920px;
	margin-bottom: 20px;
}
#cabezote {
	background-color: #FFFFFF;
	height: 30px;
	width: 850px;
	margin: 0px;
	padding: 10px;
}
#cabezote a {
	color: #CC0000;
	text-decoration: none;
}
#cabezote a:hover {
	text-decoration: line-through;
}
#conaltur {
	height: 150px;
	width: 870px;
}
#menu {
	height: 30px;
	width: 850px;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}
#menu a {
	color: #CC0000;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#contenido {
	background-color: #FFFFFF;
	height: 100%;
	width: 850px;
	padding: 10px;
}
#contenido a {
	color: #CC0000;
	text-decoration: none;
}
#contenido a:hover {
	text-decoration: underline;
}
#contenido h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
#contenido strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
#ppagina {
	height: 70px;
	width: 850px;
	padding: 10px;
	background-image: url(../imgproy/ppadmin.jpg);
}
