/* Hoja de Estilo PezziAdministraciones.es */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image:  url(../imagenes/degradado-pag.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ddeeff;	
}
.casilla {
    border: 0px;
}
#pagina {
	width: 770px;
	margin: 10px auto 0px auto;
	text-align: center;
	background-color: #ffffff;	
    border: 1px solid #97B3D0;	
}
#cabecera {
	width: 750px;
	margin: 10px auto 0px auto;
	padding: 0px;
	height: 100px;
	background-color: #FFFFFF;
}
#cabecera h1 { 
  margin: 0px;
  color: #003399;
}
#subcabecera {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 750px;
	height: 24px;
	background-color: #FFFFFF;
	color: #FFF4F4;
	background-image: url(../imagenes/degradado-subcab.jpg);
	background-position: center 0px;
}
#subcabecera a.idioma {
    float: left;
	font-size: 10px;
	color: #003399;
	text-decoration: underline;
	margin: 2px 0px 2px 10px;
	padding: 1px 0px 4px 22px; 	
	background-repeat: no-repeat;
}
#subcabecera a:hover {
	color: #0099ff;  
}
#subcabecera a.espanol {
    background-image: url(../imagenes/espanol.gif);   
}
#subcabecera a.ingles {
    background-image: url(../imagenes/ingles.gif);   
}
#subcabecera a.aleman {
    background-image: url(../imagenes/aleman.gif);   
}
#cuerpo {
  width: 750px;
  margin: 8px auto 0px auto;
  padding: 0px;
  background-color: #FFFFFF;
}
#lateral {
  float: left;
  width: 180px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF;  
}
#lateral h3 {
  margin: 0px;
  padding: 0px 0px 3px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;  
  font-size: 11px;
  font-weight: bold;
  color: #003399;
}
#acceso {
  margin: 0px;
  padding: 0px;
  width: 180px;
  height: 85px;
  border-top: 1px solid #ff9900; 
  border-bottom: 1px solid #ff9900; 
  background-color: #FFF8EC;
}
#acceso form {
  margin: 0px auto;
  font-size: 11px;
}
#acceso label {
    display: block;
	float: left;
	text-align: left;
	width: 84px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #003399;
	text-indent: 9px;
}
#acceso .inputtext {
	display: block;
	float: left;
	width: 76px;
	height: 20px;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #99ccff;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 16px;
	color: #000000;
	padding: 2px;
	vertical-align: baseline;
}
#acceso br {
  clear: left;
}
#acceso .boton_acceso {
  display: block;
  float: right;
  width: 65px;
  height: 20px;
  font-size: 11px;  
  font-weight: bold;
  background-color: #0099ff;
  border: 1px solid #0099ff;
  color: #ffffff;
  margin-top: 6px;
  margin-left: 108px;
  margin-right: 5px; 
  margin-bottom: 6px; 
}
#menu {
  margin: 6px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
  width: 180px;
  height: 340px;
  text-align: left;
  background-image: url(../imagenes/degradado-menu.jpg);
  background-repeat:  repeat-x;
}
#menutitulo { 
  border-top: 1px solid #FFEAAA;
  border-left: 1px solid #FFEAAA;
  border-right: 1px solid #E7DBB7;
  border-bottom: 1px solid #FFEAAA;
  padding: 10px 0px 6px 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  display: block;
  background-color: #FFFAE8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-indent: 8px;
}
#menulista {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	background-color: #F9FBFD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D5E8FF;
	border-bottom-color: #D5E8FF;
}
#menulista li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 2.2em;	
}
#menulista li a {
	color: #003399;
	padding-left: 24px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../imagenes/flecha-azul.gif);
	background-repeat: no-repeat;
	background-position: 10 5;	
}
#menulista li a:hover {
	color: #003399;
	text-decoration: underline;	
    background-image: url(../imagenes/flecha-naranja.gif);
	background-repeat: no-repeat;
	background-position: 10 5;
}
#menulista li a:visited {
	color: #003399;
}
.menulista2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #990000;
  padding-left: 6px;
}
#contenido {
  float: right;
  width: 560px;
  margin: 0px 0px auto auto;
  padding: 0px;  
  color: #333333;
  text-align: left;
  background-color: #ffffff;
  font-size: 12px;  
}
#contenido h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
	margin: 0px auto;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD595;
}
#contenido h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #003399;
	margin: 10px 5px 0px;
	padding: 2px 5px;
}

