.tituloClass {
	font-size: 12pt;
	color:#212cbf;
	margin-left: 100px;
	margin-top: 15px;
}

body { 
	background-color:#d2d4d5;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.container {
	 width:800px;
	 margin-left:10%; 
	 background-color: #ffffff;
}

.cabecera {
	width: 800px;
	background-image: URL("/imagenes/cabecera/fondocabecera.jpg");
	background-repeat: no-repeat;	
}

.menu {
	text-align: center;
	background-image: URL("/imagenes/gif/fondorallas.gif");
	font-family:sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

#menuID {
	position: relative;
	top:0px;
	left:0px;
}

.menu a {
	text-decoration: none;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	background-image: URL("/imagenes/gif/fondorallas.gif");
}

.menu a:hover{
	text-decoration: none;
	color: #f89b08;
}



.pieempresa {
	width:800px;
	height: 73px;
	background-image: URL("/imagenes/jpg/fondoiz.jpg");
	background-repeat: repeat;
}



