@font-face { font-family: fuenteprincipal; src: url('http://www.ajcarreras.com/fonts/Thonburi.ttf') format('truetype'); }

p.primeralinea {
	margin-bottom:-20px;
}

body {
	font-size:0.8em;
	font-family:fuenteprincipal, sans-serif;
}

a {
	text-decoration:none;
	color:#CCCCCC;
	border-width:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	outline-width:0;
	outline-style:initial;
	outline-color:#000000;
	border-style:none;
}

a:hover {
	color:#FFFFFF;
}

#encabezadofondo {
	width:100%;
	background-color:#32363A;
	height:180px;
}

#bannerfondo {
	width:100%;
	background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(90, 174, 214)), to(rgb(0, 104, 172)));
	background-color:#0169AC;
	height:410px;
	background-image:-moz-linear-gradient( top, rgb(90, 174, 214), rgb(0, 104, 172 ));
}

#contenidofondo {
	width:100%;
	height:350px;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(159, 213, 227)));
	background-color:#FFFFFF;
	background-image:-moz-linear-gradient( top, rgb(255, 255, 255), rgb(159, 213, 227 ));
}

#piefondo {
	width:100%;
	height:70px;
	background-color:#32363A;
}

#centrar {
	width:900px;
	z-index:10;
	position:absolute;
	height:100%;
	left:50%;
	top:0;
	margin-left:-450px;
}

#encabezadomenu {
	width:900px;
	height:125px;
}

.menuarriba {
	font-size:0.9em;
	height:25px;
	width:104px;
	position:absolute;
	top:0;
	left:800px;
}

.menu {
	list-style-type:none;
	position:absolute;
	color:#FFFFFF;
	top:80px;
	left:450px;
	width:400px;
}

ul.menu li {
	display:block;
	float:left;
	width:80px;
	height:50px;
	margin-left:20px;
	padding-top:5px;
	text-align:center;
	letter-spacing:0.2em;
	font-size:1em;
}

ul.menu li a {
	color:#6F92C3;
}

ul.menu li a:hover {
	color:#FFFFFF;
	cursor:pointer;
}

ul.menu li.activo {
	background-color:#000000;
}

ul.menu li.activo a {
	color:#FFFFFF;
}

.banner {
	height:455px;
	width:900px;
	border:5px solid #000000;
}

#contenido {
	position:absolute;
	width:900px;
	border-top-width:5px;
	border-bottom-width:5px;
	top:590px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
}

h1.empresa {
	background-color:#000000;
	color:#FFFFFF;
	height:30px;
	margin-top:0;
	margin-left:-7px;
	width:300px;
	padding:5px 0px 0px 5px;
}

#contenido h3 {
	letter-spacing:1px;
	color:#666666;
}

#contenido p {
	color:#999999;
	letter-spacing:0.3em;
	line-height:2em;
	padding-top:20px;
}

#pie {
	position:absolute;
	width:900px;
	top:938px;
	height:70px;
}

ul.piedireccion {
	float:left;
	color:#999999;
	font-size:0.8em;
	list-style-type:none;
	padding-right:10px;
	border-right:1px solid #999999;
}

