body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	color: #FFFFFF;
}

.prod_title {
	font-weight: bold;
	font-size: 14px;
}

.prod-container {
	text-align: center;
	width: 100%;
}

.links_bottom {
	font-size: 14px;
	color: #88b3d5;
}

.prod_desc {
	padding-left: 30px;
	padding-right: 50px;
}

.empresa_desc {
	vertical-align: top;
	height: 100%;	
	padding-left: 30px;
	padding-right: 10px;
		
}

a {
	color: #88b3d5;
	text-decoration: none;
	font-weight: 600;
}

.line_left {
	border-left:2px dotted #FFFFFF;
}

.line_right {
	border-right:2px dotted #FFFFFF;
}

.lines {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.bg {
	background:#CFD7DE url(/images/bg.jpg) top left repeat-x;	
}
.bg2 {
	background:#83999E url(/images/bg2.jpg) top left repeat-x;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

/*ELEMENTOS DE LA SECCION PRODUCTOS*/

div#contenedor {
	background:url(/secciones/productos/images/bg_prod.jpg) top left repeat-y;
	width:702px;
	height:466px;
	margin:24px auto 0 auto;
}
div#menu {
	background:url(/secciones/productos/images/bg_menu_prod.jpg) top left no-repeat;
	width:702px;
	height:38px;
	margin:0px auto 24px;
}
.menu_productos {
	font-weight:bold;
	text-align:center;
	padding:8px;
	text-transform:uppercase;
}
.menu_productos a:link {
	text-decoration:none;
	color:#FFF;
}
.menu_productos a:visited {
	text-decoration:none;
	color:#FFF;
}
.menu_productos a:active {
	text-decoration:none;
	color:#FFF;
}
.menu_productos a:hover {
	text-decoration:none;
	color:#88b3d5;
}
.titulos {
	font-size:16px;
	font-weight:bold;
}
.tit_productos {
	font-size:16px;
	font-weight:bold;
	padding-top:110px;
}
.texto_productos {
	line-height:35px;
}
.texto_largo_productos {
	line-height:28px;
}

div#contenedor_catalogo {
	background:url(/images/bg_cat.jpg) top left no-repeat;
	width:702px;
	height:585px;
	margin:24px auto 0 auto;
}

div#contenedor_contact {
	background:url(/images/bg_contact.jpg) top left repeat-y;
	width:702px;
	height:542px;
	margin:24px auto 0 auto;
}
.imput_contacto {
	height:14px;
	width:350px;	
	font-size:8pt;
	font-family: Verdana, Arial, sans-serif;
	color:#FFFFFF;
	padding:2px;
	background-color:#0860A8;
	border-width:0px;
	border-style:none;
}
.textarea_contacto {
	height:150px;
	width:350px;	
	font-size:8pt;
	font-family: Verdana, Arial, sans-serif;
	color:#FFFFFF;
	padding:2px;
	background-color:#0860A8;
	border-width:0px;
	border-style:none;
}
.imput_catalogo {
	height:16px;
	width:150px;	
	font-size:8pt;
	font-family: Verdana, Arial, sans-serif;
	color:#FFFFFF;
	padding:2px;
	background-color:#0860A8;
	border-width:0px;
	border-style:none;
}
div#contenedor_info {
	background:url(/images/bg_info.jpg) top left repeat-y;
	width:702px;
	height:1000px;
	margin:24px auto 0 auto;
}
.texto_info {
	line-height:28px;
}

div#contenedor_empresa {
	background:url(/images/bg_empresa.jpg) top left repeat-y;
	width:702px;
	height:747px;
	margin:24px auto 0 auto;
}
div#contenedor_comollegar {
	background:url(/images/bg_como_llegar.jpg) top left repeat-y;
	width:702px;
	height:464px;
	margin:24px auto 0 auto;
}
