/* Start of CMSMS style sheet 'Layout 2 columnas' */
* {
margin:0;
padding:0;
}

html {
overflow-y:scroll;
	overflow-x:auto;
}

body {
    background: #fff;
    color:#333;
	margin: 0;		
} 

div#pagewrapper {
    margin: 0 auto;
	width: 990px;
	background: #fff;
	padding: 0px;
	text-align: left; /* Cancel IE Fix */	
	border:5px solid #fff;
}

div#header {
   background: #fff;
   border-bottom: 4px solid #fff;
   padding: 0px;
   height: 116px;   
}
#mailbox a {text-decoration:none;float:right;width:120px;height:40px;clear:right;margin-top:30px;margin-right:20px;}

div#header h1  { float:left;}
div#header h1 a {text-decoration:none;float:left;width:100px;height:96px}

div#header #languages{
   background: #fff;   	
   padding: 2px 4px;
   color:#333;
}

div#header #languages ul {list-style-type:none;float:right;}
div#header #languages li {display:inline;border-right:1px solid #ccc;padding:0px 10px;margin:2px;}

div#header #languages a{ color:#ce003a; text-decoration:none; }	
div#header #languages a:hover{ background:transparent;text-decoration:underline; }	
div#header #languages a.activeparent{ font-weight:bold;}



div#search {   
   padding:4px;   
   float:right;
   vertical-align:middle;
}

div#search label {display:none;}

div#search .texto  {
    border:3px solid #ce003a;
    background:#fff;
    font-size:0.9em;
    padding:2px;
    width:100px;
    margin:0px;	
	vertical-align:middle;
}

div#search .foto{
   border:0px none #fff; 
   vertical-align:middle;
   margin:0px;  
  
}


div#main h1{
	margin:0px;
	padding:20px 0 0 20px;
	background: #fff url(uploads/Clean_Red/main_top.png) top left no-repeat;
	font-size:16px;
	}


div.breadcrumbs {
   padding:20px 20px 0px 20px; 
   font-size: 90%;         
   margin:0px;          
   background: #fff url(uploads/Clean_Red/main_bottom.png) top left no-repeat;
   
}

div#content {
   margin: 0 auto 0em 0; 
   line-height: normal;
}

div#main {
    margin-left: 225px;     
    line-height: 20px; 
    text-align: left; 
    word-spacing: 2px;	    
    padding:0px;	
    
}	

div#text {
    background: #fff url(uploads/Clean_Red/main_center.png) top left repeat-y;
    padding:22px 20px 10px 20px;	
    
}	

div#banner{
	padding-top:0px;
	clear:both;	
}

#footer {
	color: #333;
	background-color:#fff;	

	border-top: 5px solid #fff;

	text-align: right;		

	

	padding: 10px;

	line-height: 16px;

	clear: both;

	}
	
#footer #copyright { 
	color:#333;
	font-size: 11px;
}
	

#footer a { text-decoration: none; color: #ce003a; font-size:12px;}

#footer a:hover { color:#000;background-color: #fff; }


/* End of 'Layout 2 columnas' */

