/* CSS Document */
@import url("userforms.css");

* {
  padding:0;
  margin:0;
}

html {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:white;
  height: 100%;
  background-image: url(/img/cake/muestrafondo.jpg);

}

#cakeSqlLog {
	display:none;
}

form {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

div {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
	scrollbar-face-color:#05014b;
	scrollbar-highlight-color:#05014b;
	scrollbar-3dlight-color:#05014b;
	scrollbar-darkshadow-color:#05014b;
	scrollbar-shadow-color:#05014b;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#05014b;
  /*para que mozilla calcule los márgenes de los divs en función a los bordes en vez de a contenido*/
  -moz-box-sizing:border-box;
  -ms-box-sizing: border-box;
  box-sizing:border-box;
}
a#menu {
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	letter-spacing:1px;
}
a#menu:hover { color:#999999; }

a#menusel {
	font-size:11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	letter-spacing:1px;
}

a#noticias { font-size:12px; font-weight:bold; color:white; text-decoration:none; letter-spacing:1px; }
a#noticias:hover { color:#999999; }
/*****************************************************************/
/*este es igual pero lo necesito por la diferente id del enlace*/
a#buscar { font-size:12px; font-weight:bold; color:white; text-decoration:none; letter-spacing:1px; }
a#buscar:hover { color:#999999; }

table.buscador {width: 100%; height: 100%; padding: 0 0 0 0; }
.buscador td { font-size: 9px; line-height:15px; padding: 0 0 0 0; }
.buscador select { font-size: 9px; }
/*************************************************************/

h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size:18px;
  color: white;
  font-weight:normal;
  display: block;
  letter-spacing:1px;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:white;
  font-weight:normal;
  letter-spacing:1px;
}

h3{
  font-size:12px;
  color:white;
  font-weight:normal;
  display: block;
  letter-spacing:1px;
  font-weight:bold;
}

h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:white;
  font-weight:bold;
  display: block;
}

h5{
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  color:white;
  font-weight:bold;
  display: block;
  letter-spacing:1px;
}


a, a:link, a:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:white;
  text-decoration:none;
}

a:hover {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:white;
  text-decoration:none;
  font-weight:bold;
}

a.normal, a.normal:link, a:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#999999;
  text-decoration:none;
  font-weight:bold;
}

a.normal:hover {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  text-decoration:none;
  font-weight:bold;
}

img {
  border:2px solid #CCCCCC;
}
img.star {
  border:none;
}

table {
  border:0px dotted #000000;
  width:100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align:justify;
  empty-cells:show;
  /*para que mozilla calcule los márgenes de los divs en función a los bordes en vez de a contenido*/
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

tr, td {
	vertical-align:middle;
  	border:0px dotted #000000;
	empty-cells:show;
 	padding:0px 0px 0px 0px;
 	margin:0px 0px 0px 0px;
	text-align:justify;
	/*para que mozilla calcule los márgenes de los divs en función a los bordes en vez de a contenido*/
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div.centrador {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top:-254px;
	left: 50%;
	margin-left:-467px;
	width: 934px;
	height:508px;
	background-image: url(/img/cake/fondo.gif);
	/*para que mozilla calcule los márgenes de los divs en función a los bordes en vez de a contenido*/
 	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.ordenacion {
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	font-size: 10px;
}
a.ordenacion, a.ordenacion:link, a.ordenacion:visited {
	color: white;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}

a.ordenacion:hover {
	color: white;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
}

div.contenedor_fading {
	position: relative;
}

div.contenedor_imagen {
	position: absoute;
}

div.contenedor_fading img {
	position:absolute;
	top:0; left:0;
}


#paginacion {
  position:absolute; bottom:0px; right:0px;
  font-size:12px;
  color: white;
  text-decoration:none;
  font-weight:normal;
}

#paginacion a, #paginacion a:link, #paginacion a:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color: white;
  text-decoration:none;
  font-weight:normal;
}

#paginacion a:hover {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color: white;
  text-decoration:none;
  font-weight:bold;
}


#atras
{
	position: absolute;
	left:20px;
	bottom:6px;
  width: 150px;
  color:#008F26;
}

#atras a, #atras a:link, #atras a:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#008F26;
  text-decoration:none;
  font-weight:normal;
}

#atras a:hover {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#008F26;
  text-decoration:none;
  font-weight:bold;
}
div.izquierda{ position:absolute; top:0px; left: 0px; width:328px; height:441px;}
div.derecha{ position:absolute; top:20px; left: 349px; right:20px; height:421px; width:565px; text-align:justify; overflow:auto;}

table.calendar {
	width: 100%;
}

td.calendar {
	text-align: right;
}

td.calendarHeader {
	letter-spacing: 3px;
	font-weight: bold;
	font-size:14px;
}
td.calendarHeaderdays {
	letter-spacing: 3px;
	font-weight: bold;
	font-size:14px;
	text-align: right;
}

td.calendarSelected, td.calendarToday, td.calendarHighlighted {
	text-align: right;
}


a.calendar, a.calendar:link, a.calendar:visited {
	font-size:11px;
	color:white;
	font-weight:normal;
}

a.calendar:hover {
	font-size:11px;
	font-weight:bold;
}

a.calendarHighlighted, a.calendarHighlighted:link, a.calendarHighlighted:visited {
	color:white;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

a.calendarHighlighted:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

a.calendarToday, a.calendarToday:link, a.calendarToday:visited {
	color: yellow;
	font-size:11px;
}

a.calendarToday:hover {
	color: yellow;
	font-size:11px;
}

a.calendarSelected, a.calendarSelected:link, a.calendarSelected:visited {
	color: #5f6090;
	font-size:11px;
}

a.calendarSelected:hover {
	color: #5f6090;
	font-size:11px;
}


div.powered
{
	position:absolute;
	bottom:10px;
	right: 30px;
}

div.powered a, div.powered a:link, div.powered a:visited
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#05014b;
  text-decoration:none;
}

div.powered a:hover
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#5f6090;
  font-weight:bold;
}
