﻿/* estilos de control de pestañas */

table.tabs {
	text-align: center;
	margin-right: 196px	
}

table.tabs tr td {
	padding: 4px;
	width: 96px;
	border-top: 1px #D69C00 solid;
	border-left: 1px #D69C00 solid;
	border-right: 1px #D69C00 solid;
}

table.tabs tr td a {		
	color: #005A51;				
	text-decoration: none;		
	font-family: Garamond; font-size: 12pt; font-weight: bold;
}

table.tabs tr td:hover {
	background-color:#FFD080;		
}

