/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  display:inline;
}

body {
	margin: 0px 0px 0px 0px;
         color: #2c3947;
        font-family: Arial, sans-serif;

}

body, td{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #2c3947;
	line-height: 1.3em;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input, select { 
border-width:1px; 
border-style:solid; 
font-size:14px; 
border-radius:8px; 
padding:5px 10px; 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
} 

input:focus, select:focus { 
outline:none; 
border-color:#3498db; 
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
} 


input.button, button {
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font: bold 14px Arial, Helvetica, sans-serif;
 color: #fff;
 padding: 5px 10px;
 border: solid 1px #0076a3;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);
 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
input.button:hover, button:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
}
input.button:active, button:active{
	position: relative;
	top: 1px;
}








p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 3px 0;
	margin-bottom: 1px;
}

div#main_bg{
	margin:0px auto;
	/*width: 988px;*/
	text-align:left;
         z-index:0;
         position:relative;
}

div#body_dog{
         margin:0px auto;
	 background: url(../images/body_dog.gif);
         z-index:50;
         top:286px;
         width:260px;
         height:227px;
         position: absolute;
         left: 724px;
         background-repeat: no-repeat;
}

div#flags_world{
         margin:0px auto;
	 background: url(../images/400map_of_the_world.png);
         z-index:60;
         top:120px;
         width:400px;
         height:227px;
         position: absolute;
         right: 10px;
         background-repeat: no-repeat;
}

div#cerca_gif{
         margin:0px auto;
	background: url(../images/blue/cerca.gif);
         z-index:5;
         top:306px;
         width:82px;
         height:30px;
         position: absolute;
         left: 5px;
         background-repeat: no-repeat;
}


div#logo_bg{
	height:auto;
	/*
        margin-left: 4px;
	margin-right: 4px;
        */
	width:auto;
        display: block;
}

.logo{
	display: block;
	float:left;
	padding-top:15px;
}
a.logo,a.logo:hover, a.logo:visited{
	font-size:26px;
	line-height: 28px;
	color:#595959;
	text-decoration:none;
	/*font-weight:bold;*/
	font-family:"Trebuchet MS",Arial;
}


div#vmMainPage{
   width:100%;
   padding:0px 0px 0px 10px; 
   text-align:left;
}


div#user4{
	float:left;
	/*width:50%;*/
	text-align:left;	
         padding:1px 0px 0px 0px;    
         z-index:4;
         top:108px;
         width:405px;
         height:40px;
         position: absolute;
         right: 0px;
         border:1px;
         
}

div#user5{
	float:left;	
         z-index:4;
         top:-16px;
         position: absolute;
         left: 580px;
         text-align:right;
         /*
         height:auto;
         width:auto;
         */
}


div#social{
	 float:left;	
         z-index:4;
         top:0px;
         position: absolute;
         right: 0px;
         text-align:right;
         height:auto;
         width:auto;         
}

div#flags{
         z-index:4; 
         width:170px;
         height:20px; 
         right: 10px;
         top:179px; 
         background: url(/joomla/images/world_80.gif) no-repeat; 
         background-size: 170px 20px;
         color:green;
         position: absolute;
}

.search {
	text-align:left;
	padding:0px 0px 0px 0px;
         width:280px;

}
.search .inputbox {
	background:#FFFFFF;
	width: 100px;
	height: 13px;
	font-size: 11px;
	color: #454545;
	padding:1px 1px 1px 60px;
	border: 1px solid #D3D3D3;
}


.newsletter {
	text-align:left;
	height:40px;
	padding:0px 0px 0px 119px;
         width:390px;
}

.newsletter .inputbox {
	background:#FFFFFF;
	width: 120px;
	height: 13px;
	font-size: 11px;
	color: #454545;
	padding:1px 1px 1px 1px;
	border: 1px solid #D3D3D3;
}


#user3{
	margin-left: 4px;
	margin-right: 4px;
	width:auto;
	border:0px;
	height:45px;
	/*background: url(../images/bg_menu.png) top  repeat-x;*/
        background:#f2f2f2;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
}
#pillmenu {
	text-align:left;
	margin: 0;
}
#pillmenu ul {
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;        
}
#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	margin-top:0px;
}
#pillmenu li a,#pillmenu li a:hover {
	font-family:"Trebuchet MS",Tahoma;
	font-size: 13px;
	float: left;
	display: block;
	line-height: 45px;
	padding: 0 8px 0 6px;
	color: #5B5858;
	text-decoration: none;
	font-weight: bold;
	/*border-right: 1px solid #5B5858;*/
}

#pillmenu li a:hover, #pillmenu li a:active{
    background:#FFFFFF;
} 

#banner{
	width: 980px;
	height: 100px;
}

#top{
         /*
	 float:left;	 
         text-align:righ;
         border:1px;
         width:580px;
         height:55px;
         */
         padding:24px 0px 0px 0px;
         z-index:4;
         top:20px;
         position: absolute;
         right: 0px;
}

