/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #11117A;
	color: #000000;
}

td {font-size: 9px;}
#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/centredbg.jpg) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:626px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:213px;
	background:#3869EC;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
        background-image: url(images/nubes.jpg);
        background-repeat: no-repeat;   
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:213px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	padding-top:213px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:758px;
	clear:both;
	height:30px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #7BA8FF;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
        padding-top: 5px;

}
* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:490px;
	float:right;
	padding-top:218px;
	padding-bottom:30px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:10px;clear:both} /* to clear footer */

/* Presentation Stylesheet */ 

p {
 padding: 0 5px 0 5px;
 FONT-SIZE: 70%; FONT-FAMILY: verdana, arial
}

td {
 padding: 0 5px 0 5px;
 FONT-SIZE: 70%; FONT-FAMILY: verdana, arial
}


h4{
 margin:0; 
 padding: 5px 0;
 FONT-SIZE: 75%;
 FONT-FAMILY: verdana, arial; color: #1F2D5C;
 }
 
 h2{
 margin:0; 
 padding: 5px 0;
 FONT-SIZE: 110%;
 FONT-FAMILY: verdana, arial; color: #1F2D5C;
 }

a:link { text-decoration: underline; color: blue }
a:visited { text-decoration: underline; color: purple }
a:hover { text-decoration: none; color: red }
a:active { text-decoration: underline; color: red }


br {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%}

#headervisitas { 
height:187px; 
width: 700px; 
background: #1F2D5C; 
background-image: url(images/blog.jpg);
} 

#navigation {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        font-weigth: bold;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #C3DBFB;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 4px solid #033CC2;
	border-right: 1px solid #033CC2;
	background-color: #5386F2;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #033CC2;
	color: #FFFFFF;
}


#headerblog{
	position:relative;
	top:0;
	left:-1px;
	width:758px;
	height:213px;
	background:#3869EC;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
        background-image: url(images/nubes.jpg);
        background-repeat: no-repeat;   
	z-index:100;
}

#leftblog {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top: 0;
	padding-bottom:32px;/* needed to make room for footer */
}
#leftblog p {padding-left:3px;padding-right:2px}
#rightblog p {padding-left:4px;padding-right:2px}
#rightblog {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	padding-top:0;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

.postinfo {
 
padding-left: 130px;
font-family: verdana;
font-size: 10px;
}


