@charset "utf-8";

/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This part of the style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */




#estadistica {
	float: left;
	clear: both;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.4em;
}
#tabla_contenidos {
	background-color: #f5f8fd;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#tabla_header {
	background-color: #4382CF;
}
#footer_bocotas {
	background-color: #4C86ef
}
.formulario {
	background-color: #F5F8FD;
	border: thin dashed #4C86EF;
}
.texto_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4C86EF;
	font-weight: bold;
}

#master {
	margin-left: 136px;
	float: left;
	clear: left;
}
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.footertext A:link A:visited{
	color: #03C;
	text-decoration: none;
}

.footertext A:hover{
	color: #039;
	text-decoration: none;
}
#col_izq {
	float: left;
	width: 344px;
}
#col_der {
	float: left;
	width: 277px;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	}
.cuerpo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	background-image: url(images/fondo_inicio.jpg);
	background-repeat: no-repeat;
	}
	
.cuerpo resaltado {
	color: #930;
	}

#conten_producto {
	width: 175px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px dotted #B8CDF1;
	
}
#tit_producto {
	font-family: "Comic Sans MS", cursive;
	background-color: #EFE7C3;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #8C4600;
	font-variant: normal;
	letter-spacing: 0.1em;
	
}
#foto_producto {
	text-align: center;
	margin-top: 5px;
	
}
.thumb_producto {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	}
.fecha {
	text-align: center;
	width: 50px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	border:1px solid #000000;
	background-color: #09C;
	margin-left: 10px;
 }
.mes, .año {
	font-size: 14px;
	color: #FFF;
 }
.dia {
	font-size: 30px;
	line-height: 22px;
	background-color: #F5F8FD;
	color: #09C;
 }
.resaltar {
	color: #930;
	font-weight: bold;
}
