#footer_content_right {
	height: 3px;
	overflow: hidden;
	color: white;
}



/* Banner ---- */

a#banner_link {
	display: block;
	float: left;
	height: 96px;
	width: 274px;
	background-color: white;
	background-image: url("../imagenes/logo_multilog_index.jpg");
	background-repeat: no-repeat;
}

#banner #icono_edicion {
	background-image: url("../imagenes/logo_edicion.gif");
	padding-left: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
}

#banner #icono_logout {
	background-image: url("../imagenes/logo_logout.gif");
	padding-left: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
}

.banner_nombreAplicacion{
    font-size:18px;
    font-weight:bold;
    color: #FF6500;
    padding-top:4px;
}

.banner_login {
    font-size: 10px;
    font-weight: bold;
    color: #9CCFFF;
    padding-top:6px;
}

.banner_login .usuario{
    display:inline;
}

.banner_login .usuario font{
    font-size: 10px;
    font-weight: bold;
    color: #0D4E84;
}

.banner_login .loginInput{
    border:1px solid #7B9EBD;
    font-size: 10px;
    width: 70px;
    height: 15px;
}

.banner_login .loginBoton{
    background: url( "../imagenes/botonIngresar.gif" ) no-repeat;
    width:19px;
    height:17px;
    border:none;
}

/* Busquedas ---- */

.busquedaIndex{
    text-align:center;
    padding:3px 0px 3px 0px;
}

.busquedaIndex .busquedaInput{
    border:1px solid #7B9EBD;
    font-size:10px;
    width: 90px;
    height: 15px;
}

.busquedaIndex .busquedaBoton{
    background: url( "../imagenes/botonBuscar.gif" ) no-repeat;
    width:19px;
    height:17px;
    border:none;
}

.tabSeleccionado {
    font-family: Arial, serif;
    font-size:12px;
    display:inline;

    color: #FF7F50;
    font-weight:bold;
}

.tabNoSeleccionado {
    font-family: Arial, serif;
    font-size:12px;
    display:inline;

    color: #0D4E84;
    text-decoration: none;
}

.tag {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #0D4E84;
}

.tagSeleccionado {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #0D4E84;
    text-decoration: none;
}

.separadorBusqueda{
    border-left:1px dashed #ffd700;
    border-right:1px dashed #ffd700;
    border-bottom:none;
    border-top:none;
    width:1px;
    background-color:#FFFFFF;
}

.contendorBusquedaPost{
    border-top:1px solid #FFCA9C;
    border-bottom:1px solid #FFCA9C;
    padding-bottom:5px;
}

/* Paginacion
----------------------------------------------- */

.paginador {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    ppadding:10px 0px 10px 0px;
    color: #0D4E84;
    vertical-align:middle;
}

.paginador a {
    text-decoration: none;
    color: #0D4E84;
}

.pagActual{
    width:15px; height:15px;
    margin:0px 2px 0px 2px;
    display:inline;

    border:1px solid #ff7f50;
    color: #ff7f50;
    font-weight:bold;
    vertical-align:middle;
}

.pagNoActual{
    width:15px; height:15px;
    margin:0px 2px 0px 2px;
    display:inline;

    border:1px solid #0D4E84;
    color: #0D4E84;
    font-weight:normal;
    vertical-align:middle;
}

/*--  Profile --- */

.profileEstadisticas{
    width: 100%;
    border: 0px;
    color: #00518C;
    font-size:10px;
}

.profileEstadisticas td{
    border-bottom: 1px solid #FFEFD6;
    text-align:right;
}

.profileEstadisticas th{
    border-bottom: 1px solid #FFEFD6;
    text-align:left;
    font-weight:bold;
}

.profileContenido{
    padding:10px;
    color: #202020;
}
.profileContenido ul{
    padding-left: 20px;
}

.profileContenido .listaIntereses{
    padding-left: 20px;
}

.profileContenido h3{
    padding: 5px 0px 0px 0px;
}

.profileFoto{
    text-align:center;
    padding:10px 0px 10px 0px;
}

/* Administracion ---------------- */

.contenidoAdmin {
    width: 723px;
    vertical-align: top;
    max-height: 100%;
    //text-align: justify;
    font-size:10px;
    font-weight:bold;
    margin-bottom:1px;
}

.contenidoAdmin .sup {
    background: url( "../imagenes/contenidoAdmin_top.gif" ) no-repeat left top;
    padding-top: 7px;
}

.contenidoAdmin .inf {
    background: url( "../imagenes/contenidoAdmin_bottom.gif" ) no-repeat left bottom;
    padding-bottom: 11px;
}

.contenidoAdmin .mid {
    background: url( "../imagenes/contenidoAdmin_middle.gif" ) repeat-y left bottom;
    padding:10px 30px 20px 30px;
}

.contenidoAdmin .mid_barra {
    background: url( "../imagenes/contenidoAdmin_middle.gif" ) repeat-y left bottom;
    color: #FF6500;
    text-align:center;
}

