/* CSS Document */
body {
font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #000444;
background:  url(../imagenes/fondo.jpg) ;
position: relative;
text-align:center;
}
textarea,input{border:1px
solid #CCC;font:12px Verdana, Arial, Helvetica, sans-serif;color:#666;padding:3px;background:url(../imagenes/fondoformulario.gif) repeat-x left bottom}

select{font:12px Verdana,Arial,Helvetica,sans-serif;color:#666;font-weight:bold;}
textarea:focus,input:focus{border:1px
solid #89b21b}
input.error{border:1px solid #ffa17f}


.estructura {
    background: #ffffff;
    width:1000Px;
    margin:0 auto;
    padding:0px;
    text-align:left;
    border:0px solid #FF0000;
	}
	
.esquina_redondeada_superior_izquierda {
   background: url(../imagenes/esquina_superior_izquierda.png) no-repeat top left;
}
.esquina_redondeada_superior_derecha{
   background: url(../imagenes/esquina_supeior_derecha.png) no-repeat top right;
}
.esquina_redondeada_inferior_izquierda {
   background: url(../imagenes/esquina_inferior_izquierda.png) no-repeat bottom left;
}
.esquina_redondeada_inferior_derecha {
   background: url(../imagenes/esquina_inferior_derecha.png) no-repeat bottom right;
}

.esquina_redondeada_superior_izquierda,
.esquina_redondeada_superior_derecha, 
.esquina_redondeada_inferior_izquierda ,
.esquina_redondeada_inferior_derecha {
   width: 100%;
   height: 30px; }
   
 .titulo_claro{ font-size:13px; color:#0033FF; font-weight:bold;  }
 .titulo_opciones{font-size:15px; color:#0033FF; font-weight:bold;}
 .resaltado{ font-size:14Px; font-weight:bold; }
 .izq{text-align:right; }

 /* ESTILOS PARA LA VENTANA MODAL*/
 /* base semi-transparente */
    .overlay{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index:1001;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: 'alpha(opacity=75)';
    }

    /* estilo para lo q este dentro de la ventana modal */
    .modal {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        padding: 16px;
        background: #fff;
		color: #333;
        z-index:1002;
        overflow: auto;
    }

    /* estilo para la ventana del editor */
    .estilo_editor {
        display: none;
        position: absolute;
        top: 12%;
        left: 15%;
        width: 800Px;
        height: 600Px;
        padding: 16px;
        background: #fff;
		color: #333;
        z-index:1002;
        overflow: auto;
    }

    .antetitulo
    {

        font-size: 14px;
        color: #000044;    
	}

        .titulo_noticia
    {

        font-size: 16px;
        color: #000044;
	}
	.sumario
	{
		font-size: 12px;
		color: gray;
		font-style: oblique;
		font-weight: normal; 
                text-align: justify;

		
		

}


      tr.resaltar {

          background-color: #00FF00;

          /*cursor: pointer;*/

      }
/* FIN DE ESTILOS PARA LA VENTANA MODAL*/

/*img
{
		margin-top: 0px;
        margin-right: 0px;
}*/

