@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	color: #666666;
	background: #ffffff;
	text-align: justify;
}
.contenido {
	background-image: url(images/back.jpg);
	background-repeat:  repeat-x;
}
.titulo {
	padding: 25px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00733B;
}
.contacto {
	padding: 50px;
	font-size: 16px;
	height: 250px;
	background-repeat: no-repeat;
	font-weight: bold;
}
a{
	text-decoration: underline;
	color:#666666
}
a:hover{
	text-decoration: none;
	color:#666666
}
#producto{
	border: 1px solid #ffd103;
	background-color: #FFFFFF;
	
	
}
#producto  .prod {
	font-size: 12px;
	height: auto;
	width: auto;
	white-space: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#producto  table {
	
	height: auto;
	width: 550;
}
.linea{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd103;
	
}
#tiproducto{
	background-image: url(images/producto.png);
	height: 15px;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;

}
#footer {
	height: 95px;
	clear: both; /*no le afecta el float del div que se encuentra al rededor*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#footer a {
	color: #c9c9c9;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC00;
}
#footer #altnav {
	width: 400px;
	float: right;
	text-align: right;
	background-image: url(images/logo_footer.jpg);
	background-repeat: no-repeat;
	height: 90px;
	background-position: bottom;

}
.cosmito {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}