/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

.table_iconos {
		width: 100%;
		text-transform: uppercase;
}

.table_iconos tr {
		background-color: #D6D6D6;/*#d1cfd0;*/ 
		/*background-image: url('../images/gray.png');*/
		background-repeat: inherit;
		border-right: 1px groove #000;
		border-bottom: 1px groove #000;
}


.table_iconos td  {
		border-top: 1px solid #000;
		border-left: 2px double #CCC;
		border-right: none;
		border-bottom: 1.5px solid #CCC;
		width: 50px;
		text-align: center;
		padding-top: 4px;
		height: auto;
}

.table_iconos td.siguiente  {
		border-top: 1px solid #000;
		border-left: 2px double #CCC;
		border-right: none;
		border-bottom: 1.5px solid #CCC;
		width: 250px;
		text-align: center;
		padding-top: 4px;
		height: auto;
}

.table_iconos td.activo:hover  {
	background-color: #FFFFFF;
	width: 51px;
}


.table_iconos td.separador  {
		border-top:1px solid #686868;
		width: 2.5px;
		background-color: #686868;
		text-align: center;
}

.table_iconos a {
		color:#950000;
		text-decoration:none;
}

.table_iconos a:link {}

.table_iconos a:visited {
}

.table_iconos a:hover {
	padding-top: 0px;
}