body
{
	/*background-image:url("../images/background.jpg");
	background-repeat:no-repeat;*/
	/* 2 opcion */
	/*background-image: url("../images/fondo.jpg");
	background-color: #ffffff;
	background-repeat: repeat-x;*/
	/* 3 opcion */
	background: #F7F7F7 url(../images/fondo.jpg) repeat left top;	
}

#tdheader
{
	background-image:url("../images/head.jpg");
	background-repeat:no-repeat;
	height:150px;
	background-position:center;
}

#tdlefthand
{
	width:200px;
}

#tdempresa
{
	cursor:pointer;
	background-image:url("../images/lefthand1.jpg");
	background-repeat:no-repeat;
	height:62px;
}

#tdProductos
{
	cursor:pointer;
	background-image:url("../images/lefthand2.jpg");
	background-repeat:no-repeat;
	height:62px;
}

#tdServicios
{
	cursor:pointer;
	background-image:url("../images/lefthand3.jpg");
	background-repeat:no-repeat;
	height:62px;
}

#tdTrabajos
{
	cursor:pointer;
	background-image:url("../images/lefthand4.jpg");
	background-repeat:no-repeat;
	height:62px;
}

#tdContacto
{
	cursor:pointer;
	background-image:url("../images/lefthand5.jpg");
	background-repeat:no-repeat;
	height:62px;
}

#tdCatalogo
{
	cursor:pointer;
	background-image:url("../images/lefthand6.jpg");
	background-repeat:no-repeat;
	height:62px;
}

#tdcentro
{
	width:750px;
	background: white;  
	height:372px;
}

#divproductos, #divservicios, #divCatalogos, #divTrabajos, #divContacto
{
	width:100%;
	height:100%;
	overflow-x: none;
	overflow-y: scroll;
	scrollbar-face-color:#D09960;
	scrollbar-face-color:#CDC9AC;
	scrollbar-highlight-color:#D0CAB1;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#655A38;
	scrollbar-shadow-color:#757544;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#CEC395;
}

#tdfeetleft
{
	cursor:pointer;
	background-image:url("../images/feetleft.jpg");
	background-repeat:no-repeat;
	height:35px;

}

#tdfeetright
{
	background-image:url("../images/feetright.jpg");
	background-repeat:no-repeat;
	height:35px;
}


h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	padding: 3px;
}


h3 {
	font-size: 1em;
	text-align:justify;
}

p {
	text-align: justify;
}

a {
	/*color: red;*/
	color:#404040;
}
a:hover {
	color: orange;
	/*font-style: italic;*/
}

.DataList
{
text-align:left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 260px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;
}

.spantexto {
text-align:justify;
font-family: Verdana;
font-weight: normal;
font-size: 13px;
color: #404040;
width: 260px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 5px;
padding: 10px 10px 10px 10px;
width:100%;
}

/*.DataList table
{
text-align:left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 260px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;
}*/

.DataList span
{
width: 100px;
vertical-align:top;
color:#404040;
}

#imgProducto, #imgServicio, #imgTrabajo
{
	width: 150px;
	/*height: 150px;*/
	border: none;
	border-width: 7px;
	border-style: outset;
	border-color: #404040;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#imgCatalogo
{
	width: 250px;
	/*height: 150px;*/
	border: none;
	border-width: 7px;
	border-style: outset;
	border-color: #404040;
	margin-top: 10px;
	margin-right: 10px;	
	margin-bottom: 10px;
	margin-left: 10px;
}

#imgPresentacion
{
	width: 250px;
	height: 200px;
	border: none;
	border-width: 7px;
	border-style: outset;
	border-color: #404040;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}

