/* General
--------------------------------------- */

/*body fondo*/

/* <textEditor> */
.left {float: left; margin-right: 0em;}
.right {float: right; margin-left: 0em;}
.center {
	position: static;
	margin: 0 auto;
}
.small {font-size: smaller; line-height: 0em;}
.large {font-size: larger; line-height: 0em;}

/* </textEditor> */

.hide {display: none;}

/* <noticias> */


.titNoticia {
	
	font-size: 17px;
	font-weight: bold;
	color: #F9861C;
	
}
.titNoticiaHome {
	
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	
}


.subtitNoticia {

	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
	line-height: normal;
}



.fecha { font-size: 12px;margin: 0px; }

.textNoticia {font-size: 12px; }

.tituloGrand { }


a { color: #000000;}
a:link, a:visited { color: #000000;}

a:hover {color: #F88717; } 


/* </noticias> */

/* Structure and Layout
--------------------------------------- */
html {overflow-y: scroll;}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #878684;
	background-image: url(../images/fondo.jpg);
	background-repeat:    repeat-x;
	text-decoration: none;
}
.contents {
	margin: 0 auto;
	width: 924px;
	padding: 0 0px;
	}
	
#body {
	width:924px; margin:auto;
	
	}	
#head {
	

	}	
#subHead {
	

	}	


#trabajo .presentacion {
	background-image: url(../images/presentacion.jpg);
	background-repeat: no-repeat;
	background-position:left 0px;
	
	margin-top: -57px;
}
#trabajo .digicat {
	background-image: url(../images/fondoDigicat.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#trabajo .esmueble {
	background-image: url(../images/fondoEsmueble.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#trabajo .proyecta {
	background-image: url(../images/fondoProyecta.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#trabajo .proyectaVideo {

}
#trabajo .legal {
	background-image: url(../images/fondoLegal.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#trabajo .noticias {
	background-image: url(../images/fondoNoticias.jpg);
	background-repeat: no-repeat;
	background-position:left;
}
#trabajo .contacto {
	background-image: url(../images/fondoContacto.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#trabajo .catalogos{
	background-image: url(../images/fondoCatalogos.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#trabajo .registro{
	background-image:  url(../images/fondoContacto.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}


#subTrabajo{}
#subTrabajo2{}
#pie{	margin-bottom: 20px;}
	


/* Links
--------------------------------------- */


/*Clase cuando una acción da CORRECTO*/
.OK {
	height: 90px;
	width:500px;
	border: 1px dotted #FF9900;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
/*Clase cuando una accion da ERROR */
.AVISO {
	height: 90px;
	width:500px;
	border: 1px dotted #FF9900;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;	
	color: #000000;
}


/* Headings
--------------------------------------- */

/* Content
--------------------------------------- */

code {
	display: block;
	text-indent: 0;
	padding: 0.75em 1.5em;
	font-size: 1.25em;
	}


.clear { clear:both; }

