@charset "utf-8";
/* estilos generales */
#barra_empecemos {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../img/empecemos/mitad_cortado.jpg) no-repeat bottom left;
	padding:0 0 0 100px;
	color:#333;
	margin-top:2px;
	margin-bottom:10px;
	border:1px solid #F5F5F5;
	height:20px;
	
	}
#barra_empecemos UL {
	padding: 0 5px;
	margin : 0;
	list-style-type : none;
}
#barra_empecemos LI {
	padding-right : 0;
	padding-left : 9px;
	float : left;
	padding-bottom : 0;
	margin : 0;
	padding-top : 0;
}
#barra_empecemos A {
	padding-right : 6px;
	display : block;
	padding-left : 6px;
	font-weight : bold;
	float : left;
	padding-bottom : 3px;
	color:#333;
	padding-top : 4px;
	text-decoration : none;
	border:1px solid #F5F5F5;
	border-top:0;
	border-bottom:0;
	float : none;
}
#barra_empecemos A:hover {
	color:#FFF;
	background: #333;
}
#barra_empecemos #actual {
	}
#barra_empecemos #actual A {
	padding-bottom : 5px;
	color : #CC0000;
}

#mimenusup {
	font-size : 13px;
	background : #FFF url(http://www.testsgratis.com/img/pestanas/bg.gif) repeat-x 50% bottom;
	float : left;
	width : 100%;
	line-height : normal;
	margin-left : 3px;
}
#mimenusup UL {
	padding-right : 10px;
	padding-left : 10px;
	padding-bottom : 0;
	margin : 0;
	padding-top : 10px;
	list-style-type : none;
}
#mimenusup LI {
	padding-right : 0;
	padding-left : 9px;
	background : url(http://www.testsgratis.com/img/pestanas/left.gif) no-repeat left top;
	float : left;
	padding-bottom : 0;
	margin : 0;
	padding-top : 0;
}
#mimenusup A {
	padding-right : 15px;
	display : block;
	padding-left : 6px;
	font-weight : bold;
	background : url(http://www.testsgratis.com/img/pestanas/right.gif) no-repeat right top;
	float : left;
	padding-bottom : 4px;
	color:#3399CC;
	padding-top : 5px;
	text-decoration : none;
}
#mimenusup A {
	float : none;
}
#mimenusup A:hover {
	color:#CC3300;
}
#mimenusup #current {
	background-image : url(http://www.testsgratis.com/img/pestanas/left_on.gif);
}
#mimenusup #current A {
	background-image : url(http://www.testsgratis.com/img/pestanas/right_on.gif);
	padding-bottom : 5px;
	color : #CC0000;
}
.diverror{
	color:#CC0000;
	padding:4px;
	margin:4px;
}