@charset "UTF-8";

body {
    font-family: Arial, san-serif;
    font-size: 13px;
    line-height: 20px;

}

#header {
    background: #fff;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
    height: 70px;
    padding-top: 10px;
}

#header_logo {
}

#header_logo a img {
    border: none;
    margin-left: 20px;
}


#quickSearchForm input#keywords {
    margin: 1px 8px 5px 8px;
    width: 180px;
    height: 20px;
    padding: 4px 0 0 0;
    border: #fff 1px solid;
    float: left;
}

#quickSearchForm input#search {
    margin: 2px  10px 0 0;
    height: 24px;
    padding: 2px;
    width: 90px;
    background: #ccc;
    border: #ccc 1px solid;
    font-weight: bold;
}

#nav {
    border-left: #000 0px solid;
    border-right: #000 0    px solid;
    height: 22px;
    background-color: #acabab;
    color: #FFFFFF;
}

#body {
    background: #fff;
    border-bottom: #000 0px solid;
    border-left: #000 0px solid;
    border-right: #000 0px solid;
}

#content div.innerContent {
    padding: 20px;
	
}

#menuItem{
font-size: 16px;

}
/* footer */
#footer {
	width:800px;
	overflow:hidden;
	border-top:1px solid #4086bf;
	padding:12px 0 5px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer ul li{
	display:inline;
	font-size:0.9em;
	padding:0 0 0 8px;
	color:#617078;
}
#footer ul li:first-child{
	background:none;
	padding-left:0;
}
#footer ul li a{color:#617078;}

h1, h2, h3 {
    margin: 10px 0;
}

h1 {
    font-size: 14px;
    font-style: italic;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
    font-style: italic;
}

p {
    margin: 10px;
}

blockquote {
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 2px;
    font-family: Georgia, Serif;
    color: #666;
}

pre {
    font-size: 11px;
    border: #ccc 1px solid;
    padding: 10px;
}

.boton
{
	width: 100%;
	float:left;
	padding-top: 10px;
}

.boton_azul
{
	background-image: url(/img/boton_azul.gif);
	background-position: -0px -0px;
	height: 25px;
	float: left;
	/*background-position: left top;
    position: relative;*/
    display: block;
	padding-left: 16px;
	background-repeat: no-repeat;
	padding-right:2px;
	padding-top: 7px;
}

.boton_azul, .boton_azul a, .boton_azul a:active, .boton_azul a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none !important;
}

.boton_azul:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000 !important;
	text-decoration: none !important;
}

.boton_azul_dreta
{
    height: 33px;
    width: 15px;
    float: left;
    background-image: url(/img/boton_azul.gif);
	background-position: -0px -0px;
    /*position: relative;*/
    display: block;
    background-repeat: no-repeat;
	
    
}


.boton_naranja{
	background-image: url(/img/boton_naranja.gif);
	background-position: -0px -0px;
	height: 68px;
	width:176px;
	float: left;
	/*background-position: left top;
    position: relative;*/
    display: block;
	/*padding-left: 16px;*/
	background-repeat: no-repeat;
	/*padding-right:2px;*/
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.boton_naranja a, .boton_naranja a:active, .boton_naranja a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boton_naranja a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999!important;
	text-decoration: none;
}

