/*<link rel="stylesheet" href="estilos.css" type="text/css" />*/
.tablacotizaciones {
padding: 10px;
border-style: solid;
border-color; #FFFFFF;
border-spacing: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.celdatitulo {
background-color: #CCCCCC;
}
.textotitulo {	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: black;
}.texto1 {	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url(table_content.jpg);
	background-repeat:repeat-y;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; 
	height: 23px;
	background-image:url(table_bottom.jpg);
	background-repeat:no-repeat;
}




.exampletable {
border-style: solid;
border-color: #000000;
background-color:#000000;
}
.exampleheadercell {
background-color: #AAAAAA;
color: #000000;
font-face: arial, helvetica;
font-size: 1.1em;
font-weight: bold;
}
.exampledarkcell {
background-color: #888888;
color: #FFFFFF;
font-face: arial, helvetica;
font-size: 1em;
}
.examplelightcell {
background-color: #CCCCCC;
color: #000000;
font-face: arial, helvetica;
font-size: 1em;
}
.exampleredcell {
background-color: #FF0000;
color: #FFFFFF;
font-face: arial, helvetica;
font-size: 1em;
}
