/*Plan Delfín  */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #333333;
}

body, html, table, tr, td {
	font-family: Arial;
	font-size: 12pt;
	color: #333333;
}
h1 {
	color: #0376ac;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 15px;
}
/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #191970;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: Gray;
}
/* Divs estructura */
#contenedor {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	background: url(images/background/background-principal.gif) repeat-y top left;
	z-index:0;
}
/* Divs contenido */
#informacion {
	margin-top: 185px;
	margin-left: 13px;
	padding: 15px;
	width: 702px;
/*	//width: 732px; */
/*	height: 200px; */
	background: url(images/background/contenido.gif) repeat-x top left;
}
#informacion ul, ol{
	margin-left: 50px;
}
#informacion img {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
}
#piepagina {
	background: #156F8A;
	margin-left: 13px;
	width: 702px;
/*	/width: 732px; */
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: none;
	clear: both;
	font-size: 0.7em;
	color: white;
	font-weight: bold;
	text-align: center;
}
#menu {
	position: absolute;
	top: -5px;
	left: 0px;
	margin-left: 13px;
	height: 43px;
	padding: 0px;
}
#flash {
	position: absolute;
	top: 42px;
	left: 13px;
	height: 140px;
	width: 732px;
}
/* Formulario Sw */
.esinput {
	background: white url(images/form/input.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
}
.esmsje {
	background: white url(images/form/input.jpg);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
	margin-top: 5px;
}
.Estilo1 {
	Text-align: left;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
}
#contacto {
	margin-left: 130px;
	padding: 8px;
}
#contacto input {
	margin-left: 0px;
}
.esenviar {
	border: 1px;
	border-color: #2D5082;
	border-style: solid;
	padding-left: 3px;
	background: url('images/form/send.jpg') repeat-x;
}
/* Detalle */

.imagen {
	background: url(images/detalle/imagen.gif) left top;
	height: 18px;
}
.precio {
	background: url(images/detalle/precio.gif) left top;
	height: 18px;
}
.descripcion {
	background: url(images/detalle/descripcion.gif) left top;
	height: 18px;
}
table tr th table tr td img {
	margin-left: 5px;
	margin-top: 10px;
}