html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
} 
body {
	clear: both;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 11px;
	color: #32456c;
	text-align: center;
}
a, a:visited, a:active {
	letter-spacing: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #32456c;
	display: inline;
}
a:hover{
	text-decoration: underline;
}

.clear { 
	clear: both;
}
acronym, abbr { 
	cursor: help 
}
.curp {
	cursor: pointer;
}

img {
	border: 0px;
	display: inline;
}
.container {

	margin: 0px auto 0px auto;
	width: 100%;
	padding: 0px;
	position: relative;
	text-align: center;
}

.header {
	padding: 30px 0px 0px 0px;
	font-size: 20px;
	color: #16272b;
	
}

.header h1 {
	font-size: 30px;
}

.header2 {
	font-size: 15px;
	color: black;

}

.main {
	width: 700px;
	color: #A0A0A0;
	position: absolute;
	padding: 0px 0px 0px 0;
	font-size: 11px;
	margin: -25px 0 0 150px;
}

.embed_left {
	position: absolute;
	top: 50px;
	left: 50px;
}

.comments
{
	margin: 0 auto;
	width: 600px;

	text-align: center;

}

#comment_form {

	padding: 10px 0 20px 0;
}
#comment_form h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #00aae4;
}
#comment_form .input input {
	width: 353px;
	border: 1px solid #aaaaaa;
}
#comment_form label {
	
}
#comment_form .input {
	padding: 5px 0 15px 0;
}
#comment_form .button {
	padding: 0 0 0 0;
	
}
#comment_form .button input {
	color: #00aae4;
	text-transform: uppercase;
	width: auto;
	line-height: 130% !important;
	background: #FFFFFF;
	border: 1px solid #bebebe;
}
#comment_form .button input.ov {
	color: #FFFFFF;
	background: #00aae4;
	cursor: pointer;
	border: 1px solid #bebebe;
}
#comment_form .input textarea {
	width: 538px;
	border: 1px solid #aaaaaa;
	overflow: auto;
	height: 70px;
}


#comments_list {
	padding: 10px 0 30px 0;
}
#comments_list .comment_paging {
	text-align: left;
}
#comments_list .comment_paging a {
	text-decoration: none !important;
}
#comments_list .comment_paging span,
#comments_list .comment_paging a:hover {
	color: #d34646 !important;
}

#comments_list .comment_paging *,
#comments_list .comment_paging a,
#comments_list .comment_paging {
	font-size: 11px !important;
}
#comments_list .comment_item {
	padding: 7px 10px 7px 40px;
	margin: 1px 0;
	background: #ebebeb;
	text-align: left;
}
#comments_list .comment_item .author_line {
	margin-bottom: 5px;
}

#comments_list h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #00aae4;
}


.article
{
	float: left;
	display: block;
	padding: 10px 10px 10px 30px;
	text-align: left;
}

.article a {
	text-decoration: underline;
}

.article a:hover {
	text-decoration: none;
}

.article h1 {
	padding: 10px 0 0px 0;
	font-size: 15px;
}

.article_date {
	font-size: 10px;
	color: #A9A9A8;
}

.article_content {
	vertical-align: top;
	padding: 10px 0 0 10px;

}

.article_content img {
	float: left;
	padding: 0 10px 5px 0;
}

.banners {
	margin: 0 auto;
	width: 600px;

	text-align: center;


}

.banners a {
	text-decoration: underline;
}

#comment_error {
	color: red;
}