/*Archivo CSS principal*/

body{
	font-family: Helvetica,Georgia,Arial;
	font-size: 12px;
	background: #00476B url("../img/fondo.jpg") top repeat-x;
}

#global{
	width: 760px;
	height: 680px;
	background: #c9c9c9;
	margin: auto;
	padding: 0px;
}
#header{
	width: 760px;
	height: 60px;
	background-color: #000000;
}
#logopanel{
	width: 0px;
	/*width: 240px;*/
	height: 260px;
	float: left;
}
#izquierda{
	width: 413px;
	/*width: 260px;*/
	height: 260px;
	float: left;
}
#derecha{
	width: 347px;
	padding-top: 0px;
	padding-left: 0px;
	height: 260px;
	float: left;
	line-height: 20px;
	background: #00476B url("../img/fondowood.jpg") repeat-x;
	/*background: #00476B url("../img/webbuild.png");*/
}
#derecha h2{
	text-align:center;
}
#under{
	width: 760px;
	padding: 0px;
}
#footer{
	width: 760px;
	text-align:center;
}