#contenido h3 {
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	margin: 10px 5px 0px;
	padding: 2px 5px;
}
#contenido h4 {
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	margin: 5px 5px;
	padding: 2px 5px;
}
#contenido p {
  font-size: 12px;
  margin: 10px 10px;
  line-height: 1.5em;
}
#contenido img {
  border: 5px solid #EDF5FF;
  margin: 10px; 
  padding: 0px;
}
#contenido ol { 
  margin: 15px 10px 15px 30px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.5em;  
  list-style-type: decimal;  
}
#contenido ul { 
  margin: 15px 10px 15px 30px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.5em;  
  list-style-type: disc;
}
#contenido li {
	margin: 5px;
	padding: 0px;
}
#contenido li a { 
  color: #003399;
  text-decoration: none;
}
#contenido li a:hover {
  text-decoration: underline;
}
#contenido a { 
  color: #0099ff;
  text-decoration: none;
}
#contenido a:hover {
  text-decoration: underline;
}
#contenido table {
  margin: 5px auto 5px 20px;
}
#contenido td {
  font-size: 12px;
}
#contenido form {
  width: 400px;
  margin: 20px 0px;
  padding-left: 120px;
  font-size: 12px;
}
#contenido label {
	display: block;
	color: #003399;
	font-weight: normal;
    margin: 8px 0px 2px 0px;
}
#contenido input {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;  
  font-size: 12px;
  border: 1px solid #99ccff; 
  color: #000000;
  background-color: #FFFFFF;
  font-weight: normal;
}
#contenido select {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #99ccff;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: normal;
}
#contenido textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #99ccff; 
  color: #000000;
  background-color: #FFFFFF;
  font-weight: normal;
}

#contenido td.nombre {
  color: #003399;
}
#contenido p.volver {
    text-align: right;
}

#contenido p.volver a {
	font-size: 12px;
	font-weight: normal;
	color: #0099ff;	
	text-decoration: none;
}
#contenido p.volver a:hover {
	text-decoration: underline;
}
#contenido p.subir {
    text-align: right;
}

#contenido p.subir a {
	font-size: 11px;
	font-weight: normal;
	color: #0099ff;	
	text-decoration: none;
}

#contenido p.subir a:hover {
	text-decoration: underline;
}

#contenido .boton_contactar {
  display: inline;
  width: 65px;
  font-size: 12px;  
  font-weight: bold;
  background-color: #0099ff;
  border: 1px solid #0099ff;
  color: #ffffff;
  margin: 20px 10px 10px 10px;
}
#contenido_admin {
  float: right;
  width: 560px;
  margin: 0px 0px auto auto;
  padding: 0px;  
  text-align: left;
}
#contenido_admin h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
	margin: 0px auto;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD595;
}
#contenido_admin h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #003399;
	margin: 10px 5px 0px;
	padding: 2px 5px;
}
#contenido_admin h3 {
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	margin: 10px 5px 5px;
	padding: 2px 5px;
}
#contenido_admin h4 {
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	margin: 5px 5px;
	padding: 2px 5px;
}
#contenido_admin p {
  font-size: 11px;
  margin: 5px 0px;
  line-height: 1.5em;
}
#contenido_admin p.mensaje {
  font-size: 12px;
  margin: 25px 50px;
  padding: 10px;
  color: #003399;
  border: 1px solid #D5E8FF;
  background-color: #F9FBFD;
  text-align: center;
}
#contenido_admin p.mensaje2 {
	font-size: 11px;
	margin: 50px 30px;
	padding: 5px 10px 5px 102px;
	color: #003399;
	border: 1px solid #D5E8FF;
	background-color: #F9FBFD;
	text-align: left;
	background-image: url(../imagenes/adobe_reader.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#contenido_admin p.mensaje2 a {
  font-size: 11px;
  font-weight: bold;
  color: #0099ff;	
  text-decoration: none;
}
#contenido_admin p.mensaje2 a:hover {
  text-decoration: underline;
}
#texto ul {
	margin: 15px 10px 15px 30px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: disc;
}
#texto ol {
	margin: 15px 10px 15px 30px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: decimal;
}
#texto li {
	margin: 5px;
	padding: 0px;
}
#texto {
  font-size: 12px;
  margin: 5px 10px 10px 10px;
  line-height: 1.5em;
}
#texto p {
  font-size: 12px;
}
#texto a { 
  color: #003399;
  text-decoration: none;
}
#texto a:hover {
  text-decoration: underline;
}
.fecha {
   margin: 0px 10px;
   padding: 2px;
   font-size: 10px;
   color: #999999;
}
#contenido_admin p.volver {
    text-align: right;
}

