@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.gif);
}

#container{
margin:auto;
width:784px;
background-image:url(images/bkg_cont.gif);
background-repeat:repeat-y;
height:100%;
}

#header{
width:771px;
height:322px;
padding-left:8px;
}

#menu{
width:771px;
height:36px;
padding-left:8px;
}

#content{
width:771px;
padding:8px;
min-height:400px;
}

#content.ajax-loading {
	padding: 20px 0;
	background: url(images/spinner.gif) no-repeat center;
}

#leftmenu{
float:left;
top:0px;
left:0px;
width:220px;
background-color:#FFFFFF;
}

.contenido{
width:550px;
background-color:#FFFFFF;
float:left;
border:1px #000000;
}

.contenidoFull{
width:760px;
background-color:#FFFFFF;
margin-left:5px;
margin-right:5px;
border:1px #000000;
}

#footer{
margin:auto;
left:0;
width:771px;
height:62px;
padding-left:0px;
}


/*--------ESPECIFICOS GLOBALES DEL SITIO----------------*/
.divFlechaBack a:link, a:visited, a:active
{	
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#b3b3b3;
	text-decoration:none;
}

.divFlechaBack a:hover
{	
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#b3b3b3;
	text-decoration:none;
}


/******************************LINKS FACEBOOK & EXPERTEX ************************/
a.linkfacebook, a.linkfacebook:link, a.linkfacebook:visited, a.linkfacebook:active
{
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#b3b3b3;
	text-decoration:none;
	background: url(../images/facebookicon.png) no-repeat center right;
	padding-top:4px;
	padding-right:22px;
	height: 21px;

	position: relative;
	float:left;
	display: block;
	left:27px;
	bottom: -2px;
	display:none;
}

a.linkfacebook:hover
{
	color:orange;
	display:none;
}

a.linkexpertec, a.linkexpertec:link, a.linkexpertec:visited, a.linkexpertec:active
{
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#b3b3b3;
	text-decoration:none;
	
	position: relative;
	float:right;
	display: block;
	right: 18px;
	bottom: -3px;
}

a.linkexpertec:hover
{
	color:orange;
}
