body {
	margin: 0px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #7c838b;*/
	padding-top: 0px;
	padding-right: 0px;
	/*padding-bottom: 475px;*/
	padding-bottom: 0px;
	padding-left: 0px;
	background: #000000 url(images/bg.jpg) repeat-y center top;
}

#antebase {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 970px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: visible;
	float: left;
	border: 0px solid black;
}

#antebasePequenyo {
	background-image: url(images/bg_top_820.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 818px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: visible;
	float: left;
	border: 0px solid black;
}

#base {
	padding: 0px;
	width: 675px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
	border: 0px solid black;
}

#pie {
	background-image: url(images/bg_pie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 130px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: visible;
	float: left;
	border: 0px solid black;
	text-align: center;
}
.formInscripcion {
	margin-top: 5px;
	margin-bottom: 5px;
}
.formInscripcion select {
	border: 1px solid #482718;
	margin-bottom: 5px;
	background: #f3ebe4;
}
.formInscripcion input.boton {
	border: 3px double #482718;
	background: #753d24;
	color: #FCE4D3;
}
#antebase #pie div, #piePequenyo div{
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 150px;
	color: #562B1A;
	margin-top: 10px;
}

#piePequenyo {
	background-image: url(images/bg_pie_950.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
	padding: 0px;
	overflow: visible;
	float: left;
	border: 0px solid black;
	width: 100%;
	margin: 0px;
}

#menu {
	width: 140px;
	padding: 0px;
	float: left;
	margin-top: 250px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}
#menu ul li {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	color:#C33A32;
}
#menu ul li a:link {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#menu ul li a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#menu ul li a:hover {
	font-weight: bold;
	color: #1A1615;
	text-decoration: none;
}
#menu ul li a:active {
	font-weight: bold;
	color: #1A78BE;
	text-decoration: none;
}
.selected {
	color: #1A78BE;
	font-size: 14px;
	font-weight: bold;
}

div.idioma {
	padding: 0px;
	float: left;
	width: 495px;
	margin-top: 205px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	overflow: visible;
	display: block;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#C33A32;
	font-weight: bold;
}

a:link{
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

div.contenido {
	padding: 0px;
	float: left;
	width: 485px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	overflow: visible;
	display: block;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	/*color: #1E181A;*/
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
		color: #3C1C0F;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	color: #3C1C0F;
}

h2.lista{
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}

p {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p.indicacion {
	font-size: 9px;
	margin-bottom: 0px;
}

ul {
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}

li {
	list-style-image: url(images/bullet_red.gif);
	margin: 0px;
	padding: 0px;
}


.enfasisNegro {
	color: #1E181A;
}
.enfasisAzul {
	color: #1A78BE;
}

#antebaseHome {

	background-image: url(images/bg_topHome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 585px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
strong {
	color: #562B1A;
}
.clear {
	clear: both;
}

