body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #404040 url(imagenes/bkg.jpg) repeat;
	text-align: justify;
	color: #000000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}

h3 {
}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol {
}

blockquote {
}

a {
	color: #DEDEDE;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}


hr {
	display: none;
}



/*MAIN*/

#main {
	width: 1024px;
	height: 772px;
	background: #FFF url(imagenes/main.png) no-repeat left top;
	border: 5px solid #FFFFFF;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 0 0 0;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

/** LOGO */

#logo {
	width: 960px;
	margin-top:100px;
	margin-left:30px;
	}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: capitalize;
	font-weight: lighter;
	color: #000000;
}

#logo p {
	text-transform: uppercase;
	font-size: 10px;
}

#logo h1 {
	padding-top: 54px;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	color: #000;
}


/* Header */


#header {
	width: 960px;
	height: 50px;
	margin-top:0px;
	margin-left:30px;
	background: url(imagenes/img01.png) no-repeat left top;
	padding-left:90px;

	
	
}

/* Menu */

#menu {
	
	width: 900px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	margin-right: 3px;
	padding: 16px 30px 0px 30px;
	background: url(imagenes/img04.jpg) no-repeat left top;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .first {
	background: none;
}

/* Page */

#page {
	width: 960px;
	margin-left:30px;
	padding: 0px;
	background: url(imagenes/img02.png) repeat-y left top;
}

#page-bgtop {
	padding-top: 10px;
}

/* Content */

#content {
	
	width: 900px;
	padding-left:30px;
	padding-right:30px;
	
}

/* Post */

.post {
	margin-bottom: 5px;
	border-bottom: 1px ;


}



.post .title {
	height: 10px;
	color: #FFF;
	font-size:20px;
	text-align:center;
	text-decoration:underline;
	padding-bottom:10px;
	}

.post .title a {
	text-decoration: none;
	color: #D6D6D6;
}

.post .title2 {
	height: 10px;
	color: #FFF;
	font-size:20px;
	text-decoration:underline;
	padding-bottom:10px;
	font-weight:bolder;
}

.post .date {
}

.post .meta {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	font-style: italic;
	text-decoration:blink;
	text-shadow:#999;
	color: #FFF;
	margin-bottom:0px;
	}

.post .meta2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	font-style: italic;
	text-decoration:blink;
	text-shadow:#999;
	color: #FFF;
	margin-bottom:0px;
	}

.post .meta a {
	color: #949494;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a {
}

.post .entry {
	padding-top:0;
	font-size:14px;
	text-align:center;
	border-bottom: 1px;
	border-bottom-style:dotted;
	color:#000;
	font-weight:bolder;
	
}

.post .entry2 {
	padding-top:0;	
	font-size:13px;
	color: #000;
	border-bottom: 1px ;
	border-bottom-style:dotted;
    font-weight:bolder;

}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}
