body {
	background-image: url(images/fondo_web.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #333;
	background-position: center top;
}
a {
	cursor: pointer;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.img_izquierda {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
	margin-bottom: 10px;
}
.img_derecha {
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.img_borde {
	border: 1px solid #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #900;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	letter-spacing: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #930;
	font-size: 14px;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	margin-top: 5px;
	color: #900;
	margin-bottom: 0px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
h4 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #900;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #666;
	text-align: justify;
	font-weight: normal;
}
h6 {
	font-size: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999D00;
	margin-top: 5px;
	margin-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 0px;
}
p strong {
	color: #000;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	list-style-position: inside;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
}
li {
	list-style-position: inside;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	margin-top: 8px;
	list-style-position: inside;
	margin-bottom: 8px;
}
dl {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: 2px solid #9EAA35;
	background-color: #E7ECD5;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DBE096;
	border: 1px solid #999D00;
}
input:hover {
	background-color: #E7EAB9;
	border: 1px solid #999D00;
}
input:focus {
	background-color: #F5F7E1;
	border: 1px solid #900;
}
form {
	margin: 0px;
	overflow: visible;
	clear: both;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999D00;
	background-color: #DBE096;
}
select:hover {
	background-color: #E7EAB9;
	border: 1px solid #999D00;
}
select:focus {
	background-color: #F5F7E1;
	border: 1px solid #900;
}
textarea {
	background-color: #DBE096;
	border: 1px solid #999D00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea:hover {
	background-color: #E7EAB9;
	border: 1px solid #999D00;
}
textarea:focus {
	background-color: #F5F7E1;
	border: 1px solid #900;
}
.div_contenedor {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 991px;
}
.div_relative {
	position: relative;
	clear: both;
}
.div_clear_float {
	clear: both;
}
._______________________________________ {
}
.div_cabecera {
	height: 150px;
	position: relative;
}
#cabecera_logo_cremaval {
	height: 133px;
	width: 343px;
	position: absolute;
	left: 4px;
	top: 11px;
}
#cabecera_crematex {
	height: 133px;
	width: 217px;
	position: absolute;
	left: 364px;
	top: 10px;
	background-image: url(images/logo_crematex.png);
	background-repeat: no-repeat;
}
#cabecera_atencion_cliente {
	background-image: url(images/atencion_cliente.png);
	height: 119px;
	width: 308px;
	background-repeat: no-repeat;
	position: absolute;
	left: 670px;
	top: 10px;
}
.div_cabecera_menu {
	background-image: url(images/menu_fondo.png);
	height: 36px;
	background-repeat: repeat-x;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	position: relative;
}
.ul_nivel1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}
.ul_nivel1 li {
	float: left;
	height: 36px;
	display: block;
	list-style-type: none;
}
.ul_nivel1 a {
	color: #FFF;
	display: block;
	height: 28px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.ul_nivel1 a:hover {
	text-decoration: underline;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-image: url(images/menu_hover.png);
	background-repeat: repeat-x;
}
ul.ul_nivel1 li:hover ul{
	display: inline;
}
.ul_nivel2 {
	padding: 0px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	position: absolute;
	margin: 0px;
	z-index: 10;
	display: none;
}
.ul_nivel2 li {
	display: block;
	list-style-type: none;
	background-image: url(images/menu_fondo.png);
	background-repeat: repeat-x;
	float: left;
	height: 25px;
}
.ul_nivel2 a {
	color: #FFF;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.ul_nivel2 a:hover {
	text-decoration: underline;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-image: url(images/menu_hover.png);
	background-repeat: repeat-x;
}
._______________________________________ {
}
.div_centro_margen {
	background-image: url(images/fondo_seccion.png);
	background-repeat: repeat;
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.div_centro_100 {
	margin-bottom: 10px;
}
.div_centro_100_EAE7CC {
	margin-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
	height: 300px;
	background-image: url(images/fondo_seccion_03.png);
	background-repeat: repeat;
}
.div_centro_75 {
	width: 705px;
	margin-bottom: 10px;
	float: left;
}
.div_centro_50 {
	width: 400px;
	margin-bottom: 10px;
	float: left;
	padding-left: 80px;
}
.div_centro_50 h1 {
	font-size: 16px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #03C;
	text-transform: none;
	letter-spacing: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: underline;
}
.div_centro_izq {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.div_centro_derecha {
	width: 250px;
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}
#div_noticias {
	position: absolute;
	left: 699px;
	top: 20px;
	padding: 10px;
	width: 250px;
	z-index: 5;
	background-image: url(images/fondo_seccion_02.png);
	border: 2px solid #900;
	height: 253px;
	overflow: auto;
}
ul.ul_noticias {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	list-style-position: inside;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}
ul.ul_noticias li{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	list-style-position: inside;
	text-align: justify;
	margin-bottom: 4px;
	padding: 0px;
	margin-top: 0px;
	list-style-type: disc;
}
ul.ul_productos {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	list-style-position: inside;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	list-style-type: none;
}
ul.ul_productos li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	list-style-position: inside;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
	list-style-type: none;
	float: left;
	border: 1px solid #C0B46D;
	margin-right: 10px;
	width: 210px;
	font-weight: bold;
	background-color: #E4DEC2;
	height: 200px;
	position: relative;
}
ul.ul_productos li:hover {
	border: 1px solid #900;
}
ul.ul_productos li img{
	border: 1px solid #666;
	position: absolute;
	left: 35px;
	top: 60px;
}
ul.ul_portfolio {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.ul_portfolio li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.ul_pestanas  {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.ul_pestanas  li{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	display: inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: -3px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul.ul_pestanas  li.li_activada{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	background-color: #FFC;
}
ul.ul_pestanas  li:focus{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #FFC;
	border-left-color: #999;
}
div.div_pestanas {
	border: 1px solid #999;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFC;
}
div.div_pestana_contenido {
	padding: 0px;
	background-color: #FFC;
	margin: 0px;
}


._______________________________________ {
}
.div_faldera {
	height: 61px;
	background-image: url(images/fondo_faldera.png);
	text-align: center;
	font-size: 11px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 10px;
	color: #FFF;
	font-weight: bold;
	padding-left: 350px;
}
.div_disenador {
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	font-weight: bold;
	text-align: right;
}
