

body {    
    background-color:#3342B4;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #000000;
}


div {
    /*border: 1px dashed #FF0000;*/
}


* h1 {
    display:block;
    width:100%;
    border-width: 0 0 0 0;
    font-size: 15px;
    color: #008700;
}


h2 {
    
}


h3 {
   
}


a {
    color: #323232;
    text-decoration:underline;
}


a:hover {
    color: #58585A;
    text-decoration: none;
}


hr {
    clear:both;
}

p {
	font-size: 10px;	
	margin:5px 0 10px 0;
}

#clr {
    clear: both;
}


#container {
    text-align: left;
    margin: auto;
    overflow: hidden;
    width: 1000px;
    min-height:390px;
    height: auto !important;    
    background-image: url(../images/body_back.jpg);
	background-position: top left;
	background-repeat: repeat-y;	
}

#container_index {
    text-align: left;
    margin: auto;
    overflow: hidden;
    width: 1000px;
    min-height:390px;
    height: auto !important;
    
}

#preLoad {
	position:absolute;
	top:50%;
	left:50%; 
	width:300px; 
	height:100px; 
	margin-top: -100px; 
	margin-left: -150px;
	overflow:auto; 
	vertical-align:middle; 
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;	
}


#head {
    float : left;
    width : 100%;
    height:auto; 
    padding: 0;   
    overflow:hidden;
}

#head #head_image{
	float:left;
	background-image: url(../images/head_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 150px;	
	
}
#head #flag_cont{
	float:left;
	width: 1000px;
	height: 30px;	
	background-image: url(../images/lang_cont_back.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#head #flag_cont ul{
	list-style : none;    
    padding:0;    
    margin:0 0 0 0;
    height:20px;
}
#head #flag_cont ul li{
    float:left;
	display:inline;
	height:20px;
}

#head #flag_cont ul li img{
	height:20px;
}

#body {
    float: right;
    width: 795px;        
    min-height:445px;
    height: auto !important;     
    height: 445px;  
    padding:10px;
    overflow:hidden;  
    background-color:#ffffff;  
    display:inline;
}

#body .img_main{
	width: 795px;
	margin: 0 0 5px 0;
}

#body .text_main{
	text-align:justify;
	font-size:12px;
}

#body p.text_main{
	margin:0 0 10px 0;
}

#body .col1,
#body .col2{
	width:45%;
	margin:15px 0 0 0;
	overflow:hidden;
}

#body .col1{
float:left;
}

#body .col2{
float:right;
}

#body #map{
	float: left;
	margin:15px 0 0 0;
} 

#foot {
    text-align: left;
    margin: 10px auto 10px auto;
    overflow: hidden;
    width: 1000px;
	color:#1d2669;
	font-size:11px;
}

#foot a {
	color:#1d2669;
	text-decoration: none;
}

#foot a:hover{
	color: #B6DDF5;
	text-decoration: underline;
}

#foot p{
	font-family:'Courier New', Courier, monospace;
	font-size:11px;
}
#foot p a{
	color:#58585A;
}


#menu {
    float: left;
    width: 185px;
    min-height: 457px;  
    height: auto !important;     
    height: 457px;   
    overflow:hidden;
    background-color:#B6DDF5;
}

#menu h3 {
    font-size:11px;
    margin:0 0 15px 0;
    padding:0;
    text-align:left;
    font-weight:bold;
    font-family:‘Trebuchet MS’,Helvetica,sans-serif;
}
#menu h3 a{
	color:#58585a;
	text-decoration:none;	
}

#menu .ui-state-active a{
	background-color: #000000;
    color: #ffffff;
    text-decoration:none;	
}

#menu #nav ul{
	list-style : none;    
    padding:0;    
    margin:0 0 0 0;
    /*background-image: url(../images/menu_back_left.jpg);*/
	background-position: top left;
	background-repeat: repeat-y;    
}

#menu #nav ul li {	
	margin:0 0 3px 1px;
}

#menu #nav ul li a {    	
	display:block;
	width:173px;
	height:24px;
	text-decoration:none;	
	padding:5px 0 0 10px;
	color:#FFFFFF;	
	font-size:14px;	
	/*
	background-image: url(../images/menu_item_button.jpg);
	background-position: top left;
	background-repeat: repeat-y; 
	*/
	background-color: #3342B5;  	
	cursor:pointer;
}

#menu #nav ul li a:hover {
    text-decoration:none;
    background-image: none;
    background-color:#665591;
    cursor:pointer;
}

#menu #nav ul li a.select{   
    /*color:#0E0C17;*/
    background-color:#0E0C17;
}

#menu #nav ul li a.select:hover{   
    /*color:#0E0C17;*/
    background-color:#665591;
}


#gallery_content{
	float: left;
    width:100%;
    overflow:hidden;
}

#gallery_content p,
#gallery_content img{
	float:left;
	max-width:515px;
	width: expression(this.width > 515 ? 515: true);
}

#gallery_content p{
	width:310px;
}

#gallery_content ul{
	float:right;
	list-style-type:none;
	margin:0;
	padding: 0;
	width: 255px;
}

#gallery_content ul li{
	display: inline;
	float:left;
	margin:0 5px 5px 0;
}

#gallery_content ul li img{
	width:80px;
}

ul#certificados{
	float:right;
	list-style-type:none;
	margin:0 0 5px 5px;
	padding: 0;
	width: 300px;
	display:inline;
}

ul#certificados li{
	display: inline;
	float:left;
	margin:0 15px 0 0;
}

ul#certificados li img{
	width:120px;
}

#copyright {
    float: left;
    width:100%;
    height: 25px;
    font-size:9px;
    font-weight: bold;
    color: #FFFFFF;
    margin:0;
    display: inline;
    background-color: #333333;
}

#copyright a {
    color : #ffffff;
    text-decoration : none;
}

#copyright a:hover {
    color:#b2b2b2;
}

#copyright ul {
    list-style : none;
    margin:5px 0 0 95px;
    padding:0;
}

#copyright li {
    padding : 0 10px 0 0;
    display : inline;
    float : left;
    margin: 0 40px 0 0;
}

/*--------------------------------------------------------------------*/
/*Formulario */

#frm_container{
	float: left;
	width: 360px;
	/*color: #B3B3B3;*/
	margin: 0 10px 0 0;
	display: inline;
}
#frm_container label  {   
   float:left;
   width:100%;
   margin:5px;
   display: inline;
}

#frm_container input[type="text"],
#frm_container textarea{
   float: right;
   border:1px solid #B3B3B3;
   color: #000000;
   /*background-color: #4C4C4C;*/
   font-size: 11px;
}

#frm_container input[type="text"]{
	width: 200px;
	height: 15px;
}

#frm_container textarea{
   width: 100%;
   height: 80px;
}

#frm_container input[type="submit"]{
	width: 80px;	
	padding:3px;
	border:1px solid #000000;
	background-color:#3342B5;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

#frm_container input[type="text"]:focus,
#frm_container textarea:focus{
	background-color:#B6DDF5;
}
/*--------------------------------------------------------------------*/


