/*
	red		#DC291E
	blue	#003a69
	lblue	#8dc9e8
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/body_bg.gif);
	_background-image: url(images/body_bg_ie.gif);
	background-repeat: repeat-x;
}

#content {
	width: 950px;
	margin: auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;	
	display:table;
}

#header {
	width: 950px;
	height: 84px;
	float: left;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	margin:0px;
}

#menu {
	position:relative;
	width: 950px;
	height: 45px;
	clear:both;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
/*	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;	
*/
	background: #003a69;
	margin:0px;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
}

#menu a:hover {
	color: #ef7f01;
	text-decoration: none;
	font-weight: bold;
}

#main {
	width: 930px;
	margin-left: 10px;
	_margin-left: 5px;
	float: left;
	background-color: #f7f5e9;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;	
}


#leftbar {
	width: 150px;
	float: left;
	text-align: center;
	margin: 20px 0px 0px 10px;
}

#rightbar {
	width: 180px;
	float: left;
	margin: 20px 0px 0px 15px;
	font-size: 75%;
	text-align: justify;
}

#rightbar a {
	text-decoration : none;
}

#text {
	width: 500px;
	min-height: 500px;
	float: left;
	margin: 20px 0px 0px 10px;
	background-image: url(images/text_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 25px 0px 24px;
	font-size: 80%;
	text-align: justify;
}

#text h1 {
	color: #003a69;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
}
#text ul {
	list-style: none;
}

#text ul a {
	text-decoration:none;
}

#text ul li {
	background:transparent url(images/bullet-blue.gif) no-repeat scroll 0 2px;
	padding-left:20px;
}

#text ul li ul {
	padding-top:20px;
	padding-bottom:20px;
}

.espacio {
	margin-bottom: 10px;
}

#footer {
	width: 100%;
	clear: both;
	height: 75px;
	background-color: #003a69;
	color: #FFFFFF;
	font-size: 65%;
	text-align: center;
	padding-top: 5px;
}

.title {
	font-size: 90%;
	font-weight: bold;
	color : #000066;
}

.TittleCursos {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	background-color: #f9f6e7;
	color: #6c1213;
	text-align: center
}

.TableCursos {
	font-size: 80%;
}

.TableCursos2 {
	font-size: 80%;
	background-color: #C8C8C8;
}

.TittleConv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #CCC;
	background-position: left top;
}
.TextConv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	text-align: left;
	font-size: 12px;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
}
.TextMini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8px;
	background-color: #CCC;
}
.TextNoticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #4B4B4B;
}

/* DESTACADOS */
#destacados {
	display: block;
	font-size : 8pt;
	margin: 0 5px;
	padding: 0;
}

#destacados a {
	text-decoration: none
}

.destacado {
	margin: 0 auto;
	background: url(images/box-br.gif) no-repeat bottom right;
	font-size: 100%;
}

.destacado_ttl {
	background: url(images/box-tr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.destacado_ttl h2 {
	background: url(images/box-tl.gif) no-repeat top left;
	margin: 0;
	padding: 20px 20px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}

.destacado_news {
	background: url(images/box-bl.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 25px 10px;
/*	padding: 5px 25px 25px;*/
	text-align: center;
}

.destacado_news p {
	padding-top: 5px;
	text-align: justify;
}

.espacio {
	margin-bottom:10px;
	text-align:center;
}

