body {
	background: url(../imagenes/fondo2.jpg);
	background-color: Black;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
}

.contenedor {
	margin-top: 5px;
	width: 800px;
	background-color: Black;
	margin: auto;
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
}

.cabezera {
	width: 800px;
	height: 81px;
}
.banner {
	width: 800px;
	height: 284px;
}

.menu {
	background-image: url(../imagenes/menu.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 15px;
	background-color: #505050;
	padding-top: 8px;
	text-align: center;
}

.contenido {
	width: 800px;
	min-height: 150px;
	background-repeat: repeat-x;
	background-image: url(../imagenes/fondo2.jpg);
	
}

.fotos {
	width: 200px;
	height: 300px;
	float: left;
}

.titulo1 {
	background-image: url(../imagenes/banda.jpg);
	background-repeat: no-repeat;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	width: 250px;
	text-align: left;
	float: left;
	margin-left: 32px;
	margin-top: 35px;
}

.titulo2 {
    background-image: url(../imagenes/banda.jpg);
	background-repeat: no-repeat;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	width: 250px;
	text-align: left;
	float: left;
	margin-left: 40px;
	margin-top: 35px;
}

.presentacion {
	width: 250px;
	text-align: justify;
	float: left;
	margin-left: 33px;
	margin-top: 5px;
}

.presentacion2 {
	width: 250px;
	text-align: justify;
	float: left;
	margin-left: 40px;
	margin-top: 5px;
}

.menu2 {
	width: 185px;
	padding-left: 15px;
	padding-top: 15px;
    padding-bottom: 15px;
	float: left;
    text-transform: uppercase;
}

.boton2 {
	width: 170px;
	height: 20px;
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	background-image: url(../imagenes/boton2.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align: left;
	text-indent: 15px;
	margin-bottom: 5px;
}
.direccion {
	width: 300px;
	height: 300px;
	float: left;
}

.texdireccion {
	width: 300px;
	height: 200px;
	margin-top: 100px;
	text-align: center;
}

.mailweb {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../imagenes/decorado.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.formularionombre {
padding-right: 165px;
text-align: right;
margin-bottom: 10px;
}

.formulariodireccion {
padding-right: 165px;
text-align: right;
margin-bottom: 10px;
}

.formulariotexto {
padding-right: 165px;
text-align: right;
margin-bottom: 10px;
}

.formularioboton {
padding-right: 165px;
text-align: right;
margin-bottom: 30px;
}

.formulariotelefono {
padding-right: 175px;
text-align: right;
}

#map {
	float: left;
}

.box {
	width: 560px;
	margin: 14px;
	border: 1px solid Gray;
	float: left;
	padding: 0px 0px 15px 10px;
	background-color: Black;
	background-image: url(../imagenes/decorado.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box .filatrabajos {
	width: 550px;
	height:100px;
	margin-top: 10px;
}

.box .filatrabajos .trabajo {
	width: 100px;
	height: 100px;
	margin-right:10px;
	float: left;
}

.finfilatrabajos {
  clear: both;
}


.fincontenido {
	clear: both;
}

.pie {
	background-image: url(../imagenes/pie.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 81px;
	letter-spacing: 2px;
	text-align: center;
	color: #999999;
}

/*IMAGENES*/

img {
  border: none;
  outline: none;
}

.box img {
  border: 1px grey solid;
  outline: none;
  padding: 2px;
}


/*links*/

A {
color: White;
text-decoration: none;
outline: none;
}

A:HOVER {
color: Red;
text-decoration: none;
cursor: pointer;
}