#contenido_admin p.volver a {
	font-size: 12px;
	font-weight: normal;
	color: #0099ff;	
	text-decoration: none;
}
#contenido_admin p.volver a:hover {
	text-decoration: underline;
}
#contenido_admin form {
  font-size: 11px;
}
#contenido_admin label {
  font-size: 11px;
  display: inline;
  color: #003399;
  font-weight: normal;
}
#contenido_admin input {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;  
  font-size: 11px;
  border: 1px solid #99ccff; 
  color: #000000;
  background-color: #FFFFFF;
  font-weight: normal;
  padding: 2px;
}
#contenido_admin select {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #99ccff;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: normal;
}
#contenido_admin ul.archivos { 
  margin: 15px 10px 15px 30px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.5em;  
}
#contenido_admin li.archivos {
	margin: 5px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
}
#contenido_admin li.archivos a { 
  color: #003399;
  text-decoration: none;
}
#contenido_admin li.archivos a:hover {
  text-decoration: underline;
}
#contenido_admin .boton_consulta {
  width: 70px;
  font-size: 11px;  
  font-weight: bold;
  background-color: #0099ff;
  border: 1px solid #0099ff;
  color: #ffffff;
  padding: 1px;
}
#contenido_admin table.consulta {
  margin: 0px auto 5px 80px;
}
#contenido_admin table.usuario {
  width: 560px;
  margin: 5px 0px;
  padding: 2px;
  font-size: 11px;  
  background-color: #f8f8f8;
}
#contenido_admin table.extracto {
  margin-bottom: 5px;
  font-size: 11px;
  border: 1px solid #ECF5FF;
}
#contenido_admin tr.extracto {
  font-weight: bold;
  color: #003399;
  background-color: #ECF5FF;
}
#contenido_admin table.cuentas {
  margin: 5px 20px 5px ;
  font-size: 11px;
  border-top: 1px solid #ECF5FF;
  border-bottom: 1px solid #ecf5ff;
}
#contenido_admin tr.cuentas1 {
  background-color: #fff8ec;
}
#contenido_admin tr.cuentas2 {
  background-color: #fafafa;
}
#contenido_admin td.cuentas {
  font-weight: bold;
  color: #003399;
}
.pestanas{
border-bottom: 1px solid #99ccff;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.pestanas ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;  
font-size: 11px;
font-weight: bold;
list-style-type: none;
text-align: left; 
}

.pestanas li{
display: inline;
margin: 0;
}

.pestanas li a{
text-decoration: none;
padding: 3px 7px;
margin-left: 5px;
border: 1px solid #A6D2FF;
color: #003399;
background-color: #ECF5FF;
}

.pestanas li a:visited{
color: #003399;
}

.pestanas li a:hover{
text-decoration: underline;
color: #003399;
}

