/*
Web Pages for:
Astronomia Sigma Octante - Centro de investigación y Estudio en Astronomía
Cochabamba - Bolivia

http://www.astronomia.org.bo
Version:		3
File:			ASOstyles.css
Description:	CSS for ASO pages
Date:			2009/01/30
Author:		Germán Morales C.
Updated by (name and date):

*/
/*---------------------------------------------------------------------------------*/

body {
	margin: 0px;
	background: url('images/BackBand.gif') repeat-x left top;
	font-family: Verdana, Arial, Georgia, "Times New Roman";
	font-size: 11px;
	color: #444444
}

a {
	color: #000000;
}

a:hover {
	background: none;
	text-decoration: underline;
}

h1{
	margin: 0;
	font-family: "Times New Roman", Georgia, Verdana, Arial;
	font-weight: bold;
	font-size: 3em;
	color: #2152d3;
}
h2 {
	margin: 0;
	font-family: "Times New Roman", Georgia, Verdana, Arial;
	font-weight: normal;
	font-size: 2em;
	color: #2152d3;
}
h3 {
	margin: 0;
	font-family: "Times New Roman", Verdana, Arial;
	font-weight: normal;
	font-size: 1.5em;
	color: #2152d3;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}


/*------------------------------- Header ------------------------------------------*/
/*---------------------------------------------------------------------------------*/
#header {
	width: 920px;
	height: 105px;
	margin: 0 auto;
	background: url('images/HeaderImage.gif') no-repeat left top;
}

/*-------------------------------- Logo -------------------------------------------*/
#logo {
	float: left;
	width: 840px;
	color: #000000;
}

#logo h1 {
	float: left;
	padding: 29px 0 0 120px;
	margin-right: 10px;
	letter-spacing: 0px;
	font-size: 3.2em;
}

#logo h1 a {
	color: #0210b7;
}

#logo p {
	float: left;
	margin: 44px 0 0 0;
	padding: 3px 10px 3px 0px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}


/*------------------------------ Menu ---------------------------------------------*/
/*---------------------------------------------------------------------------------*/
#menu {
	width: 920px;
	height: 44px;
	background: url('images/BandaMenu.gif') no-repeat left top;
	margin: 0 auto;
	padding: 0
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #777777;
	text-decoration: none;
}

#menu .first {
	margin-right: 5px;
	background: #888888;
}

/*------------------------------- Sidebar -----------------------------------------*/
#sidebar {
	float: left;
	width: 190px;
	padding: 10px 10px 0 20px;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #444444;
	text-align: left;
	padding-top: 10px;
}

#sidebar h3 {
	letter-spacing: -.5px;
	color: #444444;
	text-align: left;
	padding-bottom: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-left: 5px;
	padding-bottom: 10px;
	font-style: italic;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;

	color: #BCBCBC;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	text-decoration: none;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #383838;
}



/*---------------------------------------------------------------------------------*/
#wrapper {
	width: 920px;
	margin: 0 auto;
	background: url('images/Back.gif') repeat left top;
}



/*-------------------------------- Page -------------------------------------------*/
/*---------------------------------------------------------------------------------*/
#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
}


/*-------------------------------- Contents ---------------------------------------*/
#content {
	float: right;
	width: 670px;
	padding: 10px 20px 0 0;
}

.texto {
	margin-left: 10px;
/*	padding-bottom: 30px;
*/	border-left: 1px solid #2152d3;
	border-right: 1px solid #2152d3;
	border-top: 1px solid #2152d3;
	border-bottom: 1px solid #2152d3;
}

.texto .title {
	background: #E0E0E7;
	padding-left: 10px;
	text-align: left;
	color: #000099;
}

.texto .subTitle {
	background: #E0E0E7;
	padding: 3px 10px 3px 10px;
	text-align: left;
	color: #000099;
}

.texto .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

.texto .footL {
	background: #E0E0E0;
	padding: 7px 20px 7px 20px;
	text-align: left;
}
.texto .footR {
	background: #E0E0E7;
	padding: 7px 20px 7px 20px;
	text-align: right;
}


#noticia {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #a6e0ff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/*-------------------------------- Footer ------------------------------------------*/
#footer {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #a6e0ff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer2 {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #a6e0ff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#footer2 p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
}

#footer2 a {
	color: #000000;
	text-decoration: underline;
}
