@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
p, li {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
h1, h2, h3, h4, h5, h6, a {
	color:#eab450;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:underline;
}
body {
	background:#CCCCCC url(../images/bg-gris.jpg) repeat;
}
form{
       color:#ffffff;
       font-weight:900;
       line-height:25px;
       padding:14px;
       font-size:.7em;
       font-family:Arial;
    }

#wrapper {
	width: 706px;
	margin: 0 auto;
	background-color:#f7941e;
}
#sidebar {
	width: 204px;
	float:left;
	background:#f7941e;
	min-height:100%;
}
#header {
	width:502px;
	height:214px;
	float: right;
}
#content {
	width: 502px;
	background: #123261 url(../images/bg_baze-copy.jpg) repeat-x top;
	position:relative;
	float:right;
}
/*Structure layout*/
.index {
	width: 255px;
	padding: 0.9em;
	background: transparent url(../images/divisor-vert.gif) repeat-y top right;
	float:left;
}
.main {
	padding: 1.2em;
}
.left-colum{
	width:200px;
	float:right;
	padding: 0.4em;
}
.right-colum-half{
	width: 238px;
	padding: 0.4em;
	background: transparent url(../images/divisor-vert.gif) repeat-y top right;
	float:left;
}
.left-colum-half{
	width:238px;
	float:right;
	padding: 0.4em;
}
.clear {
	clear:both;
	background: url(../images/bg_2_2.gif) repeat-x top;
	height: 3px;
}
#MySlideshow {
	margin: 0 auto;
	width: 250px;
}
/*Structure layout end*/
.nav-links li{
	padding-left:2em;
	text-decoration:underline;
	list-style: none;
}
.nav-links a {
	color:#983a11;	
	font-size: .9em;
}
.nav-links a:hover, a:hover {
	color:#FFFFFF;
}
.left{
	float:left;
	padding: 0 .8em 0 0;
}
.right{
	float:right;
	padding: 0  0 0 .8em;
}
#footer{
	clear:both;
	padding: .4em;
	background: #2b2b2b;
	border-top: #CCCCCC 2px solid;
}
.indented {
	padding-left:1em;
}
.regreso-prog{
	font-size: 9px;
	position: relative;
	float:right;
}
.list-no-bull {
		padding-left:1em;
		list-style:none;
}

.btns {
	background: url(../images/but-azul-long.png) no-repeat;
	height:42px;
	width: auto;
}
.btns2, .btns3 {
	background: url(../images/but-azul-extra-long.png) no-repeat;
	height:42px;
	width: auto;
}
.btns3 {
	height:50px;}

.btns a, .btns2 a, .btns3 a {
	color:#FFFFFF;
}

.btns a:hover, .btns2 a:hover, .btns3 a:hover {
	color:#eab450;
}

.btns-span {
	position:relative;
	left: 31px;
	top: 10px;
	text-decoration:none;
	font-weight:bold;
}
.small {
	font-size:9px;}
