/*
********************************************
* GENERALES
********************************************
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333;
	background: #FFF url(../Graficos/Generales/fondo_body.jpg) repeat-x top center;
}

a {
	color: #E58A34;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #D26A21;
}

img {
	border:0;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	color: #582D00;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
}

p {
	margin-top: 0 0 10px 0;
}


/*
********************************************
* VARIOS
********************************************
*/
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.sin_margin {
	margin-bottom: 0;
}

.centrado {
	text-align: center;
}

body.contacto {
	background: #FFF url(../Graficos/Generales/fondo_body_contacto.jpg) repeat-x top center;
}


/*
********************************************
* CONTENEDORES GENERALES
********************************************
*/
#contenedor_fondo {
	position: absolute;
	top: 120px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 205px;
	background: #FFF url(../Graficos/Generales/fondo_slides.jpg) no-repeat center center;
}

#contenedor_fondo_contacto {
	position: absolute;
	top: 120px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 55px;
	background: #FFF url(../Graficos/Generales/fondo_textura_contacto.jpg) no-repeat center center;
}

#contenedor_principal {
	width: 960px;
	/*overflow: hidden;*/
	margin: 0 auto;
	position: relative;
	/*background-color: #C00;*/
}

#contenedor_header {
	height: 120px;
	position: relative;
	z-index: 4;
	/*background-color: #F03;*/
}

#contenedor_logo {
	position: absolute;
	top: 28px;
	background: transparent url(../Graficos/Generales/logo_duara-trans.png) no-repeat left top;
}

#contenedor_logo a {
	display: block;
	width: 180px;
	height: 64px;
	text-indent: -9999px;
}

#contenedor_links_header {
	width: 510px;
	position: absolute;
	top: 30px;
	right: 0;
	padding-top: 1px;
	font-size: .9em;
	text-align: right;
	/*background-color: #CF9;*/
}

#contenedor_links_header img {
	margin-left: 5px;
	vertical-align: top;
}

#contenedor_menu_principal {
	height: 67px;
	position: absolute;
	right: 0;
	bottom: -32px;
	/*background: #FFE4C6;*/
}

.bienvenidos { background: transparent url(../Graficos/Generales/Menu/sprite_menu-trans.png) no-repeat; background-position: 2px 40px; }
.nosotros { background: transparent url(../Graficos/Generales/Menu/sprite_menu-trans.png) no-repeat; background-position: 2px 3px; }
.productos { background: transparent url(../Graficos/Generales/Menu/sprite_menu-trans.png) no-repeat; background-position: 2px -34px; }
.proyectos { background: transparent url(../Graficos/Generales/Menu/sprite_menu-trans.png) no-repeat; background-position: 2px -71px; }
.contacto { background: transparent url(../Graficos/Generales/Menu/sprite_menu-trans.png) no-repeat; background-position: 2px -108px; }

#contenedor_middle {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0 40px 0;
	/*background-color: #C60;*/
	position: relative;
}

#contenedor_footer {
	width: 100%;
	margin: 0 auto;
	background-color: #E5E5E5; /* Así se queda */
}

#footer {
	width: 800px;
	height: 38px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: .9em;
	color: #999;
	/*background-color: #C90;*/
	position: relative;
}

#contenedor_copy {
	width: 200px;
	position: absolute;
	/*background-color: #3CC;*/
}

#contenedor_copy img {
	vertical-align: middle;
}

#contenedor_links_footer {
	position: absolute;
	right: 0;
	text-align: right;
	/*background-color: #3FC;*/
}


/*
********************************************
* CONTENEDORES TEXTO
********************************************
*/
.texto {
	overflow: hidden;
	margin-bottom: 40px;
	text-align: justify;
	/*background-color: #9F9;*/
}

.ultimo_texto {
	margin-bottom: 0px;
}