@charset "UTF-8";
/* CSS Document */

body 
{
	margin:0px;
	background-color:#FEFEFE; 
	/*background-image:url(../imgs/bkg.jpg);*/
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#4D4D4D; 
	font-size: 1em;
}

.mainLayout
{
	margin:0px;
	width:980px;
}

.mainLayoutTopMargin
{
	margin:0px;
	margin-top:5px;
	width:980px;
}

.contenedor
{
	padding-top:12px;
	padding-left:12px;
	width:680px;
	height:430px;
	background-image:url(../imgs/bkgCont.jpg);
	background-repeat:no-repeat;
}

.pleca1 
{ 
	background-image:url(../imgs/pleca1.jpg); 
	background-repeat:repeat-x;
	height:22px;
	width:660px;
}