
/*Main CSS */


body{
color: #666;
font-size: 12px;
font-family: verdana;
}

.bouttonIscription a img {
position:absolute;
right:315px;
top:250px;
}


a{
color: #fff;
text-decoration: none;
}

a:hover{
color: #000;
}

.selected{
color: #909090;
}



#wrapper {
width: 800px;
margin: 0 auto;
margin-top:40px;
}

.box{
background: #fff;
}


.boxholder{
clear: both;
padding: 5px;
background: #8DC70A;
}


/* Paragrafo cuadro principal*/
.boxholder .text{
font-size: 12px;
padding: 0 10px 10px 10px;
background: #fff;
text-align: justify;
line-height: 1.5em;
}




/*Hack IE Paragrafo cuadro principal*/
*:first-child+html .boxholder .text{
padding: 3px 10px 10px 10px;
}

/* Cuadro News*/
.boxholder .text .news {
border: 2px solid #E3E0D1;
background: #F3F3E6;
padding: 10px;
margin: -8px 20px 10px 1px; 
line-height: 1.4em;
float:left;
width : 120px;
}



.boxholder .text .news h3 {
background: #F3F3E6;
color:#70883d;
line-height: 0em;
text-align:center;
}



/*hack IE titulo news*/
*:first-child+html .boxholder .text .news h3 {
line-height: 1em;
}

/* Paragrafos*/
.boxholder .text p {
padding: 0px;
background: #fff;
}


/*Hack para IE6 paragrafos */
* html .boxholder .text p {
margin-top: 1em;
}


/* Links texto cuadro principal*/
.boxholder .text a:link {
color: #669900;
text-decoration:underline;
}

.boxholder .text a:visited {
color: #551A8B;
text-decoration:underline;
}

.boxholder .text a:hover {
color: #666;
text-decoration:underline;
}

.tab{
float: left;
height: 45px;
width: 102px;
margin: 0 5px 0 0;
text-align: center;
background: #8DC70A url(../images/greentab.jpg) no-repeat;
}


.tabtxt{
margin: 0;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 9px 0 0 0;
}

.footer{
color: #fff;
margin: 5px;
text-align:center;
font-size:1em;		
}

.footer a:link {
text-decoration:underline;	
}

.footer a:hover {
color: #666;
text-decoration:underline;	
}

.footer a:visited {
color: #551A8B;
text-decoration:underline;
}
