/*
Design by 3d Magical Designs
http://www.3dmagicaldesigns.com
Template CSS
*/

body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/img01.jpg);
	background-repeat:  repeat-x;
	background-position: center top;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a {
	color: #2BADE2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	padding-left: 0px;
}

img.left {
	float: left;
	margin: 0px 0px;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

/* Styles */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
}

/* Header */

#header-wrapper {
}

#header {
	width: 1024px;
	height: 53px;
	margin: 0 auto;
	background: url(images/img04.jpg) repeat-x left top;
}

/* time */

#time {
	float: left;
	width: 1024px;
	height: 53px;
}

#time ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#time li {
	height: 25px;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	background: url() no-repeat right 8px;
	margin-top: 21px;
	text-decoration: none;
	font: 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

/* logotipo */

#logotipo {
	width: 1024px;

}


/* Sidebars */

#sidebar1 {
	float: left;
	width: 230px;
	margin-left: 35px;
	margin-top: 10px;
}

#sidebar2 {
	float: left;
	width: 230px;
	margin-left: 20px;
	margin-top: 10px;
}

.sidebar {
	float: left;
	padding: 0;
	color: #FFFFFF;
}

.sidebar ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 0px 0;
}

.sidebar li ul {
	background: none;
	padding-bottom: 0px;
}

.sidebar li li {
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 1px #68CDF9 dashed;
	background: none;
}


.sidebar li h2 {
	height: 26px;
	margin: 0 15px;
	padding: 14px 15px 0px 0px;
	border-bottom: 1px #2C4449 solid;
	text-transform: capitalize;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Search */

#search {
	float: right;
	width: 300px;
	height: 140px;
	padding: 0;
	background: url(images/img-search.png) no-repeat left top;
	margin-top: 35px;
}

#search form {
	height: 10px;
	margin: 0;
	padding: 0px 0 0 20px;
	margin-top: 34px;
	margin-left: 12px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 185px;
	padding: 3px 5px;
	border: none;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

#search-submit {
	display: none;
}

/* Page */

#page {
	width: 937px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/img-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/** LOGO */

#logo {
	width: 1024px;
	height: 431px;
	margin: 0 auto;
	background: url(images/img05.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0px;
	line-height: normal;
}

#logo h1 {
	padding-left: 60px;
	padding-top: 60px;
}

#logo h1 a {
	text-decoration: none;
	text-transform: Tahoma;
	color: #0D2041;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 0px 0 0 60px;
	color: #FFFFFF;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
}

#logo p a {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 18px;
}

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
	float: left;
	width: 443px;
	margin-left: 10px;
	padding-left: 15px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0D2041;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}

.post .meta a { color: #990000; }

.post .entry {
	padding: 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;

}
#wrapper #page #content .post .entry img {
	text-align: left;
	vertical-align: top;
	white-space: normal;
	top: 30px;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 23px;
	margin-left: 23px;
}


.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
	
}

/* Footer end */

#footerend-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-color: #E9F6FD;
	background-repeat: repeat-x;
	background-position: center top;
}

#footerend {
	width: 1024px;
	height: 90px;
	margin: 0 auto;
	padding-top: 0px;
	background-color: #E9F6FD;
	float: none;
}

#footerend p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #29ACE2;
	padding-top: 0px;
}

#footerend a {
	text-decoration: none;
	color: #29ACE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#footerend a:hover { text-decoration: underline; 

}

#footer-credits {
	float: left;
	width: 370px;
	margin-left: 35px;
	margin-top: 25px;
}

#footer-navegation {
	float: right;
	width: 465px;
	margin-left: 20px;
	margin-top: 25px;
}
a.fmenu:link, a.fmenu:active, a.fmenu:visited {
	font-family: Arial, Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
}
a.fmenu:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
