@charset "utf-8";
/* CSS Document */
body{
	background:#000000;
	outline:none;
	border:0px;
	margin:0;
}

.clear{
	clear:both;
}

#contenedor{
	width:1231px;
	margin:0 auto;
	position:relative;
	text-align:center;
	border:none;
}

#cabecera{
	width:1231px;
	height:299px;
	border:none;
	margin:0 auto;
	background:url(imagenes/cabecera.jpg) no-repeat;
	float:left;
}

#contenido{
	width:1023px;
	margin-left:101px;
	background-color:#FFF;
	float:left;
}

#logo{
	width:250px;
	height:259px;
	margin-left: 45px;
	float:left;
	background:url(imagenes/logo.jpg) no-repeat;
}

#servicios{
	width:420px;
	height:259px;
	float:left;
	font-family: 'voltaire', cursive;
	font-size: 15px;
	color:#000;
	margin-top: 0px;
	font-style: normal;
}

#face{
	width:190px;
	height:259px;
	float:left;
	text-align:center;
	margin:0 auto;
	padding-left:50px;
}

#naranja{
	width:1023px;
	height:169px;
	border:none;
	margin:0 auto;
	background:url(imagenes/fondo_naranja.jpg) repeat-x;
	float:left;
}

#naranja1{
width:511px;
	height:159px;
	border:none;
	margin:0 auto;
	padding-top:10px;
	float:left;
	font-family: 'voltaire', cursive;
		line-height:7%;
	font-size: 18px;
	color:#FFF;
}

#naranja2{
	width:511px;
	height:159px;
	border:none;
	margin:0 auto;
		padding-top:10px;
	float:left;
	font-family: 'voltaire', cursive;
	font-size: 22px;
	line-height:7%;
	color:#FFF;
	margin-top: 5px;
	font-style: normal;
}

.destacado {
	font-family: 'voltaire', cursive;
	font-size: 18px;
	line-height:60%;
	color:#000;
	margin-top: 15px;
	font-style: normal;
}

#abajo{
	width:1023px;
	margin:0 auto;
	background-color:#FFF;
	float:left;
	font-family: 'voltaire', cursive;
	font-size: 20px;
	color:#000;
}

#pie{
	width: 100%;
	height: 50px;
	float: left;
	background-color: #df7c09;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#pie .copy{
		margin:0 auto;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	width:800px;
	text-align:center;
}
#pie .copy a{
		margin:0 auto;
	font-family:Arial;
	color:#FFF;
		text-align:center;
}
