@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, radio, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body {
	font-family: 'Arial', Helvetica, san-serif;
	font-size: 100%;
	background: url("../img/bg_main_cambios.png") repeat-x scroll top left transparent;
	color:#4A4A4A;
    font-size:9pt;
}

p 						{ 	text-align:left;	font-size:12px; line-height: 140%; margin: 0 0 10px 0;}

a 						{	color:#173667; text-decoration:underline;}

a:hover 				{	color:#314A9A;	text-decoration:none;}

a img 					{ border: none;}

.img-right 				{	float:right;	margin: 0 0 10px 10px;	}
.img-left 				{	float:left;		margin: 0px 10px 10px 0;	}

blockquote {
	
	font-family: 'Georgia', Times, san-serif;
	font-size: 14px;
	color:#173667;
	font-weight:bold;
	margin: 20px 0;
	font-style:italic;
	text-align: center;
	clear: both;
}

h1{
	font-family: 'Georgia', Times, san-serif;
	font-size: 20px;
	color:#173667;
	font-weight:bold;
	margin: 0 0 20px 0;
	font-style:italic;
}

h2, h2 a{
	font-family: 'Georgia', Times, san-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	margin: 0 0 15px 0;
	font-style:italic;
	display:block;
}

h3, h3 a{
	font-family: 'Georgia', Times, san-serif;
	font-size:14px;
	color:#173667;
	font-weight:bold;
	margin: 0 0 15px 0;
	font-style:italic;
	display:block;
}

h4, h4 a{
	font-family: 'Georgia', Times, san-serif;
	font-size:12px;
	color:#314A9A;
	font-weight:bold;
	font-style:italic;
	margin: 0 0 10px 0;
	display:block;
}

h5, h5 a{
	font-family: 'Georgia', Times, san-serif;
	font-size:12px;
	color:#173667;
	font-weight: normal;
	font-style:italic;
	margin: 0 0 15px 0;
	display:block;
}

h6, h6 a{
	font-family: 'Georgia', Times, san-serif;
	font-size:12px;
	color:#173667;
	font-weight: normal;
	font-style:italic;
	margin: 0 0 5px 0;
	display:block;
}

form {
    display: inline;
    margin: 0;
    padding: 0;
}

.textarea {
    border: 1px solid #9AAEB0;
    height: 20px;
	padding-left: 3px;
}

.button-blue {
    background-color: #173667;
    border: 1px solid #173667;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 10px;
    margin-top: 5px;
    padding: 5px;
    text-transform: uppercase;
	text-decoration: none;	
}
.button-blue:hover{
	background-color: #ffffff;
	border: #9AAEB0 1px solid;
	color: #173667;
	text-decoration: none;	
}

.button-red {
    background-color: #B30000;
    border: 1px solid #B30000;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 10px;
    padding: 4px;
    text-transform: uppercase;
	text-decoration: none;
    width:60px;	
}

.button-red:hover{
	background-color: #ffffff;
	color: #B30000;
	text-decoration: none;	
	padding-bottom: 3px;
}
.button-login {
    background-color: #3249A6;
    border: 1px solid #314CA5;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 10px;
    margin: 4px 3px 0 0;
    padding: 3px;
    text-decoration: none;
    text-transform: uppercase;
	clear: right;
    width:40px;
}

.button-login:hover{
	color: #3249a6;
	background-color: #ffffff;
}
.note{
	font-size: 11px;
	color: #173667;
	text-transform: uppercase;
	font-weight: bold;
}

.button-yellow {
    background-color: #F8EF28;
    clear: left;
    color: #173667;
    cursor: pointer;
    float: left;
    font-size: 10px;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.button-yellow:hover{
	background-color: #ffffff;
	color: #173667;
	text-decoration: none;	
}

/********************************************************************************
* PAGE
********************************************************************************/

#container{
	width:980px;
	height:auto;
	margin: 0 auto;
}
#top{
	float: left;
	background: url("../img/top_bg.gif") no-repeat scroll top left transparent;
	width:800px;
	height:150px;
}
#logo{
	width:160px;
	height:158px;
	float:left;
	margin-bottom: 52px;
}

#content{
	float: left;
	background: #FFFFFF;
	width:800px;
	height:auto;
}
#leftcol{
	float:left;
	background: url("../img/submenu_top.png") no-repeat scroll 5px 158px transparent;
	width:160px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
}
.leftcol-bot{
	float:left;
	background: url("../img/submenu_top.png") no-repeat scroll 5px bottom  transparent;
	width:160px;
	margin-right: 10px;
	height: 5px;
}
#content-mid{
	width:490px;
	height:auto;
	float:left;
	margin-top: 12px;
	margin-right: 10px;
}

#content-mid ul {
    list-style-type: disc;
}
#content-mid ul, #content-mid ol {
    font-size: 12px;
    margin: 0 0 15px 30px;
}
#content-mid ul li, #content-mid ol li {
    margin: 0 0 10px 0;
}
#rightcol{
	float: left;
	width: 300px;
	height: auto;
	margin-top: 12px;
}
#adv-top{
	width:980px;
	height:122px;
}

#footer{
	width:980px;
	height:auto;
	margin: 0 auto;
}
#intro{
	background-color:#FF0000;
	width:980px;
	height:122px;
}
