/*------------------------------ Estilos Basicos ------------------------------*/

*{
	font-family:  Helvetica;
	text-decoration: none;
}

body{
	background: #010101 url(../images/style/body_bg.gif) repeat-x;
	padding-top: 20px;
	
}

h1{ font-size:  30px;
	color: #aeaab1;
	padding-bottom: 10px;
}

h2{
	font-size:  18px;
	padding-bottom: 10px;
	color: #aeaab1;
	padding-top: 15px;
}

h3{
	font-size:  16px;
	padding-bottom: 5px;
	color: #aeaab1;
}

li h3{
	padding-top: 5px;
}

h4{
}

a{
	color: #aeaab1;
	font-size: 12px;
}

p{
	font-size: 12px;
	color: #878787;
	line-height: 18px;
	padding-bottom: 10px;
	text-align: justify;
}

strong{
	font-weight: bold;
	color: #aeaab1;
}

#wrapper{
	width: 884px;
	margin: 0px auto;
}

.loading {
}

ul li{
	color: #878787;
	cursor: hand;
}

/*------------------------------ Estilos Generales ------------------------------*/

/*------------------------ Header ------------------------*/

#header{
	background: url(../images/style/header_bg.png) repeat-y;	
}

#main{
	background: url(../images/style/content_bg.png) repeat-y;
	padding: 0px 23px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 15px;
}

ul.lang_sel {
	text-align: right;
	padding-right: 23px;
}

ul.lang_sel li{
	display: inline;
	padding-left: 5px;
	font-size: 12px;
}

#adds{
	float: right;
	padding-left: 20px;
}

#adds img{
	padding-bottom: 10px;
}

#main_left{
	margin-left: 155px;
	margin-right: 165px;
}

#menu {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 145px;
}

img.content{
	float: left;
	padding-right: 10px;
}

#menu a{
	font-size: 12px;
	color: #aeaab1;
}

#menu ul.submenu li{
	margin-left: 20px;
}

#menu ul.submenu a{
	font-size: 12px;
	color: #aeaab1;
}

#menu li{
	list-style-image: url(../images/style/dot_list.gif);
	height: 30px;
	cursor: hand;
}

#menu ul{
	margin-left: 23px;
}

#footer{
	background: url(../images/style/footer_bg.png) no-repeat bottom;
	padding:  0px 23px;
}
#footer p{
	color: #59545e;
	border-top: 1px solid #aeaab1;
	text-align: center;
	padding: 5px 0px 10px 0px;
}

#footer p a{
	color: #aeaab1;
}

.fix {
	display: block;
	clear: both;
}

.news li{
	overflow: hidden;
}



img.gal {
	border: 1px solid #aeaab1;
	margin-right: 5px;
	background: url(../images/style/loading.gif) no-repeat center center;
}

a.concurso li{
	margin-top: 10px;
}

img.teacher{
	float: left;
	margin-right: 5px;
}

.new_lat{
float: left;
margin-right: 5px;	
}

fieldset#insc input{
	width: 200px;
	padding: 3px;
	color: #878787;
}


.teachers li{
	text-align: center;
}

.teachers p{
	text-align: center;
	width: 300px;
	margin: 0px auto;
}

#menu ul.menu{
	margin-bottom: 0px;
}

#content_main{
	_margin-left: 30px;
}

#content_main a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}