*{margin:0;padding:0;}
img{border:0;}
body{
	text-align:center;
	background:#eefcff;
}
#sombra{
	width:1010px;
	background: url('images/sombra.jpg') repeat-y;
	margin:0 auto;
}
#global{
	margin:0 auto;
	text-align:left;
	width:1000px;
	background:#FFF;
}
#cabecera{
	background:url('images/cabecera.jpg') no-repeat;
	width:1000px;
	height:150px;
	text-align:center;
}
#menu{
	background:url('images/menu.jpg');
	width:1000px;
	height:25px;
}
#menu li{
	float:left;
	list-style-image:none;
	padding-left:5px;
	padding-right: 5px;
	list-style-position:outside;
	list-style-type:none;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#4E9CE9;
}
#menu a {
	display: block;
	padding: 0px 0px 0px 0px;
	height: 18px;
	padding-top: 6px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;	
	border: none;
	outline:none;
}
#menu .link_actu a, #menu a:hover{
	color:#c4dffd;
	text-decoration:underline;
}
#contenido{
	margin:20px;
	font-family:verdana;
}
#contenido h1{
	font-size:14pt;
	margin-bottom:10px;
	color:#5a86b8;
}
#contenido p{
	color:#555;
	margin-bottom:10px;
	text-align:justify;
	font-size:10pt;
	line-height:20px;
}
#contenido strong{
	color:#666;
}
#contenido a{
	text-decoration:underline;
	color:#222;
	font-weight:bold;
}

div.empresa{
        background: #d4dcea;
        height: 90px;
        width: 620px;
        float: right;
        margin-top: 25px;
        padding: 10px;
       
}
#pie{
	background:url('images/pie.jpg');
	text-align:center;
	width:1000px;
	height:35px;
	color:#081c4f;
	padding-top:15px;
	font-size:10pt;
}
#pie a{
	color:#222;
	font-weight:bold;
}

