/* CSS Document */
td img {display: block;}body,td,th {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
}
.input {
	border: 1px solid #CCCCCC;
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #EDF8FC;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #006699;
}
a.underline {
	text-decoration: none;
}
a.underline:hover {
	color: #006699;
	text-decoration: underline;
}
a.mas {
	color: #0099FF;
}
a.mas:hover {
	color: #006699;
}
.cliente {
	margin-left: 6px;
	margin-top: 4px;
	margin-right: 6px;
}
.green_color {
	color: #3F9696;
}
.center_body {
	margin-left: 10px; 
	margin-right: 20px;
}
.orange {
	color: #F8AD56;
}
.ul_padding {
	padding-bottom: 20px;
}
.bold {
	font-weight: bold;
}
.img_border {
	padding:5px; border:1px solid #cccccc; 
	margin-right:5px; 
	margin-bottom: 2px
}
.img_border_only {
	padding:5px; border:1px solid #cccccc; 
}
.img_border_padding {
	padding: 2px; border:1px solid #cccccc;
}
h3 {
	padding: 0px;
	margin:0px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
p {
	text-align: justify;
}
.producto_name {
	font-size: 10px;
	font-weight: bold;
	color:#0099CC;
	text-align:left
}
.underline {
	text-decoration: underline;
}

/* LEFT MENU */
#masterdiv {
 	width: 230px;
}
a.menu {
	color: #0099CC;
}
a.menu:hover {
	color: #666666;
}
.submenu{
margin-top: 5px;
margin-bottom: 10px;
text-align:right;
margin-right:20px;
}

/* PRODUCT STYLES */

.p_info {
	color: #0099CC;
}
.p_title {
	font-weight: bold;
}
.blue_link_bold {
	font-weight: bold;
	color: #0099CC;
}