body {

	
  } 
  

  
div.contenidogeneral{
	width:700px;
	height:900px;
	margin:60px auto 0 auto;
}
div.panel{
	width:750px ;
	height:795px;


}

div.cabecera{
	width:750px;
	height:75px;
	background-color:#4169E1;
	-moz-border-radius:20px 20px 0px 0px;
	color:#698ba2;
	text-align:center;
}
div.menu{
	width:200px ;
height:795px;
	float:left;
	text-align:center;
	background-color:#6495ED;
 	opacity:0.8;
}

 ul.ul{
       list-style:none;
	float:left;
	text-indent:1px;
       }
  a{
 text-decoration:none;
 }
div.contenido{
	width:550px ;
height:795px;
	float: right;
	background-color:#87CEFA;
 	opacity:0.6;
	text-align:center;
	
}
div.pie{
		width:750px ;
		height:30px;
	background-color:#4169E1;
	-moz-border-radius:0px 0px 20px 20px;
	color:white;
	text-align:center;
}

   .info, .exito, .alerta,error  {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid;

	margin:10px auto 0 auto;

    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
width:550px ;
	height:15px;
-moz-border-radius:10px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../imagenes/info.png');
}
.exito {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../imagenes/exito.png');
}
.alerta {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../imagenes/alerta.png');
}

