html, body {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	background-color: #000;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 1em;*/
	font-weight: normal;
}
img {
	border: none;
}
img.left {
	float: left;
}
img.medio {
	margin: 0 15px;
	vertical-align: middle;
}
ul {
	list-style: none;
}
#principal {
	min-height: 100%;
	width: 1010px; /*nuevo*/
	margin: 0px auto;
	background-image: url(images/fndpral10.gif);/*nuevo*/
	background-repeat:  repeat-y;
	background-position: 0px 0px;
}
/*hack para IE6*/
* html #principal {
	height: 100%;
}
#header {
	background-color:#000;
	margin-left:10px;/*nuevo*/
	height:100px;
	color:#c9c9c9;
}
#contenedor{
	position: relative;
	margin: 0 0 40px 10px;/*nuevo margin inferior igual a tamano pie*/
	width: 1000px;
}
#footer {
	background-color: #000;
	position: relative;
	height: 40px;
	margin-top: -40px;
	font-size: 9px;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 210px;
}
#footer li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 4px 4px 0 4px;
}
#footer li.final {
	border: none;
}

#navpral {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 630px; /*suma de todas las alturas y margenes a ojo*/
	background-color: #eee;
	background-image: url(images/ocho.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#navroco{
	width: 150px;
	height: 115px;
	margin-top: 81px;
	text-align: center;
}
#submenu ul {
	width: 140px;
	background-color: #b6b1ab;
	padding: 5px;
}
#navroco li, #submenu li{
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #535353;
	font-variant: small-caps;
}
#submenu li {
	height: 25px;
	width: 130px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 5px;
}
#navroco li.actual, #submenu li.actual{
	color:#c9c9c9;
}
#navroco li a, #submenu li a{
	color: #535353;
	text-decoration: none;
}
#navroco li a:hover, #submenu li a:hover {
	color: #dd1c0e;
	text-decoration: none;
	font-weight: bold;
}
#escuela a:hover {
	color: #F4820F;
	text-decoration: none;
	font-weight: bold;
}
#home {
	margin: 25px auto 0 auto;
	border: 0;
	height: 57px;
}
#escuela{
	margin: 25px auto 0 auto;
	width: 82px;
	height: 80px;
	text-align: center;
	color: #535353;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}
#escuela a{
	color: #eeeeee;
	text-decoration: none;
}
#cescolar{
	background-image: url(images/menuescolar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 63px;
	width: 137px;
	padding: 28px 7px 0 6px;
	
}
#blog {
	background-image: url(images/menublog.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 71px;
	width: 139px;
	padding: 40px 6px 0 5px;
}
#dcha {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;/*a ie le da igual*/
	width: 200px;
	background-color: #000;
	color: #eee;
}
#calendario {
	background-color: #000;
	width: 200px;
	margin: 10px auto;
}
#containercalend{
	border: 1px solid #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f78208;
	text-align: left;
	padding: 12px 7px;
	width: 184px;
}
#calendariocontent {
	width: 184px;
	height: 185px;
}
#album{
	width: 200px;
	height: 182px;
}
#album fieldset{
	width: 184px;
	border: 1px solid #f78208;
	padding: 14px 7px 6px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: oblique;
	color: #f78208;
	text-align: center;
}	
#error{
	width: 200px;
}
#error fieldset{
	border: 1px solid #dd1c0e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f78208;
	text-align: left;
	padding: 7px;
	width: 184px;
}
#error span{
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #dd1c0e;
}
#estructura {
		width:198px;
		border: 1px solid #fff;
}
#anuncios {
	width: 200px;
	text-align: center;
	padding: 10px 0 10px 0;
}
#contenido {
	width: 590px;
	margin: 0 210px 0 160px;
	padding: 0 20px 20px 20px;
	background-image: url(images/arcopagina.gif);
	background-repeat: no-repeat;
	background-position: 125px 0px;
	background-color: #eee;
	color: #535353;
	/*min-height: 904px; esta era la altura con anuncios corregir tambien lo siguiente para ie*/
	min-height: 630px;
}
/*hack para IE6*/
* html #contenido {
	height: 630px; /*a ojo*/
}
#contenidoindex {
	width: 590px;
	margin: 0 210px 0 160px;
	padding: 0 20px 20px 20px;
	background-image: url(images/imagesindex/fondocontenido.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #eee;
	color: #333333;
	min-height: 611px;
	
}
/*hack para IE6*/
* html #contenidoindex {
	height: 611px; /*a ojo*/
}
.clear {
	clear: both;
}
#titulo{
	display: block;
	width: 260px;
	height:156px;
	background-image: url(images/fndttr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#cartel{
	width: 390px;
	height: 147px;
}

