/* CSS Document */
/* HTML */

body {
	margin: 0px;
/*	background-repeat:   repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	background: #95C8E7;
	margin: 0px;
	padding: 0px;
}

/* DIVS */

#contenedor {
	width: 1000px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	left:0px;
	top:0px;
  background-color:transparent;
  background-image: url(../imagenes/lineafondo.jpg);
  background-repeat:repeat-y;
  border:0px solid red;
  
/*
  background-image: url(../imagenes/contenido.jpg);
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-attachment:fixed;
 */ 
/*	background-image: url(../imagenes/fondo.gif); background-position:left; background-repeat:repeat-y;*/
}


#header {
	border:0px solid red; 
	width:1000px;  
	height:112px; 
/*  background-color: #FFFF99;*/
	background-image: url(../imagenes/header.jpg); 
	background-repeat:no-repeat;
}

#footer {
	margin-top: 0px;
	/* margin-top: 40px !important; */
	padding: 0px;
	border:0px solid red;
/*  background-color:#00CCFF;*/
	background-image: url(../imagenes/footer.jpg);
	width: 1000px;
	height: 30px;
	text-align: right;	
	background-repeat:no-repeat;
	font-size:10px;
}


#footer a:link, #footer a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


#contenido{
	width: 1000px; /*570*/
	margin-left:0px;
	padding-left:0px; /*190*/
	padding-right:0px;
	padding-top:0px;
	border:0px solid red;
  background-color:transparent;
  background-image: url(../imagenes/contenido.jpg);
  background-position:45% 50%;
  background-repeat:no-repeat;
  background-attachment:fixed;
  
	overflow-x:hidden;
}

#contenido_izquierdo {
	width: 210px; /*570*/
	margin-left:0px;
	padding-left:5px; /*190*/
	padding-right:0px;
	padding-top:0px;
	border:0px solid green;
  background-color:transparent;
  float:left;
}
#contenido_centro {
	width: 500px; /*570*/
	margin-left:0px;
	padding-left:5px; /*190*/
	padding-right:5px;
	padding-top:10px;
	border:0px solid red;
  background-color:transparent;
  float: left;
}
#contenido_derecha {
	width: 240px; /*570*/
	margin-left:0px;
	padding-left:0px; /*190*/
	padding-right:10px;
	padding-top:20px;
	border:0px solid green;
  background-color:transparent;
  float:right;
}

/* CONTENIDO DIVS */

#header h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0066CC;
	margin: 0px;
}

#header h2 {
	font-weight: bold;
	color: #0066CC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer a {
	color: #7EAD1D;
}

#footer a:hover {
	text-decoration: none;
}

#contenido_izquierdo a, #contenido_centro a, #contenido_derecha a  {
	color: #000;
	text-decoration: none;
}

#contenido_izquierdo a:hover, #contenido_centro a:hover, #contenido_derecha a:hover {
	text-decoration: none;
	color: red;
}

#busqueda{
	position:absolute;
  top:80px;
  right:0px;
  width:235px;
  height:50px;
  background-image:url(../imagenes/btn_buscar.png);
  background-repeat:no-repeat;
  border:0px solid red;
  padding-top:19px;
  padding-left:53px;
  /*
  background-image:url(../imagenes/buscar.gif);
  background-position:right;
  background-repeat:no-repeat;
  */
}

#busqueda input
{
  color:#FFFFFF;
	width:200px; 
  border:0px solid; 
  background-color:transparent;
}

.Etiqueta
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:10pt;
  text-align:right;
  text-decoration:none;
}

.TituloNoticia
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:15pt;
  font-weight: normal;
}

.TituloOrganizacion
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:15pt;
  font-weight: normal;
}

.DatosRelacionados
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight: bold;
}

input {
 font-size: 7pt;
 border: 1px solid Gray; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding : 0px;
      }
			
input[type="text"] { border: 1px solid gray; }

.BtnAceptar {
			width: 84px; 
			height: 20px; 
			border:0px; 
			margin: 0px;
			cursor: pointer;
			background-color: transparent;
			background-position : center; 
			background-image: url(../imagenes/btn_aceitar_sp.gif);
			background-repeat:no-repeat;
}
.BtnCancelar {
			width: 84px; 
			height: 20px; 
			border:0px; 
			margin: 0px;
			cursor: pointer;
			background-color: transparent;
			background-position : center; 
			background-image: url(../imagenes/btn_cancelar.gif);
			background-repeat:no-repeat;
}

