/* 	
*	Hoja de estilos para el diseño del sitio de MCA informática
*	Autor: Carlos Tallón Rodríguez para entrepuntos · http://www.entrepuntos.es
*	Fecha: 10/12/07
*/


body  { 
	width: auto;
	height: auto;
	background: #b1ab9e url(../css/img/body_fondo_x.gif) repeat-x scroll 50% 141px;

	}

#contenedor {
	width: 960px;
	margin: auto;

}

* {
	margin:0px;
	padding:0px;	
	border: 0px;
}

p {
	color: #585858;
	font: normal 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}

.azul {
	color: #006394;
	font-weight: bold;
	font-style: italic;
	}

#boton {
	width: 900px;
	height: 50px;
	text-align: center;
}

.portada {
	padding-left: 12px;
	border-left: 1px solid #006394;
	margin-left: 20px;
	float: left;
	margin-top: 40px;
	}
	
.entrar {
	width: 150px;
	height: 50px;
	background-image: url(../css/img/boton.gif);
	margin: auto;
	display: block;
	}
		
.entrar:hover {
	background: url(../css/img/boton.gif) 0 50px;
}

#cabecera {
	width: 900px;
	padding: 210px 30px 0 30px;
	height: 204px;
	margin: 60px auto 0px auto;
	background: url(../css/img/cabecera_portada.gif) no-repeat;
}