/*Francisco Solier Pérez*/
body {
	background-color: #ffffff;
	background: center;
	width:617px;
	padding:0px auto;
	margin: 30px auto;
	font-family: Times New Roman, times, serif;
	color:#000;
	font-size:10px;
}
	
/* Contenedor del marco central de la pagina */
	
.contenedor {
	padding:0px;
	margin:0px auto;
	height:auto;
	width:617px;
}

/* Cabecera */

.cabecera {
width: 617px;
height: 171px;
background-image: url(./img/header.jpg);
margin: 0px auto;
}

.menu {
width: 617px;
height: 34px;
background-image: url(./img/menu.png);
position:relative;
top:137px;
margin: auto;
}

.boton {
width: 74px;
height: 34px;
display:table-cell;
vertical-align:middle;
float:left;
}


.box {
width: 615px;
height: auto;
border: 1px solid #ffaa47;
margin:auto;
}

.banner {
width:615px;
height:98px;
background-color: transparent;
margin:auto;
}

.banner2 {
width:600px;
height:145px;
background-color: transparent;
margin: auto;
padding: auto;
}

.contacto_box {
width:450px;
height:400px;
background-color: transparent;
float:left;
}

.empresa_box {
width:605px;
height:316px;
background-color: transparent;
float:right;
}

.ubicacion_box {
width:605px;
height:370px;
background-color: transparent;
float:right;
}

.productos_box {
width:605px;
background-color: transparent;
padding-left: 20px;
padding-right: 20px;
}

.servicios_box {
width:610px;
height:418px;
float: left;
}

.busqueda{
width:120px;
height: 15px;
margin-top:8px;
float: right;
}
.textbox {
width:80px;
height:12px;
}

/*Sistema de visualización de imagenes pop up*/

.thumbnail{
position: relative;
margin-right: 15px;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: -100px; /*position where enlarged image should offset horizontally */

}