.contenidoAdmin .mid_barra_titulos {
    font-size:12px;
    color: #FF6500;
    margin-bottom:10px;
    width:100%;
    text-align:center;
}

.contenidoAdmin .mid_busqueda {
    background: url( "../imagenes/contenidoAdmin_middle.gif" ) repeat-y left bottom;
    ccolor: #FF6500;
    ctext-align:center;
}

.contenidoAdmin td{
    font-weight:normal;
    background-color:#FFFFD6;
    border-bottom:1px solid #FFCA9C;
    padding:5px;
    vertical-align:top;
    text-align:left;
}

.contenidoAdmin .mid_busqueda td{
    font-weight:normal;
    background-color:#FFFFD6;
    border-bottom:1px solid #FFCA9C;
    ppadding:5px;
    vertical-align:top;
    text-align:left;
}

.contenidoAdmin th{
    font-weight:bold;
    xborder-bottom:1px solid #FFCA9C;
    padding:5px;
    vertical-align:top;
    text-align:left;
}

.contenidoAdmin .info{
    text-align:center;
    font-weight:bold;
    padding:5px 0px 0px 0px;
}

.contenidoAdmin h1 {
	padding: 4px 0 6px 55px;
	border: 1px solid #739ABD;
	border-width: 1px 0;
	font-size: 14px;
	color: #004D94;
	background-color: #E7EFF7;
	position: relative;
}

.contenidoAdmin h1 span {
	float: left;
	display: block;
	height: 44px;
	width: 45px;
	margin: -19px 10px 0 0;
	position: absolute;
	left: 0;
}

* html .contenidoAdmin h1 span {
	left: -55px;
}

.contenidoAdmin h1.icono span {
	background: transparent url("../imagenes/icono.gif") top left no-repeat;
}

/* General ---------------- */

#content_right h1#icono_usuarios_activos span {
	background: transparent url("../imagenes/icono.gif") top left no-repeat;
}

#content_right h1#icono_usuarios_recientes span {
	background: transparent url("../imagenes/icono.gif") top left no-repeat;
}

#content_right h1#icono_posts_recientes span {
	background: transparent url("../imagenes/icono.gif") top left no-repeat;
}

h1.normal{
    margin-top:15px;
	padding: 4px 0 6px 55px;
	border: 1px solid #FFD7AD;
	border-width: 1px 0;
	font-size: 14px;
	color: #00518C;
	background-color: #FFF3E7;
}

h4{
    font-size:10pt;
    font-weight:bold;
    color:#228b22;
    margin:0px;
    padding:0px;
    text-align:center;
}

h5{
    font-size:10pt;
    font-weight:bold;
    color:#dc143c;
    margin:0px;
    padding:0px;
    text-align:center;
}

a{
    font-weight:bold;
    font-size:10px;
    color:#00518C;
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

.boton{
    background: url( "../imagenes/linkBoton_medium.gif" ) no-repeat;
    width: 109px;
    height: 19px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 0px 3px 3px;
    text-align: left;
    border: none;
}

.boton_small{
    background: url( "../imagenes/linkBoton_small.gif" ) no-repeat;
    width: 109px;
    height: 19px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 0px 3px 3px;
    text-align: left;
    border: none;
}

.linkBoton {
    background: url( "../imagenes/linkBoton_big.gif" ) no-repeat;
    width: 109px;
    height: 19px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 0px 0px 5px;
    text-align: left;
}

.cuadroTexto {
    border: 1px #7B9EBD solid;
    font-size: 12px;
}

select {
    border: 1px #7B9EBD solid;
    font-size: 12px;
}

form{
    margin:0px;
    padding:0px;
}

.plantilla{
    width:240px;
    height:215px;
    text-align:center;

    margin:5px 23px 5px 23px;
    padding:5px;
    display:inline;
    float:left;
    border:2px dashed #ffd700;
}

.plantilla_sel{
    width:240px;
    height:215px;
    text-align:center;

    margin:5px 23px 5px 23px;
    padding:5px;
    display:inline;
    float:left;
    border:2px dashed #228b22;
}

.usuarioIndex{
    border:1px solid #FFCA9C;
    margin:4px;
    display:inline;
    width:48px;
    height:48px;
    float:left;
    background-color:#FFFFD6;
    text-align:center;
}

.postIndex{
    border:1px solid #FFCA9C;
    margin:4px;
    display:inline;
    float:left;
    width:102px;
    height:100px;
    background-color:#FFFFD6;
    text-align:center;
}

*>.postIndex{
    height:102px;
}

.imgPostIndex{
    vertical-align:middle;
    top:-10px;
}

a.containerImgPostIndex{
    text-align:center;
    line-height:100px;
    font-size:85px;
}

*>a.containerImgPostIndex{
    font-size:0px;
}

.subtituloIndex{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF6500;
    font-weight:bold;
    font-size: 12px;
    padding-bottom:5px;
}
