/*Reset css yahoo*/
html {
    color: #000;
    background: #ccc;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

table {
    border: 5
}

/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
    *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

del, ins {
    text-decoration: none;
}

/* Pokercomar */
body {
    font-family: sans-serif;
    font-size: 0.7em;
}

a {
    text-decoration: none;
    color: black;
}

.limpiar {
    clear: both;
}

.contenedor {
    background: #fff;
    margin: auto;
    width: 950px;

}

.cabecera {
    margin: 0px;
    padding: 0px;
    width: 950px;
}

.logo_cabecera {
    float: left;
    margin-top: 25px;
}

.menu_cabecera {
    float: right;
    margin-top: 95px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
}

.banner {
    margin: 0px;
    padding: 0px;
    width: 950px;
}

.banner object {
    margin: 0px;
    padding: 0px;
}

.menu {
    margin: 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.menu table td {
    margin: 0px;
    margin-top: 0px;
}

.contenido {

}

.contenido_tabla {
    width: 950px;
    min-height: 500px;
}

.contenido_tabla td{
    vertical-align:top;
}

.noticias_tabla {
    width:695px;
}

.noticias_tabla .seccion p{
    margin:10px;
    margin-top:5px;
    margin-bottom:5px;
    color: #72706f;
    font-weight: bold;
    text-transform:capitalize;
    font-variant:small-caps;
    font-size:1.5em;
    
}

.caption  { display: table-caption }


.noticias_tabla td {
    border: solid 1px #ccc;
    width: 33%;
}

.noticia {
    padding: 10px;
}

.noticia .imagenMini img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.noticia .fecha {
    font-weight: bold;
    margin-bottom: 5px;
}

.noticia .titulo {;
    margin-bottom: 5px;
}

.noticia_detalle .resumen {;
    font-style:italic;
}

.noticia .titulo a {
    color: #72706f;
    font-size: 1.3em;
    font-weight: bold;
}

/*.noticia .resumen p:first-child:first-letter {
    text-transform:uppercase;
    font-size: 3em;
    line-height: 30px;
    padding-right: 3px;
    float: left;
}*/

.noticia .italica p {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
}

.noticia .texto {
    padding-top: 30px;
}

.noticia_detalle {
    clear: both;
    margin: 10px;
    padding: 10px;
    border: solid 1px #ccc;
}

.noticia_detalle .imagenMini img {
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}

.noticia_detalle_td .imagenMini img {
    margin: 0px;
    width: 187px;
    margin-bottom: 10px;
}

.noticia_detalle .fecha {
    font-size: 1.1em;
    font-weight: bold;
}

.noticia_detalle .titulo {;
    margin-bottom: 5px;
}

.noticia_detalle .titulo {
    color: #72706f;
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

.noticia_detalle .resumen p:first-child:first-letter {
    font-size: 3em;
    line-height: 40px;
    padding-right: 8px;
    float: left;
}

.noticia_detalle .italica p {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
}

.noticia_detalle .texto {

}

.noticia_detalle .texto p:first-child:first-letter {
    text-transform: uppercase;
}

.entrar {
    margin: 0px;
    padding:0px;
    font-weight: bold;
}

.entrar input {
    width: 120px;
}

.entrar td {
    border: solid 0px #ccc;
}

.volver_up a {
    float: right;
    background-color: #72706f;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px;
}

.volver_down a {
    float: right;
    background-color: #72706f;
    margin-top: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px;
}

.lado {
    margin-top: 1px;
}

.icons_destacados {
    clear: both;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: 3px;
    margin-bottom: 6px;
}

.ico_destacados {
    margin: 3px 6px 3px 0px;

    float: left;
}

.mp3 {
    height: 32px;
}

.mp3 img {
    margin: 0px;
    padding: 0px;
}

.pie {
    background-color: #ccc;
}

/* PAGINATION */

.paginateButtons {
    width:100%;
    text-align:center;
    border-top: 0;
    color: #666;
    overflow: hidden;
    padding: 10px 3px;
    font-weight: bold;
}

.paginateButtons a {
    /*float:right;
    background-color:#72706f;
    margin-top: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: capitalize;
    padding:5px;*/

    background-color: #72706f;
    border-color: #ccc #aaa #aaa #ccc;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.paginateButtons .currentStep {
    background-color: #fff;
    font-size: 1em;
    color: #72706f;
    font-weight: bold;
    margin: 0 3px;
    padding: 5px;
}

.paginateButtons span {
    padding: 2px 3px;
}

.banner_lateral{
    margin-bottom:15px;
    margin-top:10px;
    padding:5px;

    border: 1px solid #ccc;
    /*border-top:25px solid #72706f;*/
    border-bottom:10px solid #ccc;
    text-align:center;
}

.cal_msg{
font-style:italic;
}

.cal_msg:first-child:first-letter {
    text-transform:uppercase;
    line-height: 30px;
    font-size:3em;
    font-style:normal;
    padding-right: 3px;
    float: left;
}

.share{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin:10px;
    margin-top:40px;
    padding:5px;
    width:250px;
    text-align:center;
}

.share .ico {

    
}



/* LIST */

.tabla{
    border-collapse: collapse;
    margin:auto;
    margin-bottom:20px;
}

.odd{
  background:#fff;
}
.even{
  background:#ccc;  
}


.tabla{
    width:900px;
    text-transform:uppercase;
}

.tabla th {
    padding: 5px;
    background-color:#72706f;
    color:#fff;
    font-weight:bold;
    height: 50px;
    text-transform:capitalize;
}

.tabla td {

    padding: 5px;
    height: 50px;
}

.tabla tr:hover {
    /*background: #b2d1ff;*/
}

.tabla caption {
    background-color: #990000;
    color:#fff;
    font-weight:bold;
    padding:5px;
    margin:0px;
    width:40%;
    margin-top:20px;
    text-transform:capitalize;
}


.tabla2{
    text-transform:capitalize;
    width:650px;
    border:solid 1px #72706f;        
}
.tabla2 th {
    padding: 5px;
    background-color:#72706f;
    color:#fff;
    font-weight:bold;
}

.tabla2 td {

    padding: 5px;
}

.tabla2 tr:hover {
    /*background: #b2d1ff;*/
}

.tabla2 caption {
    background-color: #990000;
    color:#fff;
    font-weight:bold;
    padding:5px;
    margin:0px;
    width:40%;
    margin-top:20px;
}

.inscribirse a {
    float: right;
    background-color: #72706f;
    margin-left: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px;
}

.total{
     padding: 5px;
    background-color:#72706f;
    color:#fff;
    font-weight:bold;
}

.lineas td, th{
    border:solid 1px #72706f;
}

.new_formulario{
    margin:30px;
    padding:30px;
    border:solid 1px #ccc;
}

.new_formulario p{
    margin-bottom:30px;
}



.dialog td{
   border:solid 10px #f3eeee;
   background-color:#f3eeee;
}

strong{
    font-weight:bold;
}

em{
    font-style:italic;
    font-size:0.8em;
}

