#banner table.contentpaneopen{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:10px;
	width:500px;
	float:left;
	text-align:left;
}
#banner table.contentpaneopen td{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}



#leftcolumn{
	margin: 0px;
	padding: 0px;
	padding-left:3px;
	width: 199px;
	float:left;
	/*background:url(../images/left_shadow.png) top right no-repeat;*/
}
#rightcolumn{
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	width: 197px;
	float:right;
	/*background:url(../images/right_shadow.png) top left no-repeat;*/
}

#maincolumn{
	width: 100%;
	/*float:left;*/
	margin-top:0px;
	padding:0px;
}

div.path{
	padding:15px 0 0 15px;
}

div.nopad {
        width:95%;
	float:left;
	padding:0 2px 0px 20px;
}

div.nopad ul {
	clear: both;
}

form#form-login fieldset { 
	border: none;
	margin: 0;
	margin-left:10px;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0px;
	font-size: 10px;
	color: #858585;
}

#leftcolumn div.module_menu, #leftcolumn div.module{
	margin: 10px 0px;
	margin-left:3px;
	padding: 0px;
	width: 191px;
}

#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
	margin: 10px 0px;
	margin-right:3px;
	padding: 0px;
	width: 191px;
}
div.bannergroup_text {
	margin:10px 13px 10px 13px;
}
.bannerheader {
	font-weight:bold;
	margin-bottom:10px;
}
.banneritem_text {
	margin-bottom:10px;
}
.bannerfooter_text {
	margin-bottom:10px;
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div div,
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
	/*background: url(../images/rub_bottom.png) left bottom no-repeat;*/
	
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div{
	margin: 0px;
	padding: 0px;
	padding-bottom:5px;
	width: 191px;
	height:auto;
}

#leftcolumn div.module_menu div div div div, #leftcolumn div.module div div div div{
	background: none;
	padding: 8px 0px;
}


h1{
color:navy;
font-size:18px;
}


#leftcolumn h3{
	text-align: left;
	height: 31px;
	width: 191px;
	line-height: 25px;
         color:#61a1d6;
	font-size:14px;
	margin:0px;
}

#rightcolumn h3{
	text-align: right;
	height: 31px;
	width: 191px;
	line-height: 25px;
         color:#61a1d6;
	font-size:14px;
	margin:0px;
}


table.poll thead td {
	text-align: left;
	padding-left:10px;
}
table.poll td {
	text-align: left;
}
#leftcolumn ul.menu li ul{
	list-style: none;
}
.pollstableborder {
	margin: 5px 0px 10px 0px;
}
.poll td div{
	display:inline;
}

/* forms */

#leftcolumn .moduletable ul,
#rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li,
#rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}
.moduletable ul {
	padding:10px 0px 10px 15px;
	margin:0px;
}

.moduletable ul li {
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:18px;
}
#leftcolumn ul.menu li#current ul li,
#rightcolumn ul.menu li#current ul li {
	margin: 0px;
	padding: 0px;
}
ul.menu {
	padding:10px 0px 10px 15px;
	margin:0px;
}
ul.menu li{
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:18px;
}
ul.menu li#current a{
	text-decoration:underline;
	color:#333333;
}
ul.menu li ul {
	padding:0px 0px 5px 0px;
	margin:0px;
}
ul.menu li ul li{
	padding:0px 0px 0px 15px;
}
ul.menu li#current ul li a{
	margin-left:15px;
	text-decoration:none;
}
ul.mostread {
	padding:10px 0px 10px 15px;
	margin:0px;
}
ul.mostread li{
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:18px;
}
ul.latestnews {
	padding:10px 0px 10px 15px;
	margin:0px;
}
ul.latestnews li{
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:18px;
}
div.componentheading{
	/*font-weight:bold;*/
	font-size:16px;
	margin:7px auto;
}
td.contentheading, td.buttonheading{
	/*font-weight:bold;*/
	font-size:14px;
	height:33px;
	background: url(../images/contentheading_line.png) bottom repeat-x;
}
table.contentpaneopen{
	border-collapse: collapse;
	margin-left:5px;
}
table.contentpaneopen td{
	padding:2px;
}
span.small, td.createdate, td.modifydate{
	font-size:11px;
	color:#999999;
}
span.pagination span, span.pagination a{
	padding:5px;
}


div#f_area{
	margin:8px auto;
	width: 988px;
	text-align:left;
        clear: both;
}

#f_area div.moduletable, #f_area div.moduletable_menu{
	float: left;
	margin:0px 10px 10px 10px;
	width: 215px;
}
#f_area h3, #f_area h3{
	text-align: center;
	margin:0px;
	height: 44px;
	width: 208px;
	line-height: 44px;
	color:#FFFFFF;
	font-size:14px;	
}


/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

#syndicate{
	float:left;
	padding-left: 25px;
}