﻿.foot
{
	text-align:center;
	font-style:italic;
	padding:10px;
	font-size:10pt;
}

.content
{
	padding:20px;
}

.fondo
{
    background-image: url('../Images/back.png');
	background-repeat:repeat-y;	
}

.tabla
{
	width:800px; 
	border-color:#0011FF;
	border-style:solid;
	border-width:thin;
}

.minHeight
{
  min-height: 450px;
  height: auto !important;
  height: 450px;
}

.div
{
    height :50px;
	width:139px;	
	display:inline-block;
    text-align:left;
	padding-top:12px;
	padding-left:8px;
	background-repeat:no-repeat;    
}

.div:hover
{	
	cursor:pointer;
}

#divInicio 
{
	background-image:url('../Images/prinNo.gif'); 
}

#divInicio:hover
{
	background-image:url('../Images/prin.gif');
}

#divRegistro
{
	background-image:url('../Images/regNo.gif'); 
}

#divRegistro:hover
{
	background-image:url('../Images/reg.gif');
}

#divProblemas
{
	background-image:url('../Images/probNo.gif'); 
}

#divProblemas:hover
{
	background-image:url('../Images/prob.gif');
}

#divUsuarios
{
	background-image:url('../Images/usuNo.gif'); 
}

#divUsuarios:hover
{
	background-image:url('../Images/usu.gif');
}

.noAdornos
{
	color:White;
    text-decoration:none;
	font-style:italic;    
}

.bordes
{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	font-size:10pt;
	font-style:italic;
	font:'Arial';
	padding:0px;
}

.tablaPuntos
{
	color:#0011FF; 
	font-weight:bold; 
	width:130px;
}

.labelsPuntos
{
	text-align:center;
	width:80px;
}

.flotante
{
	position: relative;
    text-align:center;
    top:130px;
    height:0px;
    color:#17365D;
    font-weight:bold;
    font-family:"Courier New";
}
