div#borde_sup_panel, div#borde_inf_panel {
    width:      740px;
    height:     5px;
    margin:     auto;
}

div#borde_sup_panel {
    background: url(imagenes/panel/bg_borde_sup_panel.gif) no-repeat;	
}

div#borde_inf_panel {
	background:    url(imagenes/panel/bg_borde_inf_panel.gif) no-repeat;
	clear:         both;
	margin-bottom: 20px;
}

div#panel {
	width:      740px;
    background: #dadada;
    margin:     auto;
}

div#panel div#menu {
    width:          145px;
    margin-left:    10px;
    float:          left;
}

div#menu div#navegacion {
    padding-top:    56px;
    width:          100%;
}

div#navegacion ul {
    list-style-image:      none;
    list-style-position:   outside;
    list-style-type:       none;
    margin:                0;
    padding:               0;
}

div#navegacion ul li {
    display:       inline;
    font-weight:   bold;
    margin:        1px 0;
    padding:       0;
}

div#navegacion ul li a {
    background-color:  #d0d0d0;
    color:             #333333;
    display:           block;
    font-weight:       bold;
    margin:            1px 0;
    padding:           5px;
    text-decoration:   none;
}

div#navegacion ul li.seccion_activa a {
	background:        #fff;
	text-decoration:   underline;
}

div#navegacion ul li.seccion_activa a:hover {
    background:    #fff;
}

div#navegacion ul li a:hover {
	background: #B2C2CF;
}

div#panel div#contenedor_panel {
	float:         center;
	width:         730px;
	margin-top:    10px;
}

div#panel div#contenedor_panel h2 {
    margin-bottom:  5px;
    text-indent:    10px;
    font-size:      16px;
    font-weight:    bold;
}

div#contenedor_panel div#borde_sup_contenedor_panel, div#contenedor_panel div#borde_inf_contenedor_panel {
	height:    3px;
	width:     100%;
}

div#contenedor_panel div#borde_sup_contenedor_panel {
	background:    url(imagenes/panel/bg_borde_sup_contenedor_panel.gif) no-repeat;
}

div#contenedor_panel div#borde_inf_contenedor_panel {
    background:    url(imagenes/panel/bg_borde_inf_contenedor_panel.gif) no-repeat;
    clear:          both;
}

div#contenedor_panel div#contenido_panel {
    background:    #f9f9f9;
    padding:       20px;
    min-height:     150px;
}

div.acciones-panel {
    width:      100%;
    text-align: center;
    margin:     auto;
    margin-top: 2px;
}

div.acciones-albumes {
    width:  80px;
}

a.icono-panel, a span.icono-panel {
    width:  24px;
    height: 24px;
    float:  left;
}

table tr td a.accion_panel {
    width:  24px;
    height: 24px;
    margin: auto;
    display:    block;
}

a.editar, a span.editar, table tr td a.Editar {
    background: url(imagenes/accion_modificar.gif) no-repeat;
}

a.subir_fotos, a span.subir_fotos, table tr td a.subir_fotos {
    background: url(imagenes/accion_subir_foto.png) no-repeat;
}

table tr td a.Editar span, table tr td a.Borrar span {
	display: none;
}

a.eliminar, table tr td a.Borrar {
    background: url(imagenes/accion_eliminar.gif) no-repeat;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}

.error p, .notice p, .success p { margin-top:   10px; }

.success {
    background:     #E6EFC2;
    color:          #264409;
    border-color:   #C6D880;
}

.error {
	background:    #FBE3E4;
	color:         #8a1f11;
	border-color:  #FBC2C4;
	text-align:    left;
}

.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

/* Menu admin */
h2.menu_rapido {
	color:#28313F;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:2em;
	font-weight:normal;
	margin:0 10px;
}

div#admin_menu_rapido {
    height: 80px;
}

div#admin_menu_rapido div {
    float:  left;
    width:  100px;
    text-align: center;
    padding-top:    55px;
    cursor: pointer;
}

div#admin_menu_rapido div.menu_rapido_cambiarperfil {
    background:     url(imagenes/icono_admin_cambiarperfil.gif) no-repeat scroll 15px 0;
}

div#admin_menu_rapido div.menu_rapido_mismensajes {
    background:     url(imagenes/icono_admin_nuevosmensajes.gif) no-repeat scroll 20px 0;
}

div#admin_menu_rapido div.menu_rapido_sufirfotos {
    background:     url(imagenes/icono_admin_subirfotos.gif) no-repeat scroll 20px 0;
}

div#admin_menu_rapido div.menu_rapido_subirvideos {
    background:     url(imagenes/icono_admin_subirvideo.gif) no-repeat scroll 20px 0;
}

div#admin_menu_rapido div.menu_rapido_misenlaces {
    background:     url(imagenes/icono_admin_subirvideo.gif) no-repeat scroll 20px 0;
}

/* Listados */
table.gradient-style
{
    font-family:    "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size:      12px;
    width:          100%;
    text-align:     left;
    border-collapse: collapse;
    margin:         auto;
    margin-top:     10px;
}

.gradient-style th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #b9c9fe url('imagenes/gradhead.png') repeat-x;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
    color: #039;
}
.gradient-style td
{
    padding: 8px; 
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid #fff;
    background: #e8edff url('imagenes/gradback.png') repeat-x;
}
.gradient-style tfoot tr td
{
    background: #e8edff;
    font-size: 12px;
    color: #99c;
}
.gradient-style tbody tr:hover td
{
    background: #d0dafd url('imagenes/gradhover.png') repeat-x;
    color: #339;
}

col#Editar, col#Borrar, col#ID {
    width:  50px;
}

/* tabla thumbnails */
table#tabla_thumbnails {
    width:  100%;
}

table#tabla_thumbnails td {
    text-align:    center;
    vertical-align: middle;
}

table#tabla_enlaces_web tr td {
    vertical-align: middle;
}
