@charset "utf-8";
/*
www.urjc.es 2009, Archivo de estilos de la Universidad Rey Juan Carlos.
(c) Universidad Rey Juan Carlos. Todos los derechos reservados.
*/


body {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*CABECERA*/

#tablaCabecera{
	width: 1002px;
	height: 160px;
	margin: 0px auto;
	border:0px;
	padding:0px;
}

/*MENU SUPERIOR DE APLICACIONES*/
#aplicaciones{	
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	list-style:none;
	color:#3788aa;	
}

#aplicaciones li{
	display:inline;	
}

#aplicaciones li a{
	color:#3788aa;
	text-decoration:none;
	padding: 0px 2px;
}

#aplicaciones li a:hover{
	text-decoration:underline;
}

/*LOGOTIPO*/
#logoURJC{
	border:0px;
}

#imagenCabecera{
	background-image: url('../imagenes/imagenCabecera.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height:62px;
	width:2000px;
}

#baseCabecera{
	background-image: url('../imagenes/baseCabecera.jpg');
	border-bottom:5px solid #990033;
	background-repeat: no-repeat;
	background-position: top right;
	height:30px;
	width: 1000px;
	text-align:right;
	padding-bottom:4px;
	*padding-bottom:0px;
	background-color:#CC0000;
}

/*BUSCADOR*/
form{
	border:0px;
	padding:0px;
	margin:0px;
}

#cajaBuscador{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	width:150px;
	border:1px solid #000;
	border-color:#000 #fff #fff #000;
	color:#444;
	padding:0 5px;
}

#botonBuscador{
	color:#cc0000;
	text-indent:-9999px;
	width:19px;
	height:19px;
	border:0px;
	background-image: url('http://www.urjc.es/imagenes/botonBuscador.gif');
	background-repeat: no-repeat;
	background-position: auto left;
	margin-right:5px;
}

/*MENU PRINCIPAL*/
#menu{
	width:994px;

	*width:996px;
	height:20px;

	*height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	list-style:none;
	padding:7px 0px 0px 9px;
	margin:0px auto;

	*padding:5px 0px 5px 3px;
	background-image: url('http://www.urjc.es/imagenes/fondoBotones.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
}

#menu li{
	display:inline;
}

#menu li a{
	color:black;
	text-decoration:none;
	padding:4px 7px 4px 6px;	
	margin:-6px -8px -6px -4px;
	*padding:4px 4px 7px 4px;
	*margin:0px -5px 0px 0px;
}
#menu li a:hover{
	color:#fff;
}

/*LINEAS VERTICALES QUE SEPARAN LOS BOTONES*/
#linea{
	color:#000;
	background-color:#fff;
	padding:7px 2px 7px 2px;
	margin:2px;
	*padding:4px 0px 9px 3px;
}

/*COLORES DE LOS MENUS*/


#informacion a:hover{
	background-color:#336699;
}

#organizacion_universitaria a:hover{
	background-color:#006666;
}

#estudios a:hover{
	background-color:#cc0000;
}

#alumnos a:hover{
	background-color:#777700;
}

#comunidad_universitaria a:hover{
	background-color:#84501e;
}

#rrii a:hover{
	background-color:#8a2c8a;
}

#estudios a{
	background-color:#fff0f0;
}
#estudios a:hover{
	background-color:#cc0000;
}
#investigacion a:hover{
	background-color:#990033;
}


#extension_universitaria a:hover{
	background-color:#006600;
}

#deporte a:hover{
	background-color:#e6a200;
}

