body,div,dl,dt,dd,ul,ol,li,h3,h4,h5,h6,pre,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}
	
body { 
	position: relative;
	line-height:18px;
} 
	
h1 {
	font-size: 19px;
	margin: 0 0 0 0;
	color:#396F99;
	font-family:"Trebuchet MS";
	padding: 0 0 0 11px;
	line-height: 18px;
}	

form {
padding: 0 0 0 10px;}

h2 {
	font-size: 13px;
	margin: 0 0 8px 11px;
	line-height: 18px;
	color:#4482B6;
	font-weight:100;
	font-family:"Trebuchet MS";
	padding: 0 0 0 0;
	border-bottom:#4482B6  dotted 1px;
	width: 660px;
}	

h3 {
	font-size: 13px;
	margin: 0 0 5px 11px;
	line-height: 18px;
	color:#4482B6;
	font-weight: 900;
	font-family:"Trebuchet MS";
	padding: 0 0 0 0;
	width: 660px;
}	

h4 {
	font-size: 13px;
	margin: 0 0 0 0;
	line-height: 18px;
	color:#396F99;
	font-weight: 900;
	font-family:"Trebuchet MS";
	padding: 125px 0 0 25px;
	width: 150px;
}	


h5 {
	font-size: 12px;
	margin: 0 0 0 0;
	line-height: 18px;
	color:#4482B6;
	font-weight: 900;
	font-family:"Trebuchet MS";
	padding: 0 0 0 10px;
}	


	
	
/* page setup */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body#page {
	background-color: #a2b1c7;
	background-image: url(images/fondo.png);
	background-repeat: repeat;
	background-position: 0;
}

body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* set body width (styleswitcher) */
body.width-thin div.wrapper {
	width: 780px;
}

body.width-wide div.wrapper {
	width: 940px;
}

body.width-fluid div.wrapper {
	width: 90%;
}




div#toppanel-container .trigger-m {
	width: 80px;
	height: 19px;
	background: url(images/toppanel_trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	overflow: hidden;
	color: #ffffff;
}

/* layout */
div.wrapper {
	margin: auto;
}

div.wrapper .wrapper-t {
	background: #ffffff url(images/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper .wrapper-b {
	background: url(images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper .wrapper-l {
	background: url(images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper .wrapper-r {
	background: url(images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper .wrapper-tl {
	background: url(images/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper .wrapper-tr {
	background: url(images/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper .wrapper-bl {
	background: url(images/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper .wrapper-br {
	min-height: 470px;
	padding: 0px 10px 10px 10px;
	background: url(images/wrapper_br.png) 100% 100% no-repeat;
}

div#header {
	position: relative;
	height: 120px;
	margin: 0px 0px 0px 0px;
	background-color:#005ea8;
	margin-bottom:15px;
	margin-top:0px;
	background:url(images/top_header.png) no-repeat;
	
/* innova*/
}



div.moduletable h3,
div.moduletable-blank h3,
div.module h3,
div.module-blank h3,
div.module-white h3,
div.module-black h3,
div.module-othermenu h3 {
	font-size: 100%;
}

/* toppanel modules */
#toppanel div.moduletable {
	margin: 0px 0px 10px 0px;
}

#toppanel div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
}

/* top modules */
#top div.moduletable {
	padding: 0px 15px 10px 15px;
	text-align:justify;
}

#top div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}






div#menusystem {
	position: relative;
	width: auto;
	height: 70px;
	margin: 0px 2px 0px 2px;
	clear: both;
}

div#menusystem .overlay {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: url(images/menu_bg.png) 0 0 repeat-x;
	z-index: 2;
}

body.red div#menusystem .overlay { background: url(images/menu_bg_red.png) 0 0 repeat-x; }
body.blue div#menusystem .overlay { background: url(images/menu_bg_blue.png) 0 0 repeat-x; }
body.orange div#menusystem .overlay { background: url(images/menu_bg_orange.png) 0 0 repeat-x; }
body.green div#menusystem .overlay { background: url(images/menu_bg_green.png) 0 0 repeat-x; }
body.lilac div#menusystem .overlay { background: url(images/menu_bg_lilac.png) 0 0 repeat-x; }
body.black div#menusystem .overlay { background: url(images/menu_bg_black.png) 0 0 repeat-x; }
body.beige div#menusystem .overlay { background: url(images/menu_bg_beige.png) 0 0 repeat-x; }
body.turquoise div#menusystem .overlay { background: url(images/menu_bg_turquoise.png) 0 0 repeat-x; }
body.violet div#menusystem .overlay { background: url(images/menu_bg_violet.png) 0 0 repeat-x; }

div#menusystem div#submenu {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 100%;
	height: 22px;
	z-index: 3;
}



div#top {
	width: auto;
	margin: 10px 2px 0px 2px;
	padding: 0px 0px 2px 0px;
	clear: both;
	background: url(images/top_b.png) 0 100% repeat-x;
}

div#top .top-bg {
	background: #f0f0f0 url(images/top_bg.png) 0 0 repeat-x;
}

div#top .topbox {
}

div#top .topboxseperator {
	background: url(images/top_sep.png) 100% 0 no-repeat;
}

div#middle {
	width: auto;
	margin: 10px 0px 0px 0px;
	clear: both;
}

div#middle .background {
	min-height: 140px;
}

div#middle .layoutleft {
	background: none;
}

div#middle .layoutright {
	background: none;
}

div#left {
	width: 188px;
}

div#middle .layoutleft div#left {
	float: left;
	padding: 0px 0px 0px 12px;
}

div#middle .layoutright div#left {
	float: right;
	padding: 0px 12px 0px 0px;
}

