
/*
----------------------------------------------------------------------------------
VIRAZON Tabs/Solapas Principal 
----------------------------------------------------------------------------------
*/


/*
--------------------------------------------------
SOLAPAS CONTENEDOR
--------------------------------------------------
*/
#solapasContenedorTabs
{	
	background-image: url(imagenes/tabs/fondoTabs.jpg);
	background-repeat:repeat-x;	
	margin-right:10px;
}

#solapasContenedorTabs .ladoIzq
{	
	display:none;
	
}
#solapasContenedorTabs .ladoDer
{
	width: 29px;
	height: 26px;
	float: right;
	background-image: url(imagenes/tabs/curvaLadoDerecho.jpg);
	background-repeat: no-repeat;
}







/*
--------------------------------------------------
TABS
--------------------------------------------------
*/
.shadetabs
{
	padding: 5px 0p;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height:25px;

	
}

.shadetabs li
{
	display:inline;
	margin: 0;
		
}

.shadetabs li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #fff;		
}


.shadetabs li a:visited{
	color: #fff;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #fff;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;	
	
   
	
}

.shadetabs li.selected a
{
	/*selected main tab style */ /*background: #F0F0F0 url(/imagenes/tabs/solapaActiva.jpg) top left repeat-x;*/
	color: #fff;
	border-bottom: none;
}
.shadetabs li.selected .boton
{
	padding: 0px 0px 30px 0px;
	background-image: url(imagenes/tabs/tabSeleccionado.jpg);
	background-repeat: no-repeat;
}


.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle
{
	/*style of tab content oontainer*/
	margin-right:10px;
	/* para 800x600*/	
	
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
