@CHARSET "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}



/** Profiles **/
.content {
	/*border-bottom: 1px dotted #999;*/
	height: 1000px;
	padding: 11px 0;
	width: 900px;
	position: relative;

}

.publicity {
	position: absolute;
	right: 0px;
	width: 150px;
}


.blog {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 660px;
	height: 600px;

	font-size: 120%;
	margin-bottom: 5px;
	margin-right: 5px;
	line-height: 130%;
	
	background-image: url("/ec/images/Campeche.png");
	background-repeat: no-repeat;
	background-position: top right;
	
	overflow: visible;
}

.blog p {
	padding: 10px;
}

.blog img {
	float: left;
	padding: 5px;
}

.blog h2 {
	font-size: 130%;
	line-height: 150%;
}


.blog a {
	color: #f90;
	text-decoration: none;
}

.blog a:hover {
	background-color: #f90;
	border: 1px solid #777;
	color: white;
}

.blog li {
	font-size: 80%;
	list-style-position: outside;
	list-style: square;
	margin-left: 20px;
}

.blog table {
	border: 0px;
}

.blog td {
	vertical-align: top;
	
}

.image_block {
	width: 660px;
	display: block;
}

.image_block img {
	
}


.profile-container {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 205px;
}

.profile-container h1 {
	font-size: 125%;
	background-color: #777;
	width: 170px;
	font-weight: bold;
	padding: 6px 15px 6px 15px;
	color: #fff;
}

.profile {
	
}

.profile img {
	float: left;
}

/** Header **/

#header #topbar {
	width: auto;
	padding: 3px 10px 0 10px;
	float: right;
	height: 30px;
	line-height: 22px;
	background-color: #eee;
	max-width: 750px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottom-left: 3px;
	-webkit-border-radius-bottom-right: 3px;
}

#subheader {
	border-bottom: 1px solid #666;
	height: 34px;
	width: 100%;
	clear: both;
}

#subheader h2 {
	float: left;
	font-size: 170%;
	line-height: 34px;
	margin-bottom: 0px;
}

#subheader h2 a {
	color: #000;
}	
	
#tabs {
	float: right;
	position: relative;
	font-weight: bold;
}

#tabs a {
	background: #eee;
	border: 1px solid #eee;
	color: #777;
	display: block;
	float: left;
	font-size: 90%;
	height: 24px;
	line-height: 22px;
	margin: 8px 8px 0 0;
	padding: 0 11px 0 11px;
	text-decoration: none;
}

#tabs a:hover {
	background: #fff;
	border: 1px solid #777;
	border-bottom-color: #fff;
	line-height: 20px;
	margin-top: 9px;
}

#tabs a.youarehere {
	background: #fff;
	border: 1px solid #777;
	border-bottom-color: #fff;
	color: black;
	font-size: 120%;
	height: 30px;
	line-height: 28px;
	margin-top: 3px;
	padding: 0 11px 0 11px;
}

/** Navigation **/
.nav {
	font-size: 125%;
}

.nav ul {
	margin: 0;
}

.nav li {
	background: #777;
	display: block;
	float: left;
	margin-right: 7px;
}

.nav li.youarehere {
	background: #f90;
}

.nav li.youarehere a {
	color: white;
}

.nav li:hover {
	background-color: #f90;
}

.nav a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
}

.nav li {
	background: #777;
	display: block;
	float: left;
	margin-right: 7px;
}