/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: normal 8pt/13pt arial, "lucida console", sans-serif;
	background: #599ed5;
	background:url('../images/design/antenna.png') no-repeat bottom left #599ed5;
}
#ShadowTop {
	margin: 0 auto;
	height:7px;
	width: 844px;
/* 	background: #e4e4e4 url("../design/ShadowTop.gif") bottom center no-repeat; */
}
#ShadowMiddle {
	margin: 0 auto;
	padding: 0;
	color: #303030;
}
#ShadowMiddle_All {
	margin-top: 10px;
	color: #303030;
 	width: 1024px; 
	border: 2px solid white;
	margin:auto;
/*	background:#f5fcff;*/
	background:white;
/* 	background: transparent url("../design/Contenido_All.jpg") top center repeat-y; */
}
#ShadowBottom {
	margin: 0 25px 0 25px;
	margin: 0 auto;
	padding: 0;
	color: #303030;
	width: 844px;
/* 	background: #e4e4e4 url("../design/ShadowBottom.gif") top center no-repeat; */
}
#HeaderTop {
	font-family: Georgia;
	font-weight: normal;
	clear: none;
	margin: 0 auto;
	padding: 0;
	width:830px;
	/*background: transparent url("../design/Header_Top.jpg")  top center no-repeat;*/
	background: #ffffff;
	height: 70px;
}
#headerimage_flash{
	margin-left:0px;
	margin-top:0px;
/* 	width:844; */
}

#HeaderButtons {
	clear: none;
	margin: 0 auto;
	width:830px;
	background: transparent;
 	/*position:absolute;top:87px;*/
/* 	background: transparent url("../design/Header_Middle.jpg")  no-repeat; */
}
#HeaderButtons img {
	border: 0;
	padding:0;
	margin-right: -3px;
}

#HeaderTop ul {
	list-style: none;
	text-align: right;
}
#HeaderTop li {
	display: inline;
	background: none;
	margin:0;
	padding:0;
}
#HeaderTop li a {
	font-size: 10px;
	text-decoration: none;
	color: rgb(0,51,87);
	padding-right: 4px;
	padding-left: 4px;
	border-left: rgb(0,51,87) solid 1px;
}	
#HeaderTop li a:hover {
	color:rgb(29,69,117);
	text-decoration: underline;
}
#Header_Date {
	margin-top:-45px;
	color:rgb(150,150,150);
	text-align: right;
	padding-right: 7px;
	padding-bottom: 12px;
	margin-left: 0px;
	width: 190px;
	line-height: 12px;
	height: 25px;
}
/* bloque listado izquierdo */
#ContenidoLeft {
	font-family: Georgia;
	font-weight: normal;
	text-decoration: none;
	clear: left;
	float: left;
	width: 190px;
	margin: 0px 0px 5px 0px;
	padding: 0;
	padding-left: 7px;
	overflow: hidden;
}
#ContenidoLeft ul {	
	list-style: none;
	margin:0px;
	padding: 0px;
	width: 185px;
}
#ContenidoLeft li {
	list-style-type: none;
	display: list-item;
	padding: 0px 0px 10px 0px;
	margin: 0px 0 0 0px;
/* 	background:transparent url('../design/Line_Left.gif') no-repeat bottom left ; */
}
#ContenidoLeft h1{	
	font-size: 11px;
	color: #808080;
	display: block;
	margin:0px;
	margin-left: 0px;
	padding: 0px 0px 0px 40px;
	line-height:40px;
	background: url("../images/design/bottone.png") left no-repeat;
}	
#ContenidoLeft h2{	
	font-size: 11px;
	color: #808080;
	display: block;
	margin:0px;
	margin-left: 10px;
	padding: 0px 0px 0px 10px;
	background: url("../design/Square2.gif") center left no-repeat;
}	
#ContenidoLeft h3 {	
	font-size: 11px;
	color: #808080;
	display: block;
	margin:0px;
	margin-left: 10px;
	padding: 0px 0px 0px 10px;
	background: url("../design/Square2.gif") center left no-repeat;
}	
#ContenidoLeft h1 a,#ContenidoLeft h2 a,#ContenidoLeft h3 a {	
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: rgb(29,69,117);
	display: block;
}
#ContenidoLeft h1 a:hover,#ContenidoLeft h2 a:hover {
	color: rgb(29,69,117);
	text-decoration: none;
}
#ContenidoLeft h2 a, #ContenidoLeft h3 a {
	font-weight: normal;
}	
#ContenidoLeft h2 {
	font-weight: normal;
	margin-left: 20px;
}	
#ContenidoLeft h3 {
	font-weight: normal;
	margin-left: 30px;
}
#Noticias  {
	padding: 0px;
	width: 140px;
	color: #ffffff;
	line-height: 1.3em;
}
.Fecha_Noticias {
	/* fecha */
	margin: 0 0px 3px 15px;
	padding:  0 10px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: rgb(100,100,100);
	width: 150px;
	text-align: left;
	background: none;
	border-bottom:1px dotted rgb(150,150,150); 
	display: block;
}
.Desc_Noticias {
	/* read more */
	margin: 0 0 5px 20px;
	margin-left: 20px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #c0c0c0;
	width: 150px;
	text-align: left;
	display: block;
}
#Noticias a{
	color:rgb(150,150,150);
	text-decoration: none;
}
#Noticias a:hover {
	text-decoration: underline;
}
#ContenidoLeft h5  {
	/* pestaņa marron */
	padding: 13px 0px 0 0;
	margin: 10px 0 0px 0px;
	font-size: 11px;
	color: rgb(245,244,241);
	text-align: center;
	font-weight: bold;
	height: 22px;
	width: 190px;
	background: transparent url("../design/Pestana_Left.gif") top left no-repeat;
}
/* bloque listado derecho> */
#ColumnRight {
	font-family: Georgia;
	font-weight: normal;
	float: right;
	width: 190px;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 auto;
	padding-right: 7px;
	background:transparent;
	overflow: hidden;
}
#ColumnRight p {
	/*margin: 0 0 1.5em 0;*/
	font-size: 0.9em;
}
#ColumnRight h5,#ColumnRight h1 {
	/* pestaņa azul */
	padding: 15px 0px 0 0;
	margin: 5px 15px 0px 0px;
	font-size:11px;
	color: rgb(245,244,241);
	text-align: center;
	font-weight: bold;
	height: 20px;
	width: 190px;
	background: rgb(245,244,241) url("../design/Pestana_Right.gif") top right no-repeat;
}
#Link {
	/* Nombre grupo Informe o Revista */
	vertical-align:middle;
	font-size: 10px;
	margin: 0 auto;
	margin: 3px 0 0px 15px;
	font-weight: normal;
	padding:  0px 0px 5px 13px;
	width: 165px;
	height:50px;
	text-align: left;
