@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #ffe8a5;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #1d398d;
}
a:visited {
	color: #1d398d;
}
a:hover {
	color: #455fad;
}
a:active {
	color: #1d398d;
}

.linkn:link {
	color: #ffcb05;
}
.linkn:visited {
	color: #ffcb05;
}
.linkn:hover {
	color: #ffd638;
}
.linkn:active {
	color: #ffcb05;
}

h1 {
	font-size:16px;
	line-height:1px;
	font-weight:bold;
}

.texto {
	font-size: 12px;
}
#base {
	width: 1000px;
	margin: 0px auto 0px auto;
	background: #ffcb05;
}

#header {
	width:100%;
	height:105px;
	background: url(images/banner.jpg) top center no-repeat;
	position:relative;
	
}

#menu {
	position: absolute;
	bottom:3px;
	left: 111px;
}

#banner {
	margin-top:8px;
	margin-bottom:8px;
}

#quienes {
	float:left;
	width: 367px;
	height: 172px;
	background:url(images/quienes_somos.jpg) top left no-repeat;
	text-align:left;
	padding:8px;
	margin-left:8px;
	color:#FFF;
}

#qtxt {
	width:220px;
	text-align:left;
}

#section {
	float:left;
	margin-left:5px;
}

#noticias {
	width:100%;
	height:214px;
	background:url(images/fondo_noticias.jpg) top repeat-x;
	margin:0px;
	clear:both;
}

#news_scroll {
	width:975px;
	margin:0 auto 0 auto;
	text-align:center;
}


#titlebox {
	width:210px;
	font-size: 12px;
	color: #1d398d;
	background-color: #ffcb05;
	padding:5px;
}

#newstxt {
	width:220px;
	text-align: left;
	margin-top: 5px;
	color:#FFF;
}

#footer {
	font-size:12px;
	padding:5px 10px;
}

#footer p {
	margin:0;
}
#more {
	width:80px;
	height:19px;
	text-align:center;
	color:#1d398d;
	background:#ffcb05;
	padding-top:8px;
}

#content {
	width:633px;
	float:left;
	margin-left:12px;
	background: #FFF;
	padding:10px 30px 30px 30px;
	border: 1px solid #1d398d;
	text-align:justify;
}

#der {
	width:267px;
	float:left;
	margin-left:18px;
}

.title {
	font-size:11px;
	color:#FFF;
}

.content {
	font-size:10px;
}

form{
display:table;

}
input{
display:block;
margin:0.3em;
}

<!--[if IE]>
<style type="text/css">
form{
width:1px;
overflow:visible;
}

<!--[endif]-->

/*--Main Container slider banner--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 984px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 100px; height:40px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: #1d398d no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
