/* Paginas en General */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../disenos/fondo.png);
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}
#contenedor {
	width: 100%;
	float: left;
}
#menusup {
	float:right;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#menuinf {
	float:left;
	text-align: center;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#menudisenos {
	float: left;
	text-align: center;
	background-color:#CCCCCC;
}
#menusolido {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#letrero {
	float: left;
}
#letreroimagen {
	background-repeat: no-repeat;
	float: left;
}
#letrerotexto {
	text-align: center;
	text-transform: uppercase;
	float: left;
	vertical-align: top;
}
#letrerocoti {
	text-align: center;
	padding-right: 4px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center center;
}
#producto {
	float: left;
	font-size: 14px;
	color: #000099;
	text-align: center;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}
.mayuscula {
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.mi:link {
	text-decoration: none;
	color:#000000
}
.mi:visited {
	text-decoration: none;
	color:#000000
}
.mi:hover {
	text-decoration: none;
	color: #000000;
	background-color: #999999;
}
.mi:active {
	text-decoration: none;
	color: #000000;
}

/* Planilla de Cotizaciones */
h5 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	}

#planilla {
	font-size: 11px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#planilla_titulos {
	background-color: #CCCCCC;
	font-weight: bold;
}
#total {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

.camporespuesta {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
}

a.enlace { 
color: #0000D9; 
width: 100%; 
height: 100%; 
text-decoration: none; 
} 
a.enlace:hover { 
text-decoration: none; 
background: #77AADD; 
} 

table {border-collapse:collapse; margin:-1px}
/* td {border:1px solid black} */
