body {
  font-family:  'Verdana';
  font-size:11px;
  color: #000;
  margin: 10px;
  background-color: rgb(224, 236, 255);
  line-height: 20px;
}
/*
************************** ESTRUCTURA *******************************
*/
div.estructura{
  text-align:left;
  width: 780px;
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
  margin-top: 10px;
  background-color: #FFF;
}
/*
************************** CABECERA *******************************
*/
div.cabecera {
	width: 780;
	height: 95px;
	background-image: url('optimizadas/cabecera.jpg');
	background-repeat: no-repeat;
	padding-top: 25px;
}
/*
************************** CONTENEDOR *******************************
*/
div.contenedor {
	width: 740px;
	height: 100%;
	background-image: url('optimizadas/contenido.jpg');
	background-repeat: repeat;
	padding: 20px;
}
div.login {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
div.cursos {
	width: 370px;
	float: left;
}
div.tablon {
	width: 370px;
	float: left;
}
div.arribaCuadro {
	width: 370px;
	height: 20px;
	background-image: url('optimizadas/arribaCuadro.jpg');
	background-repeat: no-repeat;	
}
div.centroCuadro {
	width: 330px;
	background-image: url('optimizadas/centroCuadro.jpg');
	background-repeat: repeat;
	padding: 0px 20px 10px 20px;
}
div.abajoCuadro {
	width: 370px;
	height: 10px;
	background-image: url('optimizadas/abajoCuadro.jpg');
	background-repeat: no-repeat;	
}
div.arribaCuadroG {
	width: 740px;
	height: 20px;
	background-image: url('optimizadas/arribaCuadroG.jpg');
	background-repeat: no-repeat;	
}
div.centroCuadroG {
	width: 700px;
	background-image: url('optimizadas/centroCuadroG.jpg');
	background-repeat: repeat;
	padding: 0px 20px 10px 20px;
}
div.abajoCuadroG {
	width: 740px;
	height: 10px;
	background-image: url('optimizadas/abajoCuadroG.jpg');
	background-repeat: no-repeat;
}
div.titulo {
	width: 530px;
	float: right;
}
div.imagenUser {
	float: left;
	width: 170px;
	height: 160px;
	text-align: center;	
}
div.datosUsuario {
	width: 265px;
	float: left;
}
div.derecha {
	text-align: right;
	width: 100%;	
}
div.oculta {
	width: 700px;
	clear: both;
	display: none;
	visibility: 'hidden';
}
div.oculta2 {
	width: 300px;
	padding-left: 30px;
	clear: both;
	display: none;
	visibility: 'hidden';
}
div.subDatos {
	width: 680px;
	padding-left: 30px;
	clear: both;
}
/*
************************** INFERIOR *******************************
*/
div.pie {
	width: 780px;
	height: 40px;
	background-image: url('optimizadas/pie.jpg');
	background-repeat: no-repeat;
	color: white;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
	line-height: 14px;
}
/*
************************** ENLACES *******************************
*/
a {
	color: #ebac01;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #AAA;
	text-decoration: none;
	font-weight: bold;
}
/*
************************** SPAN *******************************
*/
span.nota {
	font-style: italic;
	font-size: 10px;	
}
/*
************************** FORMULARIOS *******************************
*/
div.todo {
	clear: both;
	width: 98%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
div.izq {
	float: left;
	width: 29%;
	text-align: right;
	font-weight: bold;
}
div.der {
	float: right;
	width: 69%;	
	text-align: left;
}
div.error {
	color: red;
	text-align: center;
	font-weight: bold;	
}
div.ok {
	color: green;
	text-align: center;
	font-weight: bold;
}
/*
************************** COMPONENTES *******************************
*/
h1 {
	display: inline;	
}
h2 {
	color: #6081bf;
	display: inline;
}
h3 {
	display: inline;	
}
p {
	text-align: justify;
}
hr {
	border: 1px solid #EFEFEF;
	height: 0px;
	width:50%;
}
img {
	margin: 0px;
	border: 0px;	
}
img.titulo {
	margin-bottom: -10px;
	border: 0px;
}
.campos {
  background-color: #FFF;
  border: 1px solid #6081bf;
  color: #6081bf;
  font-size: 11px;
  font-family: 'Verdana';
  font-weight: normal;
}

