* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

img { border: none; }

a { color: #1C673C; text-decoration: none; }

a:hover { text-decoration: underline; color : #000; }

#wrap {
    width: 960px;
    margin: 10px auto;
}

#header {
    background: #fff /*url(../images/header.gif) no-repeat*/;
    height: 130px;
}

#header h1 {
    padding: 25px 0 0 30px;
    font-size: 25px;
    letter-spacing: -2px;
}
#header h1 a {
/*    color: #D80600; */
    color: #127DC3;
    text-decoration: none;
}

#header h1 a:hover {
    text-decoration: none;
    color: #000;
}

#header h2 {
    padding-left: 32px;
    font-size: 17px;
    color: #666;
    font-weight: 100;
}

#lang { float: right; padding: 12px; }

#lang ul li {
    margin: 3px;
    padding-left: 3px;
    display: block;
    float: left;
}


/*********************************/

div.searchform{
    float: right;
    width: 182px;
    text-align: center;
}

div.searchform input.field
{
    margin-top: 10px;
}

div.searchform fieldset{
    border: none;
}

.btn_header {
    display:            block;
    float:              left;
    background-color:   #127DC3;
    margin-right:       3px;
    padding:            2px 10px 4px 10px;
    color:              white;
    font-size:          7pt;
    
    /*Round Coerners - for FF*/
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius:4px;
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    /*Round Corners - for webkit*/
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    /*Round Coerners for Opera*/
    -opera-border-radius: 4px;
    /*Round Corners CSS3*/
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.btn_header:hover {
    border-bottom:      4px solid #D80600;
    padding:            2px 10px 0px 10px;
    font-size:          7pt;
    color:              #D80600;
    text-decoration:    none;
}

/* ******************************* */

#menu {
    /* padding:     10px;*/
    height:         30px;
    line-height:    30px;
    background:     #EA0F00 url(../images/menu.gif) no-repeat;
}

#menu ul {
    /*padding-left: 0px;*/
    list-style-type: none;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    color: #fff;
    /*padding: 0 10px;*/
    text-decoration: none;
    font-weight: 600;
}

#menu ul li a:hover {
    color: #fff;
    text-decoration: underline;
}


#content {
    background: #fff /*url(../images/content.gif) repeat-y*/;
    padding: 10px 0 10px 0;
}



/*********************/

#crumbs {
    float: none;
    padding: 5px 0px 8px 2px;
}


#crumbs ul{
    list-style-type: none;
}

#crumbs ul li {
    padding: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    list-style-type: none;
}


#crumbs ul li a{
    color: black;
}

#crumbs ul li span{
    color: #E3242C;
}






/**********************************************************/


.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 130px;
}
.wraptocenter * {
    vertical-align: middle;
}

* html .wraptocenter {
	display: block;
	line-height: 0.6;
}
* html .wraptocenter span {
	display: inline-block;
	height: 100%;
	width: 1px;
}

.wraptocenter_ul {
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 10px 0px 0 30px;
}

.wraptocenter_ul li {
    float: left;
    list-style-type: none;
    padding-left: 0;
}

.slide_home
{
   width: 142px;
   height: 150px;
   padding: 5px;
   /* margin: 0 40px 0 15px; */
   border: 1px solid #CDCDCD;
}

.slide_socio
{
   width: 142px;
   height: 150px;
   padding: 5px;
   border: 1px solid #CDCDCD;
}




/*********************/


.left {
    float: left;
    width: 665px;
    padding: 11px 0 0 15px;
    text-align; justify;
}

.left h1 {
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #127DC3;
    border-bottom: 1px solid #808080;
}

.left h2 {
    font-size: 15px;
    margin: 10px 0 5px 0;
    font-weight: 100;
}

.article {
    padding:            15px 15px 15px 15px;
    background-color:   #F2F2F2;
    border-bottom:      1px solid #808080;
}

.article img { border: 0; }

.article p { margin-bottom: 5px; }

.left ol 	{ padding: 0 0 0 20px; }
.left ol li 	{ margin: 0 0 5px 0; }

.left ul {
    margin-left: 10px;
    padding-left: 10px;
}

.left ul li {
    margin-left: 5px;
    padding-left: 10px;
}

.right {
    float: right;
    width: 260px;
    padding: 10px 0 10px 20px;
    border-left: 0px solid #aaa;
}

.right ul { list-style-type: none; padding: 5px 5px 10px 5px; }
.right h1 { font-size: 15px; font-weight: 100; letter-spacing: -1px; border-bottom: 1px solid #aaa; margin: 0; height: 22px; }
.right h2 { font-size: 14px; font-weight: 100; letter-spacing: -1px; border-bottom: 1px solid #aaa; }


.nav3 {
    padding:    0;
    margin:     0 0 15px 0;
}

.nav3 dt, .nav3 dd {
    padding:            5px 15px 5px 15px;
    background-color:   #E6EAE0;
    border-bottom:      1px solid #808080;
}

.nav3 dt span, .nav3 dd span { font-size: 7pt; }



/************************/

#bottom {
    background: #fff /*url(../images/bottom.gif) no-repeat*/;
    padding: 10px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #000;
}

#footer a { color: #000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }





/************************/


.news_creation_date
{
    text-align: right;
    margin-top: 15px;
    font-style: italic;
    color: #1C673C;
}
