.titulos { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: 
#FFFFFF; text-decoration: underline} .textos { font-family: "Trebuchet MS", 
Times, serif; font-size: 14px; color: #000000} a:visited { color: #000000 ; text-decoration: 
none} a:link { color: #000000 ; text-decoration: none} a:hover { color: #FF0000; 
text-decoration: underline} a:active { color: #009900; text-decoration: none} 
.titulos { font-family: "Trebuchet MS", Times, serif; font-size: 14px; color: 
#000000 } .titulosrojo { font-family: "Trebuchet MS", Times, serif; font-size: 
14px; color: #FF0000; font-weight: bold} .textosblanco { font-family: "Times New 
Roman", Times, serif; font-size: 14px; color: #FFFFFF} .menusmini { font-family: 
"Trebuchet MS", Times, serif; font-size: 12px; color: #000000 } .cabecera { 
font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #CC9900} .textosverde 
{ font-family: "Trebuchet MS", Times, serif; font-size: 14px; color: #006633} 
.precios { font-family: "Trebuchet MS", Times, serif; font-size: 14px; color: 
#000000 ; text-decoration: line-through} .textosgrande { font-weight: bold font-family: "Arial, Helvetica, sans-serif", Times, serif; font-size: 25px; color: #660000 } .mini { font-family: 
"Trebuchet MS", Times, serif; font-size: 9px; color: #999999 }

h1 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #feaa26
}

table.mia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #000;
	border-top: 1px solid #000; 
	color: #333;
}

table.mia caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #000;
	color: #666;
}

table.mia a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table.mia a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table.mia tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.mia tr th a:hover {
	color: #fff;
	background: #369;
}

table.mia thead tr th {
	text-transform: uppercase;
	background: #feaa26;
}

table.mia tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}


table.mia td, table th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	horizontal-align: left;

}

table.mia tr.odd th, table tr.odd td {
	background: #ffffcc;
}



.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

feaa26
.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}






a.ovalbutton{
background: transparent url('imagenes/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('imagenes/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(imagenes/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}

