/*   contenido */
section#contenido_texto h2 {
	color: #fff;
	background-image: url(../img/bg_tit_prod.png);
	font-weight: regular;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 6;
	position: relative;
	left: 0%;
	height: 20px;
	width: 200px;
	text-align: center;
	padding: 7px 23px;
}

section#contenido_texto .contenido-title {
	background: url("../img/title_bg.gif") repeat-x scroll transparent;
	background-position: 50% 50%;
	width: 100%;
	z-index: 5;
	margin: 10px 0px 10px 0px;
	text-align: left;
}

.box_contenido {
	display: table;
	margin: 20px;
	padding: 8px 10px 8px 10px;
	text-align: left;
	background-color: #fff;
	webkit-box-shadow: 3px 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px 3px #ddd;
	width: 80%;
	/* Parrafo 1*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-top-radius: 8px;
	border-top-botton-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Parrafo 2*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

section#contenido_texto .box_contenido h3 {
	font-weight: regular;
	text-align: left;
	font-size: 17px;
	color: #294775;
	position: relative;
}

section#contenido_texto .list_table {
	display: table;
	text-align: center;
	width: 50%;
	left: 20%;
	position: relative;
}

section#contenido_texto .list_table .list {
	display: table;
	margin: 30px;
	padding: 8px 10px 8px 10px;
	text-align: left;
	background-color: #fff;
	webkit-box-shadow: 3px 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px 3px #ddd;
	width: 100%;
	/* SE NECESITAN LOS DOS PARRAFOS para  LAS CUATRO PUNTAS CURVAS DEL CUADRO DE PRODUCTO */
	/* Parrafo 1*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-top-radius: 8px;
	border-top-botton-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Parrafo 2*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

section#contenido_texto .list_table  .list h3,section#contenido_texto .list_table  .list h3 a
	{
	color: #3c3b3b;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	text-decoration: none;
}

section#contenido_texto .list_table  .list-left {
	float: left;
	width: 50%;
	padding: 25px 5px 5px 20px;
}

section#contenido_texto .list_table .list-rigth {
	float: left;
	width: 40%;
	padding: 10px 5px 10px 0px;
}

section#contenido_texto .list_table  h5 {
	color: #455977;
	text-align: left;
	font-size: 12px;
	font-weight: regular;
	padding: 0px 0px 0px 15px;
}

section#contenido_texto .list_table  h5 a {
	color: #455977;
	font-weight: regular;
}

section#contenido_texto .list_table  h5 a:hover {
	color: #688cc3;
}

.domicilios {
	width: 15%;
	text-align: center;
	padding: 10px 10px 5px 10px;
	webkit-box-shadow: 3px 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px 3px #ddd;
	background: #fff url("../img/bg_domicilio.png") repeat-x;
	/* Background-size not implemented yet */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* SE NECESITAN LOS DOS PARRAFOS para  LAS CUATRO PUNTAS CURVAS DEL CUADRO DE PRODUCTO */
	/* Parrafo 1*/
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top-top-radius: 20px;
	border-top-botton-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	/* Parrafo 2*/
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	
	position: absolute;
	right: 0px;
	top: 100px;
	z-index: 2;
}

.domicilios h3 {
	color: #455977;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.domicilios h4 {
	color: #455977;
	text-align: center;
	font-size: 14px;
	font-weight: regular;
	background: url("../img/title_bg.gif") repeat-x scroll transparent;
	background-position: 40% 0%;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

#main_content,section#contenido_texto ,.node-body {
	float: left;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
}

.list_photo h3,.mapa h3 {
	color: #3c3b3b;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.list_photo, .mapa {
	margin: 30px 20px 20px 20px;
	padding: 8px 10px 8px 10px;
	text-align: left;
	background-color: #fff;
	webkit-box-shadow: 3px 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px 3px #ddd;
	float: left;
}

#fotos_exteriores,section#localizacion .mapa {
	width: 42%;
}

#fotos_interiores {
	width: auto;
}

.list_photo img {
	
}