* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
    background-color: #000;
    color: #FF6600;
    margin-bottom: 20px;
}

.contenedorAncho {
    width: 100%;
}

#cabecera {
	width: 670px;
    margin: 0 auto;
}

#logo {
	margin-left: 70px;
	width: 300px;
	float: left;
	padding-bottom: 10px;
}

#menu {
	width: 200px;
	float: left;
	margin-top: 10px;
}

#menu a {
	border-bottom: 0;
}

#menu img {
	border: 0 none;
}

#contenedorContenidoNegro {
	clear: both;
    width: 100%;
}

#contenedorContenidoBlanco {
	clear: both;
    width: 100%;
    background-color: #FFF;
}

#servicios {
	width: 670px;
    margin: 0 auto;
    color: #000;
    padding-bottom: 10px;
}

#servicios p {
	font-size: 14px;
	padding: 0 0 5px 5px;
	border-left: 1px solid #FF6600;
}

#clientes {
    width: 670px;
    margin: 0 auto;
    text-align: center;
}

#clientes table {
	width: 670px;
	color: #FFF;
}

#clientes table td {
	vertical-align: top;
	height: 110px;
}

#clientes table td.apartado {
	height: auto;
	padding-top: 20px;
	border-bottom: 1px solid #FFF;
}

#clientes table td img {
	display: block;
}

#contactar {
	width: 670px;
    margin: 0 auto;
    color: #000;
    padding-bottom: 10px;
}

#contactar p {
	font-size: 14px;
	padding: 0 0 5px 5px;
	border-left: 1px solid #FF6600;
}

#pie {
	width: 670px;
    margin: 0 auto;
    margin-top: 10px;
	text-align: center;
}

a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FF6600;
}

a img {
	border: none;
}

a.naranja {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

h1 {
	font-size: 24px;
	color: #FF6600;
	padding-top: 5px;
}

h2 {
	font-size: 14px;
}

form {
	width: 670px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 1px solid #FF6600;
}

label {
	float: left;
	width: 80px;
	font-weight: bold;
	text-align: left;
}

input, textarea {
	width: 580px;
	margin-bottom: 5px;
	display: block;
	font: 8pt;
	float: left;
}

input:focus, textarea:focus {
	background-color: #EB711C;
	color: #FFF;
}

input.tfno {
	width: 405px;
	margin-right: 20px;
}

label.hora {
	width: 110px;
}

input.hora {
	width: 40px;
}

input#caracteres {
	width: 30px;
}

input.boton {
	width: 70px;
	background: #EB711C;
	color: #FFF;
	font-weight: bold;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	float: none;
	display: inline;
	margin-top: 5px;
}

div.centrado {
	text-align: center;
}
