/*
********************************************
* GENERALES
********************************************
*/
body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #604C3A;
	background: #D9C8AE url(../Graficos/Generales/fondo.jpg) repeat-x top center;
}

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

a:hover {
	color: #C0B7B1;
}

img {
	border:0;
}

h2, h3 {
	margin: 0 0 10px 0;
	color: #251D16;
}

h2 {
	font-size: 25px;
	margin-bottom: 25px;
}

h3 {
	font-size: 20px;
}

p {
	margin-top: 0;
}


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

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.sin_margin {
	margin-bottom: 0;
}

.centrado {
	text-align: center;
}


/*
********************************************
* LOGIN
********************************************
*/
#login {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 0.8em;
	color: #FFF;
	text-align: right;
}

#login img {
	vertical-align: middle;
}


/*
********************************************
* CONTENEDORES
********************************************
*/
#contenedor_principal {
	position: relative;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#contenedor_central {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFF;
}

#contenedor_slide {
	position: relative;
	width: 960px;
	height: 422px;
	margin: 0 auto;
	background: url(../Graficos/Generales/foto_header.jpg) no-repeat top left;
}

#contenedor_middle {
	position: relative;
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	background-color: #FFF;
}

/* Header */
#logo_funerales a {
	position: absolute;
	top: 45px;
	left: 25px;
	width: 339px;
	height: 87px;
	text-indent: -9999px;
	background: transparent url(../Graficos/Generales/logo_funerales_gonzalez-trans.png) no-repeat left top;
}

#slogan {
	position: absolute;
	top: 45px;
	right: 25px;
	width: 500px;
	height: 60px;
	background: transparent url(../Graficos/Generales/slogan-trans.png) no-repeat left top;
}


/*
********************************************
* MAILING LIST Y TESTIMONIOS
********************************************
*/
#ml_testimonios {
	width: 920px;
	overflow: hidden;
	margin-bottom: 30px;
}

#newsletter {
	float: left;
	width: 340px;
	padding-left: 20px;
	background: url(../Graficos/Generales/separador_vertical.gif) repeat-y top right;
}

#newsletter p {
	width: 300px;
	margin-bottom: 15px;
	padding: 0;
	line-height: 110%;
}

.input {
	float: left;
	width: 225px;
	margin: 0 5px 0 0;
	padding: 5px;
	color: #333;
	font-size: 0.9em;
	border: 2px solid #CCC;
}

input:focus {
	border: 2px solid #EDEDED;	
}

input.submit {
	float: left;
	margin-top: 0;
	width: 30px;
	height: 24px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../Graficos/Generales/btn_mailing_list.gif) no-repeat center center;
	font-size: 0px;
	display: block;
	line-height: 0;
}

#opiniones_clientes {
	float: right;
	width: 515px;
	background: url(../Graficos/Generales/fondo_quotes.gif) no-repeat top left;
	background-position: 0 30px;
}

#contenedor_opiniones {
	width: 455px;
	margin-left: 40px;
}

#opiniones_clientes ul { list-style: none; padding: 0; margin: 0; }
#opiniones_clientes ul li { margin: 0; font-size: 17px; font-style: italic; text-align: justify; color: #C0B7B1; }
#opiniones_clientes ul li .cliente { margin-top: 8px; font-weight: bold; font-size: 18px; text-align: right; }



/*
********************************************
* FOOTER
********************************************
*/
#footer {
	position: relative;
	width: 956px;
	height: 40px;	
	margin: 0 auto;
	margin-bottom: 2px;
	font-size: .7em;
	color: #FFF;
	background-color: #624D3C;
}

#footer a {
	color: #FFC;
}

#footer a:hover {
	color: #FFF;
}

/* DR */
#footer #dr {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 250px;
	overflow: hidden;
}

/* Navegación */
#footer #navegacion {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 650px;
	overflow: hidden;
	text-align: right;
}

