/* CSS Document */

body
{
	background-color:#FFFFFF;
	background-image:url(../img/gradient.jpg);
	background-repeat:repeat-x;
	font-family: verdana;
	font-size: 8pt;
}

p, h2, h3
{
	color: #FFFFFF;
}

#wrapper
{
	background-image:url(../img/main_bg.gif);
	background-repeat:no-repeat;
	height: 640px;
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	border: 2px solid #999;
}

#banner
{
	height: 140px;
	width: 1000px;
	background-image:url(../img/banner_bg.gif);
}

#breadcrumb
{
	float: left;
	height: 30px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

#HomeBreadcrumb:hover
{
	cursor: pointer;
	background-image:url(../img/HomeRollover.png);
}

#content
{
	clear: both;
}

#leftMenu
{
	width: 215px;
	padding-left: 15px;
	padding-top: 20px;
	float: left;
}

#menuList
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li
{
	margin-bottom: 30px;
}

#queEs:hover{cursor: pointer; background-image:url(../img/queEsTxtRollover.png); background-repeat: no-repeat;}
#talentoHumano:hover{cursor: pointer; background-image:url(../img/talentoHumanoTxtRollover.png); background-repeat: no-repeat;}
#soluciones:hover{cursor: pointer; background-image:url(../img/solServiciosTxtRollover.png); background-repeat: no-repeat;}
#expTrabajo:hover{cursor: pointer; background-image:url(../img/expTrabajoTxtRollover.png); background-repeat: no-repeat;}

#mainContent
{
	background-image:url(../img/content_bg.png);
	background-repeat:no-repeat;
	width: 555px;
	height: 365px;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}

#mainContentIndex
{
	width: 555px;
	height: 365px;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}

#temaDelMesBox
{
	background-image:url(../img/temaDelMesBox.png);
	background-repeat:no-repeat;
	width: 190px;
	height: 430px;
	padding-top: 20px;
	float: left;
}

#innerTemaMes
{
	color: #FFFFFF;
	margin-top: 90px;
	margin-right: 25px;
	margin-left: 15px;
	height: 250px;
}

#innerTemaMes ul
{
	padding: 0px;
	margin: 0px;
}

#innerMainContent
{
 	width: 93%;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 300px;
	
	scrollbar-arrow-color: #CCC;
	scrollbar-base-color: #333;
	/*scrollbar-face-color: ;
	scrollbar-highlight-color: ;
	scrollbar-shadow-color: ;
	scrollbar-3dlight-color: ;
	scrollbar-track-color: ;
	scrollbar-darkshadow-color: ;*/
}

#bottomButtons
{
	float: right;
	height: 40px;
	margin-top: 55px;
	margin-right: 20px;
}

#bottomButtons ul>li
{
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}

#copyright
{
		width: 1000px;
		margin-left: auto;
		margin-right:auto;
		text-align: center;
		font-size: 8pt;
		text-decoration: none;
		color: #999999;
}

.leftFloatElement
{
	float:left;
}

.arteList
{
	list-style-type: none;
}

.arteList > li
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

