@charset "utf-8";
/* CSS Document */

.tabs2 {
	padding:0;
	overflow: hidden;
	height:30px;
	position:relative;
	width:410px;
	margin-top:30px;
}
.tabs-tab2 {
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
}
.tabs-tab2 li {
	display: block;
	float: left;
	margin:	0 5px 0 0;
	padding:0;
	cursor: pointer;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	opacity:0.6;
	filter:alpha(opacity=60);
	background-color:#e6e6e6;
}
.tabs-tab2 li.selected {
	font-weight:bold;
	opacity:1;
	filter:alpha(opacity=100);
}
.tabs-tab2 li a {
	display: block;
	height:17px;
	width:75px;
	padding-top:3px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
}
.tabs-tab2 li#notetab4 a {
	width:135px;
	text-align:center;
}
.tabs-tab2 li a.juegos2011{
	width:135px;
}

.tabs-tab2 li.selected a {
	font-weight:bold;
}
.tabs-content2 {
	width:412px;
	margin:-10px 0 0 0;
	padding:0;
	position:relative;
	height:430px;
	overflow:auto;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tabs-content2 ul {
	padding:0px 10px 0 0;
	margin:0px;
	list-style:none;
}
.tabs-content2 li {
	background-image:url(/unipamplona/portalIG/home_1/recursos/01_general/22072009/vin_avisos.gif);;
	margin-bottom:5px;
	background-position:0 5px;
	padding-left:15px;
	background-repeat:no-repeat;
}
.tabs-content2 h4 {
	font-size:12px;
	font-weight:bold;
	color:#003300;
	margin:0px 0px 5px 0px;
	padding-bottom:5px;
}
#notetab1{
	/*background-image:url(/unipamplona/portalIG/home_1/recursos/01_general/17022010/pest01.jpg);
	background-repeat:repeat-x;*/
	background-color:#036;
}
#notetab2{
	/*background-image:url(/unipamplona/portalIG/home_1/recursos/01_general/17022010/pest02.jpg);
	background-repeat:repeat-x;*/
	background-color:#900;

}
#notetab3{
	/*background-image:url(/unipamplona/portalIG/home_1/recursos/01_general/17022010/pest03.jpg);
	background-repeat:repeat-x;*/
	background-color:#690;
}
#notetab4{
	/*background-image:url(/unipamplona/portalIG/home_1/recursos/01_general/17022010/pest04.jpg);
	background-repeat:repeat-x;*/
	background-color:#960;
	width:135px;
}
#zContent a{
	color:#036;
}
.updateavisos{
	margin:0 10px 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #666;
	text-align:right;
}