* {
	margin: 0;
	padding: 0;
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	background-color: #315869;
}
#logo {
	height: 53px;
	width: 133px;
	float: left;
}
h2 {
	font-size: 14px;
	margin-left: 15px;
}
h3 {
	font-size: 12px;
	margin-left: 15px;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
}
.logo A {
	display: block;
	width: 133px;
	height: 53px;
	text-indent: -999px;
}
#player {
	width: 250px;
	height: 24px;
	margin-top: 46px;
	float: right;
	padding-top: 6px;
	text-align: right;
}

#wrapper {
	width: 851px;
	height: auto;
	margin: 0 auto;
	text-align: left;

}
#header {
	width: auto;
	height: 70px;
	background: url(../img/top.jpg) no-repeat left top;
}
#content {
	width: auto;
	height: 442px;
	background: url(../img/fondo1.jpg) no-repeat left top;
}

#footer {
	width: auto;
	height: 69px;
	clear: both;
}
#footer img {
	/*margin-right: 40px;*/
}
#col_izq {
	width: 140px;
	height: auto;
	float: left;
}
#col_der {
	width: 711px;
	height: auto;
	float: right;
	background: url(../img/fondo1.png) no-repeat right top;
}
#menu {
	background: url(../img/col_izq.png) no-repeat left top;
	height: 251px;
	margin-bottom: 5px;
}
#textos {
	padding: 15px 15px;
	height: 260px;
	width: 290px;
	float: right;
	overflow: scroll;
}
/*#textos h2 {
	margin-left: 15px;	
}*/
#textos p {
	margin: 5px 15px;
	text-align: justify;
}
ol {
	margin: 10px 0 10px 40px;	
}
.lista_texto {
	margin: 10px 0 10px 40px;
	list-style-image: url(../img/bu.gif);
}
/*MENU NAVEGACION*/
#nav {
	list-style-type: none;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	height: 14px;
}
#nav a:hover {
	background-color: #E3FBFF;	
}
#menu p {
	margin-left: 20px;	
}
#banners {
	width: auto;
	height: auto;
	float: right;
	clear: both;
	margin-right: 5px;
	margin-top: 10px;
}
/***Estilos Página Interior****/
#col_der_inter {
	width: 711px;
	height: auto;
	float: right;
	background: url(../img/fondo2.png) no-repeat right top;
}
#textos_inter {
	padding: 0 15px;
	height: 240px;
	width: 660px;
	float: right;
}
#textos_inter h2 {
	margin-left: 15px;	
}
#textos_inter p {
	margin: 5px 15px;
	text-align: justify;
}
#textos_inter ul {
	margin-left: 25px;	
}
#texto_izq {
	width: 320px;
	height: auto;
	float: left;
	padding-top: 15px;
}
#texto_der {
	width: 320px;
	height: auto;
	float: right;
	padding-top: 15px;
	border-left: 1px dashed #069;
}
#texto_izq1 {
	width: 320px;
	height: 230px;
	float: left;
	padding-top: 15px;
	overflow-y: auto;
	overflow-x:hidden;
}
#banner_footer {
	text-align:center;
	margin-top:10px;
	display:none;
}
#banners img {
	clear:both;
	display:block;
	margin-bottom:5px;
}
#banners1 {
	width:100%;
	margin-bottom:30px;
}
#banners2 {
	margin-left:10px;
	margin-top:20px;
	float:left;
}
#cursos p a {
	padding-left:20px;
	background:url(../img/bu.gif) no-repeat 0 3px;
	font-weight:bold;
}
#cursos img {
	padding:2px;
	background:#FFF;
}
#cursos blockquote {
	margin: 10px 0;
	border-bottom: 1px dashed #FFF;
	padding-bottom:10px;
}