/* CSS RESET - Eric Meyers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* CSS garrulo webadmin */

body {
    color: #484848;
    font-family:Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
    text-align: center;
   
}

#contenedor_superior {
    background-color: #191919;
    border-bottom: 1px solid #999999;
    color: #93928e;
    font-size: 14px;
    height: 50px;
    font-weight: bold;
}

#sub_contenedor_superior {
    background-color: #891901;
    padding: 5px 0 7px 20px;
    font-size: 14px;
    color: #FFFFFF;
    border-top: 1px solid #191919;
    text-align: left;
}

#sub_contenedor_superior a {
    font-weight: bold;
    color: #e6d782;
}

#contenedor_principal {
    margin: 10px auto;
    text-align: center;
    width: 98%;
    
}

div.volver {
    margin-bottom: 15px;
    text-align: left;
}

div.msg_ok {
    background: #E9E9E9;
    border: 2px solid #DADADA;
    color: #391c11;
    margin: 0 auto 20px auto;
    padding: 10px 40px;
    width: 500px;
    background-image: url('../images/icon_ok_24.png');
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

div.msg_error {
    background: #e8d5ce;
    border: 2px solid #d29270;
    color: #7e2833;
    margin: 0 auto 20px auto;
    padding: 10px 40px;
    width: 500px;
    background-image: url('../images/icon_error_24.png');
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

span.registros {
    font-size: 12px;
    color: #555;
    font-style: italic;
}

span.activo, span.inactivo {
    color: #333;
    border: 1px solid #999;
    padding: 1px 10px;
    font-size: 15px;
    cursor: pointer;
}

span.activo { background-color: #e1fbcc; }
span.inactivo { background-color: #fbcdcd; }


/* TABLE LISTADO */

table.listado {
    line-height: 24px;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #CCCCCC;

}

table.listado th {
    background-color: #d23001;
    color: #F1F1F1;
    border-bottom: 1px solid #191919;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}


table.listado tr.par td {
    background-color: #f1f1f1;
}

table.listado tr.impar td {
    background-color: #FFFFFF;
}

table.listado th, table.listado td {
    padding: 2px 5px;
}

table.listado td {
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
}

table.listado tr:hover td {
    background-color: #edd3d3;
    cursor: pointer;
}





/* TABLE MENU */

table.menu {
    margin: 10px auto;
    width: 80%;
    text-align: left;
}

table.menu td {
    padding: 10px;
}

table.menu tr td {
    border: 0px solid #666;
}




/* TABLE FORMULARIO */

div.formulario {
    background-color: #f1f1f1;
    padding: 10px 20px;
}

table.formulario {
    line-height: 28px;
}



/* elementos forumario */

input, select {
    font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

input.boton {
    background-color: #595959;
    border: 1px solid #474747;
    color: #f6fef5;
    cursor: pointer;
    padding: 1px 10px;
}





img.icon {
    margin-right: 10px;
    vertical-align: middle
}

a.enlace_grande {
    font-size: 20px;
    color: #c10000;
    text-decoration: none;
}
a.enlace_grande:hover {
    text-decoration: underline;
    color: #7a4a4a;
}

a.enlace_medio {
    color: #315090;
    text-decoration: underline;
}

a.enlace_peque {
    font-size: 12px;
    color: #315090;
    text-decoration: underline;
}


li.chk_garrulo {
    font-size: 14px;
}

li.chk_garrulo:hover {
    background-color: #edd3d3;
}


/* Vista Previa Enlace Patrocinado */

div.patrocinados    { font-family: Arial; text-align: left; }

h3.r    { font-size: 16px; font-weight: normal; padding: 0px; margin: 12px 1px 1px 1px }
a.l     { color: green; }
div.s   { font-size: 13px; }
div.s a { color: green; }
div.med { font-size: 16px; line-height: 22px; }
div.s cite          { color: #2200cc; font-style: normal }
div.patrocinados    { line-height: 17px; padding: 5px 0px 8px 8px; background-color: #ffffff; font-size: 13px; }


/* paginacion */

.pagination{
    padding: 20px 0;
}

.pagination ul{
    margin: 0;
    padding: 0px;
    text-align: center; /*Set to "right" to right align pagination interface*/
    font-size: 14px;
}

.pagination li{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
    padding: 1px;
}

.pagination a, .pagination a:visited{
    padding: 2px 8px;
    border: 1px solid #CCCCCC;
    text-decoration: none;
    color: #474747;
}

.pagination a:hover, .pagination a:active{
    background-color: #edd3d3;
}

.pagination li.currentpage{
    background-color: #595959;
    border: 1px solid #CCCCCC;
    color: #f6fef5;
    cursor: pointer;
    padding: 2px 8px;
    font-weight: bold;
}

.pagination li.disablepage{
    padding: 0 5px;
    border: 1px solid #929292;
    color: #929292;
}

.pagination li.nextpage{
    font-weight: bold;
}


