@charset "utf-8";
/* CSS Document */
html, body {
margin: 0px;
height: 100%;
background: #FFF url("midle.jpg") repeat-y top center;
font-family: sans-serif;
}
b {
color: red;
}
#bod {
margin: 0px 0px 0px 0px;
min-height:100%;
height: auto!important;
height:100%;
background: url("header.jpg") no-repeat top center;
}
#header {
margin: 0px 0px 0px 0px;
height: 140px;
text-align:right;
}

#contenedor {
margin:0 auto 0 auto;
width: 760px;
}
#lateral {
display: table;
width: 155px;
text-align: left;
float: left;
margin: 0px 0px 0px 0px;
padding-left: 5px;
}
#principal {
display: table;
width: 440px;
margin: 0px 0px 0px 0px;
padding: 0px 5px 5px 5px;
}
#derecha {
display: table;
width: 130px;
padding: 0px 5px 0px 5px;
float: right;
margin: 0px 0px 0px 0px;
}
#pie {
width: 100%;
height: 125px;
margin-top -125px;
background: url("footer.jpg") no-repeat bottom center;

text-align: center;
padding-top: 40px;

}
ul {
	font-size: 70%;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.formcont form {
	background: #FFFFFF;
	width: 400px;
	padding: 25px 0px 0px 40px;
	font-weight: bold;
	color: #666;
	}
.formcont input {
	background: #00BB00;
	border: 1px solid #666666;
	font-family: sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	margin-bottom: 10px;
}
.new {
	background: #EEEEEE;
	border: 3px solid #AAA;
	font-family: sans-serif;
	font-weight: bold;
	color: #008800;
	padding: 3px;
	margin-bottom: 10px;
}
.formcont textarea {
	background: #EEEEEE;
	border: 3px solid #AAAAAA;
	font: 12px bold "sans-serif";
	color: #666;
	padding: 3px;
	margin-bottom: 5px;
}
.w3c {
	margin: 30px;
}
.usuariocoment {
	font-weight: bold;
	color: #008800;
}
.datecoment {
	color: #666;
	font-size: 12px;
	float: right;
}
/* MENU CATEGORIAS */	
#menu li a {
  	height: 27px;
	text-decoration: none;
	padding: 8px 0 0 10px;
	display: block;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #333333;
	background:  url(../img/botoneza.gif) no-repeat;
	}
	
#menu li a:hover {
	color: #FFFFFF;
	background:  url(../img/botoneza.gif) 0 -35px no-repeat;
	}


/* MENU SUPERIOR */
.menupm {
width: 760px;
height: 25px;
padding-top: 5px;
text-align: left;
margin-bottom: 20px;
}

.menup a{
font-family: Arial, sans-serif;
font-size:14px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
margin: 0px 0px 0px 30px;
}

.menup a:hover {
color: #FFDD00;
}

/*      ESTILO GENERAL      */
h1 {
text-align: right;
color: #00BB11;
margin: 0px 125px 0px 0px;
padding: 0px 0px 0px 0px;
}
h2 {
text-align: right;
color: #FF0000;
margin: 0px 125px 0px 0px;
padding: 0px 0px 0px 0px;
}

.bannertxt {
width: auto;
color: #FF0004;
font-size: 12px;
font-weight: bold;
text-align: left;
padding: 2px 5px 2px 5px;
margin-bottom: 5px;
}

.txt {
font-size: 12px;
text-align: justify;
}

.txttitle {
font-weight: bold;
font-size: 12px;
text-align: justify;
}

.txt a{
text-decoration: none;
color: #009900;
}
.txt a:hover {
color: #FF0000;
text-decoration: underline;
}

.txtfooter {
font-size: 14px;
color: #666666;
}

.txtfooter a{
color:#00CC00;
text-decoration: none;
}

.aviso {
text-align: justify;
padding: 20px;
margin: 0 auto 0 auto;
width: 90%;
background: #FFF;
display: table;
color: #333;
}

.txtfooter a:hover{
color: #FF0000;
text-decoration: underline;
}

.imglink a{
text-decoration: none;
border-style:none;
border: 0px;
border: none;
}
/* selector compatible con Firefox */ 
::-moz-selection{ 
    background: #FF0000;
    color: #FFF;
} 
/* selector compatible con Safari */ 
::selection{ 
    background: #D4F699;
    color: #7AA62F;
}
.ads{ 
text-align: center;
font-weight: bold;
vertical-align: middle;
border:  #000 2px solid;
padding-top: 60px;
width: 120px;
height: 140px;
background: #999;
color: #FFFFFF;
}
/* ESTO ES EL ESTILO DE LAS NOTICIAS 1111111111*/
.news1 {
background: #FFFFFF;
border: 1px solid #000066;
height: auto;
padding: 5px;
overflow: hidden;
height:1%;
}
.newstitle {
text-align: left;
font-size: 22px;
color: #FF0000;
}
.newstitle a{
text-decoration: none;
color: #FF0000;
}
.newstitle a:hover{
color: #FF6600;
text-decoration: underline;
}
.date {
color: #000066;
font-size: 10px;
font-family: Arial, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.autor {
color: #009900;
font-size: 10px;
font-weight: bold;
text-align: right;
margin-top: 10px;
}
.newstxt {
font-size: 12px;
text-align: justify;
color: #666666;
}
.newstxt a{
color: #666666;
text-decoration: none;
}
.newstxt a:hover {
text-decoration: underline;
}
.newsimg {
border: thin #000000 solid;
float: left;
display: inline;
margin-right: 5px;
}
.comnot {
background: #EEEEEE;
border: 0px solid #000066;
margin-top: 20px;
height: auto;
padding:5px;
overflow: hidden;
height:1%;
}
/* ESTO ES EL ESTILO DE LAS NOTICIAS 222222222222*/
.news2 {
margin-top: 5px;
background: #CCFF99;
border: 1px solid #000066;
height: auto;
padding: 5px;
}
.newstitle2 {
text-align: left;
font-size: 16px;
color: #006AFF;
}
.newstitle2 a{
text-decoration: none;
color: #FF0000;
}
.newstitle2 a:hover{
color: #FF6600;
text-decoration: underline;
}
.newstxt2 {
font-size: 12px;
text-align: justify;
}
.newstxt2 a{
color: #666666;
text-decoration: none;
}
.newstxt2 a:hover {
text-decoration: underline;
}
.newsimg2 {
border: thin #000000 solid;
float: left;
margin-right: 5px;
}

/* ESTO ES EL ESTILO DE LOS ANUNCIOS */
.titulo {
	text-align: left;
	font-size: 12px;
	width: 100%;
	font-weight: bold;
	color: #666666;
	border-bottom: 5px solid;
	border-bottom-color: #99FF00;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	font-family: sans-serif;
}
.subtitulo {
	width: 100%;
	font-size: 11px;
	color: #FF3300;
	text-align: right;
	padding-right: 2px;
	padding-bottom: 2px;
	font-family: sans-serif;
}
	
.textosd {
	text-align: justify;
	width: 100%;
	background-color: #CCCDDD;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	padding: 2px;
	color: #666666;
	font-family: sans-serif;
}
.textos {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #666666;
	font-family: sans-serif;
}
.textos a{
color: #00CC00;
text-decoration: none;
}
.textos a:hover{
color: #FF0000;
text-decoration: underline;
}

.webpage {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #666666;
	font-family: sans-serif;
}
.webpage a{
color: #666666;
text-decoration: none;
}
.webpage a:hover {
color: #0033CC;
}
.captcha {
margin: 5px;
}