body{
    margin: 0;
    padding: 0;
    font-family: Verdana,"Trebuchet MS",arial,sans-serif;
    text-align:center;
    color: #458B74
    font-size:15px;
    background: #EEEEE0;
}

a:link {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color:#458B74;
	text-decoration: none;
}

a:hover {
	color: #458B74;
	border-bottom: 1px dotted #FF8c00;
}

#tutto {
	text-align: center;
        margin: 0 auto;
        /*width: 1000px;*/
        width: 100%
}


#testa {
/*background-image: url(images/header.jpg);*/
    background-position: center center;
    background-image: url(images/depII.jpg);
    background-repeat:no-repeat;
    color:#458B74;
    font-weight: bold;
    font-size:26px;
    /*width: 1000px;*/
    width: 100%;
    height: 258px;
    margin: 0;
    padding: 0;
    border: 0px ;
    text-align: center;
}


#testohead {
	text-align: center;
        /*width: 600px;*/
        /*margin: 10px 10px 10px 20%;*/
        vertical-align: center
}

#striscia{
margin:1px 0 5px 0 ;
font-size:12px;
color:#ffffff;
text-align:right;
background-color: #458B74;
padding: 0px 5px 0px 5px;
font-weight: bold;
}

/* --------------------------- */
/* Texto central */
/* --------------------------- */

#corpo {
	float:left;
        margin: 10px 10px 0 0;
        border-left: 1px dotted #458B74;
        /*width: 710px;*/
        width: 67%;
	text-align: left;
	padding: 0 10px 0 25px;
}

#corpo p{
	padding: 0;
        margin: 10px 0 10px  0 ;
        font-size:12px;
        line-height:22px;
}

#corpo ul{
        font-size:12px;
        line-height:22px;
}

#corpo strong{	
       line-height:22px;
}

/* ----------------------------- */
/* Columna de la derecha, logotipos */
/* ----------------------------- */

#colonnadx {
	
margin: 10px 0 10px 0;
    float:right;
    /*width: 100px;*/
    width: 10%;
    padding: 10px;
    border: 1px dotted #458B74;
    padding-left: 10px;
}

#colonnadx p {
	border-bottom: 0px ;
	font-size:11px;
	  text-align: center;
}

/* ----------------------------- */
/* Columna de la izquierda, menu */
/* ----------------------------- */

#menu11 {
	width: 100px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #889944;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu11 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu11 li a:link, #menu11 li a:visited {
	color: #889944;
	display: block;
	background:  url(http://gsyc.es/master/menu11.gif);
	/*padding: 8px 0 0 25px;*/
	}
	
#menu11 li a:hover {
	color: #889944;
	background:  url(http://gsyc.es/master/menu11.gif) 0 -32px;
	/*padding: 8px 0 0 27px;*/
	}


#menu {
 /*width: 110px;*/
 width: 11%;
 float:left;
 margin: 10px  0 0 0 ;
 background: #EEEEE0;
}
#menu p {
 padding: 5px 0 5px 10px ;
 font-size:12px;
 font-weight: normal;
 background: #EEEEE0;
}


/* ----------------------------- */
/* Pie de pagina */
/* ----------------------------- */
#piede{
    /*width: 1000px;*/
    width: 100%;
    margin:10px 0 0 0 ;
    text-align: center;
    font-size:9px;
    font-weight: normal; 
    clear:both;
    padding: 10px 0;
    border-top: 1px solid #458B74;
    background: #EEEEE0;
} 



p {
	text-align: justify;
	font-size:13px;
	
margin: 0px 0 0px 0;
padding: 0px;
}



/* -------------------------------------------------------
Author: Vitaly Friedman
Theme: Green Life - A Fresh, Warm and Readable Table
URL: http://www.alvit.de/vf
-------------------------------------------------------
*/
 
 		table {
			font: 11px verdana,verdana, arial;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
			color: #333;
			line-height: 19px;
		}
		
		caption {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
			text-transform: uppercase;
		}
		
		td {
			margin: 0;

		}
		
		
		th {
			font-weight: normal;
			text-transform: uppercase;
		}
		
		thead tr th {
			background-color: #575757;
			color: #fff;
			font-weight: bold;

			text-transform: uppercase;
			text-align:center;
		}
		
		tfoot tr th, tfoot tr td {
			background-color: transparent;
			color: #fff;
		}
		
		
		tr { 
			background-color: #fff;
		}
		tr.odd {
			background-color: #458B74;
		}
		

		
		table a {
			color: #000;
			background-image: none;
			text-decoration: none;

		}