.pestanas li.activo{
position: relative;
top: 1px;
}

.pestanas li.activo a{ 
border-bottom-color: #ffffff;
color: #0099ff;
background-color: #ffffff;
}

.pestanas li.activo a:hover{ 
text-decoration: none;
}

.pestanas li.salir a{ 
text-decoration: none;
padding: 3px 7px;
margin-left: 5px;
border: 1px solid #A6D2FF;
color: #ffffff;
background-color: #003399;
}

.pestanas li.salir a:hover{
color: #ffffff; 
text-decoration: underline;
}

.pestanas li.salir a:visited{ 
color: #ffffff;
}

#actualidad {
  float: right;
  width: 560px;
  margin: 0px 0px auto auto;
  padding: 0px;  
  color: #333333;
  text-align: left;
  background-color: #ffffff;
}
#actualidad h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
	margin: 0px auto;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD595;
}
#actualidad h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: bold;
  color: #003399;
  margin: 10px 0px 0px;
  background-color: #ffffff;
  padding: 2px 5px;
  line-height: 1.5em;  
}
#actualidad p {
  font-size: 12px;
  margin: 5px 5px;
  line-height: 1.5em;
  text-align: justify;  
}
#actualidad ol { 
  margin: 15px 10px 15px 30px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.5em;  
  list-style-type: decimal;  
}
#actualidad ul { 
  margin: 15px 10px 15px 30px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.5em;  
  list-style-type: disc;
}
#actualidad li {
	margin: 5px;
	padding: 0px;
}
#noticia {
  margin: 0px 5px;
  border-bottom: 1px solid #ddeeff;
}
#noticia .texto_noticia {
  font-size: 12px;
  padding: 0px 5px;
}
#noticia .fecha {
   margin: 0px 5px;
   padding: 2px;
   font-size: 10px;
   color: #999999;
}

#noticia .subir {
  margin: 10px 5px;
  padding: 0px;
  text-align: right;
  clear: left;  
}

#noticia .subir a {
	font-size: 11px;
	font-weight: normal;
	color: #0099ff;	
	text-decoration: none;
}
#noticia .subir a:hover {
	text-decoration: underline;
}

.img_noticia {
  float: left; 
  margin: 5px 15px 5px 5px;
  border: 5px solid #F1F8FF;
}
#paginacion {
  margin: 5px 5px 10px 0px;
  padding: 0px;
  text-align: right;
}
#paginacion a {
  font-family: Tahoma, verdana, arial, helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #003399;
  text-decoration: none;
}
#paginacion a:hover {
  text-decoration: underline;
}
#paginacion .pag_off {
  font-family: Tahoma, verdana, arial, helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #cccccc;
  text-decoration: none;
}
/*
.bordefoto {
  border: 5px solid #EDF5FF;
  margin-top: 10px; 
  margin-left: 15px;
  padding: 0px;
}
*/
#pie {
    clear: both;
	width: 750px;
	margin: 10px auto 0px auto;
	padding: 0px;
	height: 90px;
	background-color: #FFFFFF;
	background-image: url(../imagenes/pie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	color: #003399;
	text-align: center;
}
#pie img {
    margin: 3px auto;
}
#datos {
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	line-height: 21px;
}
#datos a {
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
#datos a:hover {
  color: #0099ff;
  text-decoration: underline;
}
#pie2 {
    clear: both;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	height: 26px;
    text-align: left;
}
#copyright {
    margin-left: 0px;
	font-size: 10px;
	text-align: left;
    color: #0099ff;
    padding-top: 6px;
    float: left;
}
#a2m {
    margin-right: 0px;
	font-size: 10px;
	text-align: right;
    color: #0099ff;
    padding-top: 6px;
}
#a2m a {
	font-size: 10px;
	color: #0099ff;
	font-weight: normal;
	text-decoration: none;
}
#a2m  a:visited {
	text-decoration: none;
}
#a2m a:hover {
	text-decoration: none;
}