/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #CCD4DB;
  color: #000000;
  margin: 0px;
}

a:link { 
color: black; 
text-decoration: none;

}
a:visited {
	color: #black;
	text-decoration: none;

}
a:hover {
	color: #black;
	text-decoration: none;

} 








FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

T-D.headerNavigation {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #ccd4db;
  color: #000000;
  font-weight : normal;
}

        


.direccion{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-family: Tahoma;
	
	
}
 
 .titulo{
	font-size: 20px;
	color: #133658;
	font-weight: Bold;
	font-family: Tahoma;
	margin-top: 10;
	margin-bottom:20;
	margin-left:50;
}
 
 
  .txtrojo{
	font-size: 20px;
	color: #133658;
	font-weight: Bold;
	font-family: Tahoma;
	margin-top: 10;
	margin-bottom:20;
	margin-left:50;
}
 
 
 
 
 
.contenido {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight : normal;
	text-align:justify
	margin-left: 50px;
	margin-right:50;

}
