a.ovalbutton{
background: transparent url('img/oval-blue-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('img/oval-blue-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%;
}
.ovalbutton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.etiquetas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.tablas {
	border: thin solid #999999;
}
.tablas1 {
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.etiquetas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.etiquetas_rotulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
}
.etiquetas_rojas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}

.menus {
	background-image: url(img/outer.jpg);
	background-repeat: repeat-x;
	height: 57px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menusuperior {
	width:500px;
	margin-left:25px;
}
.menusuperior ul {
	float:left;
	display:inline-block;
	margin-top:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;	
}
#selected {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
}
.menusuperior a{
	color:#FFF;
}
.menusuperior li {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	float:left;
	position:static;
	width:100px;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	display:block;
	font-weight:normal;
}
.menusuperior a:link {
	color:#FFF;
}
.menusuperior a:hover {
	text-decoration:underline;
}
.menusuperior a:visited {
	color:#ffff;
}
.listado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:600px;
}

.datagrid table { 
	border-collapse: collapse; 
	text-align: left; width: 100%; 
} 

.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 1px solid #006699;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.datagrid table td, .datagrid table th { 
	padding: 3px 10px; 
}

.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#006699; 
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight: bold; 
	border-left: 1px solid #0070A8; 
} 

.datagrid table thead th:first-child { 
	border: none; 
}

.datagrid table tbody td { 
	color: #00557F; 
	border-left: 1px solid #E1EEF4;
	font-size: 12px;
	font-weight: normal; 
}

.datagrid table tbody .alt td {
	background: #E1EEf4; 
	color: #00557F; 
}

.datagrid table tbody td:first-child { 
	border-left: none; 
}

.datagrid table tbody tr:last-child td { 
	border-bottom: none; 
}
.rotulos_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #999999;
}
