@charset "utf-8";
/* CSS Document */

body {
	background-image: url('../img/bg2.gif');
	background-repeat:repeat-x;
	margin: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;	  
	display: inline;

}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#container {
	position: relative;
	width: 795px;
	margin-left: auto;
	margin-right: auto;
}

#container #banner {
	background-image: url("../img/capoeira_rodadelsol.gif");
	background-repeat: repeat-x; 
	height: 216px;
}


/* Most of the div containers will use relative_absolute class*/
.relative_absolute{
	position: relative;
	position: absolute;
}

/* MENU*/

#menu {
	top: 168px;
	left: 26px;
}

.menu {
	font-size: 12px;
	font-weight: bold;
}

.menu ul {
	margin: 0;
	list-style-type: none;
	padding:0px;
}

.menu li {
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
  	padding:0 0 0 10px;
}

.menu li a {
	color: #616161;
	text-decoration: none;
}

.menu li a:hover {
	color: #FC6A09;
}

/* ============== SCHOOLS =========================*/
#schools_content  a {
	color: #616161;
	text-decoration: underline;

}

#schools_content li a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

/* FOTO BOX - fotos principales con esquinas redondas*/

#foto_principal {
	width: 391px;
	height: 183px;
	top: 200px;
	left: 7px;
}

/* SUBMENU  BOX - fondo blanco con esquinas redondas*/

#submenu {
	width: 350px;
	height: 146px;
	left: 441px;
	top: 200px;
}	

.submenu_table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0px;
}

.submenu_table td{
	padding: 0px;
}

.submenu_table .center {
	background-color: #FFFFFF;

}

.center{
	vertical-align:top;
	height: 125px;
}

.submenu_table .left_right_borders{
	width: 22px;
	background-repeat: repeat-y;
}

.submenu_table .top_bottom_borders{
	height: 22px;
	background-repeat: repeat-x;
}

.submenu_table .left {
	background-image: url(../img/white_box_rounded_corners/left.jpg);
}

.submenu_table .right {
	background-image: url(../img/white_box_rounded_corners/right.jpg);
}

.submenu_table .top {
	background-image: url(../img/white_box_rounded_corners/top.jpg);
}

.submenu_table .bottom {
	background-image: url(../img/white_box_rounded_corners/bottom.jpg);
}


.submenu_table .corner_bottom_left {
	background-image: url(../img/white_box_rounded_corners/corner_bottom_left.jpg);
}

.submenu_table .corner_bottom_right {
	background-image: url(../img/white_box_rounded_corners/corner_bottom_right.jpg);
}

.submenu_table .corner_top_left {
	background-image: url(../img/white_box_rounded_corners/corner_top_left.jpg);
}

.submenu_table .corner_top_right {
	background-image: url(../img/white_box_rounded_corners/corner_top_right.jpg);
}

/* style for submenu links*/

.submenu_table .center ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.submenu_table .center  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FF6600;
	/*text-decoration: underline;*/
}

.submenu_table .center li a {
	text-decoration:none;
	color: #616161;
	cursor : hand;
}

.submenu_table .center a:hover {
	color: #FC6A09;
}


/* CONTENIDO PRINCIPAL*/
#container #main_content {
	width: 795px;
	padding-right: 10px;
	padding-left: 10px;
	top: 398px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	line-height: 16px;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	line-height: 16px;
}


/* VIDEO SECTION*/
#video{
	left: 5px;
	top: 205px;
}

#descripcion_video{
	left: 5px;
	top: 199px;
}

/* SISTEMA DE GRADUACION SECTION*/
#fotos_cordas{
	width: 795px;
}

#fotos_cordas img {
	padding-right: 14px;
	height: 170px;
	width: 70px;
}

/* NUTRICION SECTION */
#carbohidratos_img {
	left: 592px;
	top: 556px;
}

#proteina_img {
	left: 458px;
	top: 777px;
}

#hidratacion_img {
	left: 649px;
	top: 1367px;
}

#vitaminas_img {
	left: 487px;
	top: 1094px;
}


/* ============== FOOTER =========================*/

#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	height: 50px;
}

/* style for submenu links*/

#footer ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footer li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	text-transform: lowercase;
	color: #FF6600;
	display:inline;
	padding:0 0 0 10px;
}

#footer li a {
	text-decoration:none;
	color: #616161;
	cursor : hand;
}

#footer a:hover {
	color: #FC6A09;
}

/* ==============================================*/
