/* CSS Document */

body{
margin:0px;
padding:0px;
width:100%;
height:100%;
background-color:#000;
}

.clear{
clear:both;
}

a:link {
	text-decoration:none;
	color: #FFFFFF;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
a:active {
	text-decoration:none;
	color: #FFFFFF;
}
/****************************/
/*		ESTRUCTURA			*/
/****************************/

div#marco{
margin:0px;
padding:0px;
width:1024px;
margin-left:auto;
margin-right:auto;
height:100%;
}

div#superior{
position:relative;
width:1024px;
}

div#medio{
background:url(../img/fondo_web.png) no-repeat top;
position:relative;
width:1024px;
min-height:590px;
height:auto;
}


div#medio_left{
position:relative;
width:145px;
height:500px;
float:left;
text-align:justify;
margin:70px 0 0 0;
}

div #medio_right{
position:relative;
float:left;
height:auto;
width:820px;
}


div#inferior{
position:relative;
width:1024px;
background-image: url(../img/abajo.jpg);
background-repeat: no repeat;
margin: 0px;
padding: 0px;
}

div.inicio{
height:284px;
/*background-repeat: no-repeat;		
background-color: #000;*/
margin: 0px;
padding: 0px;
scrollbar-face-color: #243CAA; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #243CAA; 
scrollbar-arrow-color: #000000;
}

div.extraescolars{
/*background-repeat: no-repeat;		
background-color: #000;*/
margin: 0px;
padding: 0px;
scrollbar-face-color: #243CAA; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #243CAA; 
scrollbar-arrow-color: #000000;
}

.naranja{
color:#ff9c00;
}