@charset "UTF-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.maxrojas #container { 
	width: 980px;
	height:auto;
	background-image:url(../images/fondo.gif);
	background-repeat:repeat-x repeat-y;
	background-color:#242321;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.maxrojas #header {
	text-align:center;
	height:510px;
	padding: 0 0px 0 0px;
} 

.maxrojas #headergallery {
	text-align:center;
	height:710px;
	padding: 0 0px 0 0px;
} 

.maxrojas #headerint {
	text-align:center;
	height:90px;
	padding: 0 0px 0 0px;
} 

.maxrojas #header h1 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.maxrojas #content {
	width: 980px;
	background-image:url(../images/fondo.gif);
	background-repeat:repeat-x repeat-y;
	background-color:#242321;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

.firma {
	float:right;
	padding-right:25px;
	width:150px;
}

.cafe {
	color:#B8B6B2;
}
.cafeoscuro {
	color:#2E2D2A;
}
	
.right {
	text-align:right;
}

.maxrojas #flashcontent {
	background-color:#FFF;
}

.maxrojas #topbio {
	width:530px;
	height:430px;
	background-color:#FFF;
	margin-left:20px;
	margin-top:0px;
	float:left;
}

.maxrojas #bio {
	width:410px;
	background-color:#fff;
	float:right;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
}

.maxrojas #comments {
	width:510px;
	margin-top:0px;
	background-color:#595650;
	margin-left:20px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	
}	

.maxrojas #gallery {
	text-align:center;
}

.maxrojas #crg {
	float:right;
	width:410px;
	margin-top:20px;
	padding-right:10px;
}

.maxrojas #crg {
	float:right;
	width:410px;
	padding-right:10px;
}

.buyhere {
	text-align:right;
	padding-right:10px;
}

.form {
	float:right;
	padding-right:20px;
}

.cafe a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B8B6B2;
}

.cafe a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B8B6B2;
	text-decoration:none;
}

.cafe a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B8B6B2;
}

/*MENU*/

ul#menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:relative;
	display:block;
	width:700px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7F7972;
	font-size:0.5em;
	}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#7F7B73;
	text-decoration:none;
	padding:48px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	text-decoration:overline;
	}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
}

/*SIDEBAR*/

.maxrojas #sidebar1 {
	float:left; /* since this element is floated, a width must be given */
	width:430px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7F7972; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px;
	margin:20px 0px 20px 20px;
}
.maxrojas #mainContent {
	float:right;
	margin:20px 20px 20px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	width:430px;
} 

.maxrojas #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/fondo.gif);
	background-repeat:repeat-x repeat-y;
	background-color:#242321;
} 
.maxrojas #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding:8px;
	margin-right:0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
