body, html {
	font-family: verdana, arial, helvetica, sans-serif;
	background: #B3CAF7;
}

html.head, body.head, html.menu, body.menu {
	background: #0000CC;
}

div.login {
	text-align: center;
}

div.main {
	text-align: center;
}

div.notificaciones {
	margin: 0 10em 0 10em;
	padding: 0.1em 1em 0.1em 1em;
	text-align: left;
	background-color: #f3db95;
}

h2, h3, h4, h5{
	color: #0000CC;
}

h5.rrll{
	margin: 0;
}

h2.menu, h3.menu, h3.head, h4.head, h5.head{
	color: #f3db95;
}

a:link.rrllUsu, a:visited.rrllUsu {
	font-weight:bold;
	color: red;
	text-decoration: none;
}

a:hover.rrllUsu {
	color: yellow;
	cursor: pointer;
}

a:link.rrllAdm, a:visited.rrllAdm {
	font-weight:bold;
	color: purple;
	text-decoration: none;
}

a:hover.rrllAdm {
	color: yellow;
	cursor: pointer;
}

a:link.menu, a:visited.menu {
	font-weight: bold;
	color: #f3db95;
	text-decoration: none;
}

a:hover.menu {
	color: yellow;
	cursor: pointer;
}

a:link.infoUsuario, a:visited.infoUsuario {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:hover.infoUsuario {
	color: yellow;
	cursor: pointer;
}

a:link, a:visited {
	font-weight:bold;
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: yellow;
	cursor: pointer;
}

div, p, table, th, li {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: normal;
	font-size: 0.9em;
}

td{
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: normal;
	font-size: 1em;
}

p {
  	margin-top: 0;
  	margin-bottom: 5px;
  	text-align: left;
}

p.notificaciones {
  	font-weight:bold;
	color: #0000CC;
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
    background: #f3db95;
}

select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	background: #f3db95;
}

textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	background: #f3db95;
}

table.administracion {
	text-align: center;
	border: 1px solid;
	border-color: #0000CC;
}

table.control {
	text-align: center;
}

table.NewMod {
	text-align: left;
}

#pestanas {
  	float:left;
   	width:100%;
   	line-height:normal;
   	font-size: 0.9em;
   	font-weight: bold;
	background: transparent url(imagenes/fondo-pestanas.gif) repeat-x bottom;
}

#pestanas ul {
	font-size: 0.9em;
	margin:0;
   	padding:0;
   	list-style:none;
}

#pestanas li {
	font-size: 0.9em;
	float:left;
   	margin:0 0 0 3px;
   	padding:0;
   	background:url("imagenes/p-der.gif") no-repeat right top;
}

#pestanas a {
	font-size: 0.9em;
	display:block;
   	background:url("imagenes/p-izq.gif") no-repeat left top;
   	padding:3px 10px 3px 10px;
   	color: #fff;
   	text-decoration: none;
   	padding-bottom: 2px;
}

#pestanas .activa a{
	font-size: 0.9em;
	background-image:url("imagenes/p-izq-activo.gif");
	padding-bottom: 3px;
}

#pestanas .activa{
	font-size: 0.9em;
	background-image:url("imagenes/p-der-activo.gif");
}

#contenedorpestanas{
	font-size: 0.9em;
   	background-color: #f3db95;
   	padding: 1px;
   	clear: both;
}