#contenido h2{
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background-color: #f78208;
	width: 60%;
	padding: 7px;
}
#contenido h2.rojo {
	color: #dd1c0e;
	background-color: #eee;
}
#contenido h2.cumple{
	font-family: Arial;
	font-size: 16px;
	color: #dd1c03;
	background-color: #eee;
}
#contenido p{
	margin-top: 15px;
	text-align: justify;
	line-height: 1.25em;
}
#contenido a{
	color: #535353;
	font-weight: bold;
	text-decoration: none;
}
#contenido a:hover {
	color: #f4820f;
	font-weight: bold;
	text-decoration: underline;
}
#header hr, #footer hr, #contenido hr, #contenido h1, #header h1 {
	display: none;
}
#contextra{
	float: right;
	width: 155px;
	height: 190px;
	background-image: url(images/fondextra.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 105px 30px 52px;
	color: #535353;
	font-size: 11px;
	font-weight: bold;
}
#contextra a{
	font-weight: bold;
	color: #dd1c0e;
	text-decoration: none;
}
#contextra a:hover{
	font-weight: bold;
	color: #dd1c0e;
	text-decoration: underline;
}
#contextra img {
}
#contextra p{
	margin: 2px;
}
.ochodiez{
	width:80%; 
}
.nuevediez{
	width:90%; 
}
p.ultimo{
	margin-bottom: 15px;
}
p.especial{
	width: 60%;
	margin-top: 10px;
	margin-bottom: 9px;
	line-height: 1.25em;
}
#mapa{
	width: 495px;
	height: 350px;
	background-color: #dd1c0e;
	padding: 35px;
}
#mapa span{
	display: block;
	width: 492px;
	height: 15px;
	padding: 10px 0 5px 3px;
	background-color: #eeeeee;
}
#contenido table{
	width: 60%;
	margin: 0;
}
#contenido table.ancha {
	width: 85%;
}
#contenido thead {
	margin: 0;
}
#contenido th, .tiposer {
	background-color: #f78208;
	color: #535353;
	font-size: 13px;
	font-weight: bold;
}
#contenido table th, #contenido table td {
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #959595;
}
.gris {
	background-color:#ddd;
}
#contactocontent {
	width: 465px;
	height: 450px;
	border: 0px;
}
#containerimg {
	float: left;
	display:inline;
	width: 239px;
	height: 167px;
	margin: 0;
	border: 0px;
}
#containerimg img{
	border: 0px;
}
#containertxt {
	float:left;
	padding: 23px;
	width: 305px;
	height: 121px;
	background-image: url(images/txtinst.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#containertxt input, #containertxt textarea {
	border: 1px solid #eee;
	background-color: #eee;
	display: block;
	width: 303px;
	color: #535353;
	margin: 0;
	padding: 0;
}
#containertxt input{
	font-size: 1.0em;
	font-weight: bold;
	height: 16px;
}
#containertxt textarea{
	font-size: 1.05em;
	height: 101px;
}
#probaresc, #probarescn, #intensivo, #ini1, #ini2, #croca, #perfroca, #ealpina, #rapel, #bigwall, #extraescolar, #pilates, #batuka, #danzav, #circo, #capoeira {
	margin-top: 10px;
	padding: 8px; 
	width: 85%;
	border: 1px solid #f78208;
}
p.flecha img{
	border:0;
	vertical-align: bottom;
}
.capavisible {
	display: block;
}
#probaresc p, #probarescn p, #intensivo p, #ini1 p, #ini2 p, #croca p, #perfroca p, #ealpina p, #rapel p, #bigwall p, #extraescolar p, #pilates p, #batuka p, #danzav p, #circo p, #capoeira p {
	margin: 6px 0;
	line-height: 1.25em;
}
.capaoculta {
	display: none;
}
#inscripcursos{
	width: 500px;
	height: 320px;
	margin: 0;
}
#inscrip_curso{
	width: 280px;
	margin: 35px 0;
	padding: 20px;
	border: 1px solid #f78208;
}
#inscrip_curso legend {
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	color: #f78208;
}
#inscrip_curso label, #inscrip_curso input, #inscrip_curso select {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}
div.evento{
	border: 1px solid #979797;
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 80%;
	min-height: 150px;
}
div.evento p{
	text-align: left;
}
div.evento img{
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	height: 150px;
}
div.evento a:link, div.evento a:active, div.evento a:visited{
	color: #535353;
	font-weight: bold;
	text-decoration: underline;
}
div.evento a:hover{
	color: #f78208;
	font-weight: bold;
	text-decoration: underline;
}
div.cajar {
	width: 80%;
	border: 1px solid #dd1c0e;
	margin: 10px 0;
	padding: 15px;
	background-color: #dbdbdb;
	text-align: center;
}
#contenido h3 {
	color: #dd1c0e;
}
#inforoco {
	float: left;
	width: 285px;
}
* html #inforoco{
}
#rojo {
	background-color: #dd1c0e;
	background-image: url(images/imagesindex/rojot.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 265px;
	padding: 170px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eee;
	font-weight: bold;
}
#rojo a {
	color: #535353;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#rojo p {
	margin-bottom: 10px;
}
#gris {
	background-color: #b6b1ab;
	background-image: url(images/imagesindex/gris.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 80px 18px 10px;
	width: 249px;
}
#grisosc {
	background-color: #535353;
	background-image: url(images/imagesindex/grisosc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 60px 18px 10px;
	width: 249px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#infoextra {
	float: right;
	width: 305px;
}
* html #infoextra {
}
#naranja {
	background-image: url(images/imagesindex/naranja_n.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 165px;
	padding: 60px 70px 50px 60px;
	font-size: 10px;
	color: #535353;
	text-align: center;
}
#naranja img {
	margin: 0 0 10px;
}
#verde{
	background-image: url(images/imagesindex/verde_n.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:185px;
	height:93px;
	padding:0 56px 0 64px;
}
#azul {
	background-image: url(images/imagesindex/azul_n.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 200px;
	height: 195px;
	padding: 92px 35px 14px 70px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#azul span {
	color: #7a7a7a;
}
#azul a {
	color: #000;
	text-decoration: none;
}
