/*Principio: Reseteo de estilos*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: White;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

table {
	width: 768px;
	margin: auto;
}
/*Fin: Reseteo de estilos*/

body {
	text-align: center; /* for IE */
	margin: 0px 0px 0px 0px;
	border-collapse:collapse;
	background: Gray;
	font: normal normal normal 12px/normal Arial, Helvetica, sans-serif;
	}
	
div {
	background-color: white;
}
	
div#contenedor {
	width: 768px;
	margin: auto;
	text-align: justify;
}

div#cabecera {
	width: 768px;
	height: 100px;
	margin: auto;
	float: left;
}

div#cuerpo {
	width: 768px;
	margin: auto;
	clear: both;
}

div#pie {
	width: 768px;
	margin: auto;
	background-color: black;
	clear: both;
}

div#filaproductos {
	padding-top: 50px;
	clear: both;
}

div#columnaizqda, div#columnadcha {
	width: 384px;
	float: left;
}

/* La clase LINKMENU se usa para definir los tamaņos
del menu principal de la web */
a.linkmenu:visited, a.linkmenu:active, a.linkmenu:link, a.linkmenu:focus, a.linkmenu:hover{
	color: #025DEB;
	font: normal normal bold 15px/normal Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

/* El selector A se usa para definir los valores
de todos los link de la web*/
a:link, A:visited, A:active {
   font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: 100;
	color: White;
	text-decoration: none;
}

a:hover{
   font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: 100;
	color: White;
	text-decoration: none;	
}

/*Productos*/
div#foto {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

div#nombreproducto {
	width: 100%;
	height: 30px;
	padding-top: 20px;
	color: #025DEB;
	vertical-align: top;
	text-align: left;
	font: normal normal bold 15px/normal Arial, Helvetica, sans-serif;
}

div#textoproducto {
	width: 95%;
	color: Black;
	padding-left: 10px;
	vertical-align: top;
	text-align: justify;
}
/*Fin de Productos*/

td.celdapieweb{
	height: 25px;
	vertical-align: middle;
	text-align: Right;
	padding-right: 10px;
}

.alineacionizquierdaabajo {
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid black;
	color: #0099CC;
	font: normal normal normal 9px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-right: 10px;
	padding-left: 10px;
}

/*Principio: pagina listaemails.asp*/
table.listaemails {
	width: 80%;
	margin: auto;
	border: 1px solid Green;
}

td.columnalistaagencias {
	width: 25%;
	Background-color: #afeeee;
	text-align: left;
}

td.columnalistaemails {
	width: 75%;
	Background-color: #afeeee;
	text-align: left;
}
/*Fin: pagina listaemails.asp*/