/*	background:transparent url('../design/Square2.gif') no-repeat center left ;*/
}
#ColumnRight h2 {
	/* Nombre grupo Informe o Revista */
	font-size: 1em;
	margin: 0 auto;
	font-weight: bold;
	padding:  10px 0px 7px 10px;
	width: 165px;
	text-align: left;
	background: url("../design/Line_Right.gif") bottom center no-repeat;
}
#ColumnRight h3 {
	/* Titulo */
	padding:  0;
	margin: 0 auto;
	margin: 0 0 0px 20px;
	margin-bottom: 0px;
	font-size: 0.9em;
	font-weight: normal;
	color: #808080;
}
#ColumnRight h6 {
	float: none;
	padding:  0;
	margin: 0 auto;
	margin: 40px 0 0px 15px;
	margin-bottom: 0px;
	font-size: 0.9em;
	font-weight: normal;
	color: #808080;
	text-align: left;
	width: 60px;
}

#ColumnRight img  {
	/* imagen */
	float:left;
	margin: 5px 10px 0px 15px;
	border: rgb(0,51,87) 1px solid;
}
/* para la galeria de imagenes del usuari*/
#ImageTree  {
	/* imagen */
	margin: 0 auto;
	padding: 0px 0px 7px 15px;
	margin-left: 20px;
	width: 165px;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	/**/
}
#tt1, #tt2, #tt3 {
	padding-left: 10px;	
	font-size:  10px;	
	background: url("../design/Square3.gif") center left no-repeat;
}
#tt2 {
	margin-left: 10px;
}
#tt3 {
	font-size:  10px;
	padding-left: 45px;
	color: #1D374E;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 5px;
	color: #1D374E;
}
#date {
	margin-top: 10px;
	font-size: 1.0em;
	color: #b0b0b0;
	text-align: right;
}


#Footer {
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	width: 830px;
	height: 17px;
	text-align: center;
	color: rgb(245,244,241);
	font-size: 0.9em;
	padding-top: 53px;
	background: rgb(245,244,241) url("../design/Contenido_Bottom.jpg") top center no-repeat;
}
#Footer_All {
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	width: 830px;
	height: 17px;
	text-align: center;
	color: #000000;
	font-size: 0.9em;
	padding-top: 53px;
/* 	background: rgb(245,244,241) url("../design/Contenido_Bottom_All.jpg") top center no-repeat; */
}


#Footer a {
color:rgb(245,244,241);
text-decoration: none;
}

#Footer a:hover {
text-decoration: underline;
}


input.text {
	font-size:10px;
	height:16px;
	background-color:F9F9F9;
	color: #303030;
	width: 120px;	
	border: 1px solid rgb(42,94,149);
	padding:1px;
	margin: 5px 0 1px 40px;
}

input.button {
	color: rgb(42,94,149);
	margin:0;
	padding: 3px;
	padding:1px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 8pt;	
	border: none;
	height:20px;
	background: none;
	margin: 10px 0 0 60px;
	border: 1px solid rgb(42,94,149);
	}
/*para la gallery de imagenes */
#TableContenido {
	background: transparent;
	empty-cells: show;
	border-collapse: separate;
}
#TableContenido tr {
	overflow:auto;	
}	
#TableContenido td {
	border-bottom: 1px dotted #B79C57;
	padding: 2px 3px 2px 3px; 
	width: 130px;
	background: #343434;
	line-height:12px;
	vertical-align: top;
	background: transparent;
	text-align: left;
}
#TableContenido h1,#TableContenido h2  {
	font-weight:normal;
	font-size: 8pt;
	text-align: left; 
	color: #303030;
	border:0;
	padding:0;
	padding-left: 8px;
	margin:0;
	background: none;
}
#TableContenido h1 {
	padding-bottom: 3px;
}
#TableContenido h2 {
	font-size: 7pt;
	color: #909090;
}
#TableContenido h3 {
	font-weight:normal;
	font-size: 8pt;
	text-align: center; 
	border:0;
	padding:0;
	padding-top: 5px;
	margin:0;
	background: none;
}
.image_Center{
	margin: 2px 0 4px 10px;
	font-size: 1.0em;
	text-align: middle;
	border:0px #B79C57 solid;
	left: 40%;
	vertical-align:top;
}
#TableContenido img {
	margin: 5px 5px 5px 5px;
	border: 1px solid #B79C57;
}
#TableContenido a {
	text-decoration: none;
	color: #286ea0;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
}

#img_box{
	width:100%;
	height:200px;
	overflow:auto;
}

a {
	text-decoration: none;
	color:rgb(29,69,117);
}

a:hover {
	text-decoration: underline;
	color: rgb(29,69,117);
}

a img {
	border: 0;
}
