/**
 * Style sheet proyectos
 */
html
{
	height:100%;
}

body
{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.5px;
	color:#000000;
	background: #CC0000;
	min-width: 800px;
}

img
{
}

a:focus
{
	outline:none;
}

form
{
	margin:0;
	padding:0;
}

.page
{
	width:100%;
	float:left;
	min-height: 100%;
}

* html .page
{
	height:100%;
}

#main
{
	width:800px;
	margin:25px auto 0px auto;
}

#header
{
	height:65px;
	float:left;
}

#container
{
	height:485px;
	float:left;
	background-color:#FFFFFF;
	_margin-top: -8px;
}

#footer
{
	height:25px;
	float:left;
}

#logo
{
	width:300px;
	float:left;
	_margin-top:-2px;
}

#menu,
#header .mod_navigation
{
	width:500px;
	height:65px;
	overflow:hidden;
	float:left;
	_height: 44px;
	_margin-top:-8px;
}

#menu ul
{
	margin-top:34px;
	margin-left:20px;
	list-style-type:none;
	list-style-image:url("none");
	*padding-left: 40px;
	*margin-left: 0px;
}

#menu li
{
	float:left;
	padding-right:20px;
	*padding-right: 0px;
	*padding-left: 20px;
}

#menu li a
{
	color:#FFFFFF;
}

#left
{
	width:325px;
	float:left;
}

#content
{
	width:475px;
	height:485px;
	float:left;
}

#projectmenu ul
{
	margin-top:35px;
	margin-left:0px;
	padding-left:35px;
	line-height:5px;
	list-style-type:none;
}

#projectmenu li
{
	margin-bottom:20px;
}

#projectmenu a
{
	text-decoration:none;
	color:#CC0000;
}

#projectmenu a:hover,
#projectmenu .active
{
	text-decoration:line-through;
	color:#999999;
}

/* scroll area */
.scroll
{
	width:475px;
	height:485px;
	overflow:auto;
	float:left;
	margin:0px;
	padding:0px;
}

/* list */
.scroll ul,
#destacados
{
	width:450px;
	float:left;
	margin:50px 0px 0px 0px;
	padding:0;
	_margin-left: 0px;
}

.scroll li,
#destacados .ce_text
{
	width:450px;
	float:left;
	list-style: none;
}

/* text side */
.scroll li .project,
#destacados .ce_text
{
	width:450px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-bottom:8px;
	*height: 103px;
}

.scroll li .project h2,
#destacados .ce_text h2
{
	width:120px;
	float:left;
	margin:0px 0px 0px 25px;
	padding:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12.5px;
	color:#000;
}

.scroll li .project h2 a,
#destacados .ce_text h2 a
{
	color:#000;
	text-decoration: none;
}

.scroll li .project h2 a:hover,
#destacados .ce_text h2 a:hover
{
	text-decoration:none;
	text-decoration:underline;
}

.scroll li .project p,
#destacados .ce_text p
{
	width:215px;
	float:left;
	margin:0px 0px 0px 25px;
	padding:0px;
	text-align:left;
	color:#666;
	font: normal 12.5px Arial, Helvetica, sans-serif;
}

/* photo */
.scroll li .photo
{
	width:185px;
	float:left;
}

/* one pixel */
.pixel
{
	width:1px;
	height:1px;
	bottom:15px;
	left:2px;
	position:absolute;
	background: url(../images/pixel.gif) no-repeat;
}

* html .pixel
{
	bottom:0;
}

#openmenu
{
	background-image:url("tl_files/images/pixel_blanc.gif");
	background-repeat:repeat-x;
	/* background-color:#FFFFFF; */
	height:1px;
	width:60px;
	float:left;
	margin:0px;
	margin-left: 58px;
	margin-top:20px;
	padding:0px;
	_height: 0px;
	_display: inline;
	max-height: 1px;
}