div#main {
	width: auto;
}

div#middle .layoutleft div#main {
	margin: 0px 0px 0px 200px;
	padding: 0px 12px 0px 15px;
}

div#middle .layoutright div#main {
	margin: 0px 200px 0px 0px;
	padding: 0px 10px 0px 12px;
}

div#middle .withoutleft div#main {
	margin: 0px 12px 0px 12px;
}


div#right {
	width: 180px;
	padding: 0px 0px 0px 0px;
	float: right;
}
	
div#content {
	width: auto;
}






div#bottom {
	width: auto;
	margin: 0px 2px 0px 2px;
	padding: 25px 0px 25px 0px;
	clear: both;
	background: url(images/menu_bg.png) 0 0 repeat-x;
}

body.red div#bottom { background: url(images/menu_bg_red.png) 0 0 repeat-x; }
body.blue div#bottom { background: url(images/menu_bg_blue.png) 0 0 repeat-x; }
body.orange div#bottom { background: url(images/menu_bg_orange.png) 0 0 repeat-x; }
body.green div#bottom { background: url(images/menu_bg_green.png) 0 0 repeat-x; }
body.lilac div#bottom { background: url(images/menu_bg_lilac.png) 0 0 repeat-x; }
body.black div#bottom { background: url(images/menu_bg_black.png) 0 0 repeat-x; }
body.beige div#bottom { background: url(images/menu_bg_beige.png) 0 0 repeat-x; }
body.turquoise div#bottom { background: url(images/menu_bg_turquoise.png) 0 0 repeat-x; }
body.violet div#bottom { background: url(images/menu_bg_violet.png) 0 0 repeat-x; }



div#footer {
	width: auto;
	padding: 5px 0px 15px 0px;
	clear: both;
	text-align: center;
}

	

.floatbox { overflow: hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }

.bloq_center {
	float:left;
	width: 500px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.bloq_left {
float:left;
width: 220px;
padding: 0 0 0 0;
margin: 0 0 0 0;}

.content {
width: 220px;
padding: 0 0 0 0;
height: 190px;
float:left;
margin: 0 0 0 0;}

.bloq_top {
float:left;
background: url(images/bg_top.png) no-repeat 11px 0;
height: 10px;
width: 220px;
padding: 0 0 0 0;
margin: 0 0 0 0;}

.bloq_cen {
float:left;
background: url(images/bg_cent.png) repeat-y 11px 0;
height: auto;
width: 220px;
padding: 0 0 0 0;
margin: 0 0 0 0;}

.bloq_cen p{
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 0 38px 0 22px;
margin: 0 0 0 0;}


.bloq_but {
float:left;
background: url(images/bg_but.png) no-repeat 11px 0;
height: 11px;
width: 220px;
padding: 0 0 0 0;
margin: 0 0 5px 0;}



.bloq_right_content {
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	float:right;
	width: 686px;
}


.bloq_right_top {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	float:right;
	width: 686px;
}

.bloq_right_top_int {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 10px;
	background:url(images/bg_top_right.png) no-repeat;
	float:right;
	width: 686px;
}

.bloq_right_cen_int {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
	background:url(images/bg_cen_right.png) repeat-y;
	float:right;
	width: 686px;
}

.bloq_right_cen_int ul{
padding: 0 0 0 10px;
margin: 0 0 0 0;
}


.bloq_right_cen_int li{
padding: 0 0 0 10px;
font-size:11px;
margin: 0 0 0 0;
list-style:none;
background:url(images/icon_img.png) no-repeat 0 7px;
}






.bloq_right_cen_int p {
	margin: 0 0 0 0;
	padding: 0 10px 7px 12px;
	font-size: 11px;
	color:#646464;
	line-height: 18px;
}




.bloq_right_but_int {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:10px;
	background:url(images/bg_but_right.png) repeat-y;
	float:right;
	width: 686px;
}

.bloq_but_content {
	width: 686px;
	float:right;
	height:auto;
	padding: 0 0 0 0;
	margin: 7px 0 10px 0;
}

.bloq_but_content p{
line-height:18px;
font-size: 11px;
color:#646464;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.bloq_but_content ul{
padding: 0 0 0 10px;
margin: 0 0 0 0;
}


.bloq_but_content li{
padding: 0 0 0 10px;
font-size:11px;
margin: 0 0 0 0;
list-style:none;
background:url(images/icon_img.png) no-repeat 0 7px;
}


.bloq_but_1 {
float:left;
margin: 0 10px 0 0;
padding: 0 0 0 0;
height: 194px;
border-right: #CCCCCC dotted 1px;
width: 210px;}

.bloq_but_2 {
float:left;
margin: 0 10px 0 0;
padding: 22px 0 0 0;
border-right: #CCCCCC dotted 1px;
height: 174px;
width: 210px;}

.bloq_but_3 {
float:left;
margin: 0 0 0 0;
padding: 22px 0 0 0;
height: 174px;
width: 220px;}

.content_left {
float:left;
padding: 0 0 0 0;
width:220px;
margin: 0 0 5px 0;
height: 281px;
background: url(images/bg_left.png) no-repeat 11px 0; 
} 

.content_left_3 {
float:left;
padding: 0 0 0 0;
width:220px;
margin: 0 0 5px 0;
height: 281px;
} 

.content_left p{
	font-size:10px;
	color:#FFFFFF;
	padding: 240px 15px 0 25px;
	line-height: 14px;
	font-weight:900px;
} 


.formulario {
float:left;
width: 350px;
margin: 0 0 0 0;
padding: 0 0 0 0;}

.left_formulario {
	float: right;
	width: 330px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

