@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../imgs/fondoOsc.jpg);
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 50px;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
}

/*contenedores*/
#contprinc{
	height: 802px;
	width: 764px;
	margin-bottom: 10px;
	margin:0 auto;
}
#contsec{
	height: 157px;
	width: 764px;
}
#contterc{
	height: 190px;
	width: 764px;
}
#contfooter{
	height: 68px;
	width: 764px;
}


/*contenidos*/
#contbanner_left{
	height: 157px;
	width: 511px;
	float: left;
}
#contbanner_right{
	height: 157px;
	width: 271px;
	float:right;
	background-image: url(../../../e+co/imgs/ban02.jpg);
	background-position: center top;
}
#menu_princ{
	height: 40px;
	width: 764px;
	float:inherit;
	
}
#imgs_swf{
	height:248px;
	width: 764px;
}

/*Textos contenidos*/
#newsLinksPlace{
	height:180px;
	width: 501px;
	background-image: url(../../../e+co/imgs/newsPlace.jpg);
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	}
	
#userPlace{
	height:180px;
	width: 261px;
	background-image: url(../../../e+co/imgs/userPlace.jpg);
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	}