.BtnCerrar {
			width: 84px; 
			height: 20px; 
			border:0px; 
			margin: 0px;
			cursor: pointer;
			background-color: transparent;
			background-position : center; 
			background-image: url(../imagenes/btn_fechar_sp.gif);
			background-repeat:no-repeat;
}

.BtnEditar{
			width: 84px; 
			height: 20px; 
			border:0px; 
			margin: 0px;
			cursor: pointer;
			background-color: transparent;
			background-position : center; 
			background-image:url(../imagenes/btn_editar_sp.gif);
			background-repeat:no-repeat;
}

.BtnGrabar{
			width: 84px; 
			height: 20px; 
			border:0px; 
			margin: 0px;
			cursor: pointer;
			background-color: transparent;
			background-position : center; 
			background-image:url(../imagenes/btn_gravar_sp.gif);
			background-repeat:no-repeat;
}

.Letra {
	font-family:"Comic Sans MS";
	color: #000000; 
}

.Letra6 {
	font-family : Tahoma,Verdana,Arial;
	font-size: 6pt;
	color: #000000; 
}

.Letra7 {
	font-family:"Comic Sans MS";
	color: #000000; 
	font-size: 7pt;
}

.Letra8 {
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #000000; 
}

.Letra9 {
	font-family : Tahoma,Verdana,Arial;
	font-size: 9pt;
	color: #000000; 
}

.Letra10 {
	font-family : Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #000000; 
}

.Letra11 {
	font-family : Tahoma,Verdana,Arial;
	font-size: 11pt;
	color: #000000; 
}

.Letra12 {
	font-family : Tahoma,Verdana,Arial;
	font-size: 12pt;
	color: #000000; 
}

td{
	font-family : Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #000000; 
}

#Login_Cabezal
{
	width:175px;
  height:25px;
	background-image: url(../imagenes/login_cabezal.png);
}

#Login_Contenido
{
	width:175px;
	background-image: url(../imagenes/login_contenido.png);
  background-repeat:repeat-y;
}

#Login_Pie
{
	width:175px;
  height:18px;
	background-image: url(../imagenes/login_pie.png);
}

#CajaDer_Cabezal
{
	width:242px;
  height:55px;
	background-image: url(../imagenes/caja_der_cabezal.png);
  background-repeat:no-repeat;
  text-align:center;
  border:0px solid red;
}

#CajaDer_Contenido
{
	width:225px;
	background-image: url(../imagenes/caja_der_contenido.png);
  background-repeat:repeat-y;
  padding-left:10px;
  padding-right:20px;
}

#CajaDer_Pie
{
	width:242px;
  height:76px;
	background-image: url(../imagenes/caja_der_pie.png);
}

#Btn_Generico
{
	background-color:transparent;
	background-image: url(../imagenes/btnlateral.png);
	background-image: url(../imagenes/btn_generico_on.png);
	background-image: url(../imagenes/btn_azul.png);
  background-repeat:no-repeat;
  width:190px;
  height:30px;
  padding-top:2px;
  padding-left:13px;
  font-size:9pt;
  cursor:pointer;
  border:0px solid red;
}

.BtnResponder, .BtnNuevoTema
{
	cursor:pointer;
}

#Banners
{
	padding-left:10px;
}

#td_foro_izq
{
  background-image:url(../imagenes/left.gif);
  background-repeat:no-repeat;
  height:30px;
} 
#td_foro_fondo
{
  background-image: url(../imagenes/back.gif);
  background-repeat:repeat-x;
  height:30px;
} 
#td_foro_der
{
  background-image:url(../imagenes/right.gif);
  background-repeat:no-repeat;
  height:30px;
} 

#td_lateral_izq
{
  background-image:url(../imagenes/lat_izq.png);
  background-repeat: repeat-y;
} 
#td_lateral_izq
{
  background-image:url(../imagenes/lat_der.png);
  background-repeat: repeat-y;
} 

 
