* { /* clear ALL margins */
	margin:0;
	padding:0;
}
body {
	font:normal normal 1em/normal Arial, Tahoma, Helvetica, sans-serif;
	color:#333;
	background:#f8f8f8;
}
a {
	text-decoration:none;
}

a, a:link, a:visited, a:hover {
	outline:none;
}


img {
	padding:0px;
	margin:0px;
	border:0px;
	outline:none;
}

p {
	padding:3px 0px;
	margin:0px;
	font:normal 12px/normal 'Arial', Helvetica, sans-serif;
	color:#414042;
	line-height:16px;
}
p a:hover { text-decoration:underline; color:#231f20;}
img {
	outline:none;
	border:none;
}
form, img {/*take away extra margins form in IE6*/
	margin:0;
	padding:0;
}
.clearfix { 
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
textarea{
	overflow:auto;/*Remove vertical textarea scrollbar in IE*/
}
table a, table a:link, table a:visited { 
	border:none;
	text-decoration:none;
}
.fl {float:left;}
.fr {float:right;}
/*Web estructure*/
#container {
	width:100%;
	margin:0 auto;
	color:#333;
	background:#fff;
}
#header {
	width:100%;
	height:358px;
	background:#f6f3ee url(../images/bg_header.gif) repeat-x;
}

.header_flash {
	width:993px;
	height:336px;
	margin:0 auto;
}
#menu {
	width:993px;
	height:22px;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
}
#sidebar {
	float:left;
	display:inline;
	width:20%;
	height:400px;
	margin:0;
	padding:0;
	color:#484848;
	background:#efefef;	
}
#main {
	float:left;
	display:inline;
	width:100%;
	margin:0;
	padding:0;
	color:#484848;
	background:#dfd4c4 url(../images/bg_main.gif) top repeat-x;	
}
.home {
	width:993px;
	margin:38px auto;
}
.pie_left {
	width:250px;
	float:left;
}
.home_sidebar_left {
	width:250px;
	float:left;
}
.home_sidebar_rigth {
	width:217px;
	float:left;
}
.pie_rigth {
	width:217px;
	float:left;
}
.pie_principal {
	width:459px;
	float:left;
	padding:0px 33px;
}
.home_principal {
	width:459px;
	float:left;
	padding:0px 33px;
}
.internas_principal {
	width:650px;
	float:left;
	padding:0px 33px;
}
.internas_principal p {
	float:left;
	font-size:12px;
	color:#414042;
	text-align:justify;
	line-height:16px;
}
.home_principal p {
	width:459px;
	float:left;
	font-size:12px;
	color:#414042;
	text-align:justify;
	line-height:16px;
	padding-top:15px;
}

.home_principal p span {
	width:459px;
	float:left;
	font-size:14px;
	color:#005a9e;
	line-height:16px;
	padding-top:15px;
}
#footer {
	clear:both;
	width:100%;
	height:300px;
	background:#fff url(../images/bg_footer.gif) bottom repeat-x;
}
.pie {
	width:993px;
	margin:0 auto;
	height:200px;
	padding-bottom:25px;
	padding-top:18px;
}
.inc_noticias {
	width:250px;
	float:left;
	padding-bottom:20px;
	background:#d0c0a8;
	margin-bottom:20px;
}
.inc_noticias_txt {
	width:206px;
	float:left;
	margin-top:10px;
	padding-left:18px;
}
.inc_video {
	width:250px;
	float:left;
	padding-bottom:20px;
}
.sede_video {
	width:457px;
	height:293px;
	float:left;
}
.bg_programa {
	width:491px;
	float:left;
	margin-left:87px;
	margin-bottom:2px;
	padding-left:27px;
	padding-bottom:20px;
	background:#9bbadb url(../images/bg_programa.gif) bottom repeat-x;
}

/*Estilos de texto*/
h1 {
	font-size:23px;
	color:#1867ad;
	padding:0px;
	font-family:DIN-Bold, arial;
}
h2 {
	font-size:16px;
	color:#1867ad;
	padding:0px;
	font-weight:bold;
	margin:10px 0;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.txt_11-negro {
	font-size:11px;
	color:#414042;
}
.txt_12-negro {
	font-size:12px;
	color:#414042;
}
.txt_10-negro {
	font-size:10px;
	color:#414042;
}
.txt_11-azul-bold {
	font-size:11px;
	color:#005a9e;
	font-weight:bold;
}
.txt_12-azul-bold {
	font-size:12px;
	color:#005a9e;
	font-weight:bold;
}
.txt_14-blanco-bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:22px;
	padding:0px 15px;
	text-decoration:none;
}
a.txt_14-blanco-bold:hover {text-decoration:none; color:#f3e701;}

