/* panel lazul */
#panel{
    width:100%;
    margin:0;
    padding:0;
    background-color:#AACCFF;
    font-family: Verdana, Arial, Tahoma, Sans serif;
    font-size:12px;
    letter-spacing: 0;
}
#panel table{
    width:800px;
    margin:0 auto;
}
#panel h1 {
  color:black;
  font-size:18px;
  margin:5px 0 0 0
}
#panelForm, #panelIconos{
width:450px;
height:60px;
margin:5px auto 0 auto;
}
#panelForm input{
width:150px;
margin:0;
}
#panelFormBoton{
width:120px;
height:25px;
float:right;
background-color:#2B50A0;
color:white;
font-weight:bold;
font-size:12px;
cursor:pointer;
border:none;
margin:5px 0 5px 0;
}
#panelIconos table{
  width:300px;
  text-align:center;
}
#panelIconos table tr td{
width:25%;
}
#panelIconos table tr td img{
margin-top:2px;
}
#panelIconos table tr td strong {
font-size:10px;
color:#2B50A0;
}
#panelSalir{
  width:45px;
  height:45px;
  float:right;
  padding:25px 2px 0px 2px;
  text-align:left;
  font-weight:bold;
  color:white;
  border:none;
  cursor:pointer;
}
/* interior web */
table#panelWeb{
  width:100%;
  background-color:red;
  font-family: Verdana, Arial, Tahoma, Sans serif;
  font-size:12px;
  letter-spacing: 0;
}
table#panelWeb table{
  width:100%;
}
table#panelWeb table table td{
padding:5px;
}
table#panelWeb table a#panelEditar{
  color:white;
  font-weight:bold;
  margin:3px;
  padding-right:15px;
  /*display:block;*/
  background:url(img/panel/panelEditar.gif) no-repeat 100% 50%;
}
table#panelWeb table a#panelGuardar{
  color:black;
  font-weight:bold;
  margin:3px;
  /*display:block;*/
}
table#panelWeb table strong#panelTituloForm{
  color:white;
  font-weight:bold;
  margin:3px;
}
table#panelWeb table tr td div#panelForm{
  width:260px;
  height:100%;
  margin: 15px auto 0px auto;
  text-align:left;
}
table#panelWeb table tr td div#panelForm input, #panelForm textarea{
  width:252px;
  margin:2px 0px 3px 0px;
  border:1px solid #2B50A0;
  padding:3px;
}
table#panelWeb table tr td div#panelForm textarea{
height:100px;
}
table#panelWeb table tr td div#panelForm #panelBoton{
background-color:#2B50A0;
width:75px;
margin:10px 0px 0px 0px;
padding:0px;
border:none;
float:right;
color:white;
cursor:pointer;
font-weight:bold;
}

table#panelWeb table tr td div#panelExplicacion{
width:70%;
margin:10px auto 10px auto;
text-align:justify;
}
/* ------------------------ colores de LITERALES ----------------------------------- */
span#literalAmarillo{
  background-color:#FCF649;
  float:none;
}
#literalRojo{
color:white;
}
#literalRojo a{
background-color:red;
border:1px solid black;
color:white;
font-size:10px;
}
/* ------------------------ PANEL LITERALES ----------------------------------- */
#panelLiterales{
  margin-top:30px;
}
#panelLiterales input{
margin:0px;
}







