/* CSS Document */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width:150px;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
color: #333333;
background-color: #D1D1D1;
background-image:url(../imagenes/mas2.gif);
background-repeat:no-repeat;
 
width: 102px;
padding: 3px 30px 3px 10px;
text-decoration: none;
border: 3px solid #F8F8F8;
font-weight: normal;
}
#navcontainer a.active2
{
display: block;
color: #1F3E92;
background-color: white;
background-image:url(../imagenes/nou_active2.gif);
background-repeat:no-repeat;
 
width: 102px;
padding: 3px 30px 3px 10px;
text-decoration: none;
border: 3px solid #F8F8F8;
font-weight: normal;
}
#navcontainer a.nosub
{
display: block;
color: #333333;
background-color: #D1D1D1;
background-image:none;
 
width: 102px;
padding: 3px 30px 3px 10px;
text-decoration: none;
border: 3px solid #F8F8F8;
font-weight: normal;
}

#navcontainer li a.none
{background-image: none;}

 #navcontainer li li a
{
background-image:none;
background-color: #F8F8F8;
background-image: none;
height: auto;
color:#1F3E92;
font-size:11px;
}

 #navcontainer li li a.active
{
background-image:none;
background-color: #F8F8F8;
color:black;
text-decoration:underline;
}
 #navcontainer li a.active
{
background-image:none;
background-color: #F8F8F8;
background-image:url(../imagenes/nou_fondoactive.jpg);
background-position:top right;
background-repeat:no-repeat;
font-size: 14px;
height: auto;
color:#1F3E92;
font-size:11px;
}
/* MENU DERECHA */
#navcontainer li a.ingles
{
background-color:#ADBB95;
background-image:url(../imagenes/ingles.gif);
background-position: right;
background-repeat: no-repeat;}

#navcontainer li a.aleman
{
background-color:#ADBB95;
background-image:url(../imagenes/aleman.gif);
background-position: right;
background-repeat: no-repeat;}


#navcontainer li a.castellano
{
background-color:#ADBB95;
background-image:url(../imagenes/castellano.gif);
background-position: right;
background-repeat: no-repeat;}

#navcontainer li a.correo
{
background-color:#ADBB95;
background-image:url(../imagenes/correo.gif);
background-position: right;
background-repeat: no-repeat;}


#navcontainer li a.bannercampos
{
background-image:url(../imagenes/banner.jpg);
background-repeat: no-repeat;
height: 42px;
overflow: hidden;}

/* LISTADO ENLACES */

#enlacescont ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

#enlacescont li { margin: 0; }

#enlacescont a
{
	display: block;
	color: #454649;
	padding:5px 50px 5px 5px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

#enlacescont li a.enlaces
{
background-position: right;
background-image:none;
background-color: white;
color: #454649;
font-size:12px;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:10px 5px 10px 5px;}
#enlacescont li a.enlaces2
{
background-image:none;
background-position: right;
font-size: 10px;
color:black;
background-color: #e4e5da;
padding:10px 50px 10px 5px;}

#border{
	border:1px solid #D0D0D0;
	margin-bottom:3px;
	background-color: #F8F8F8;
}

