body{
	background: url(../img/background.jpg) center; 
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #666666;
	font-size: 16px;
}

img{
	border: 0px;
}

p{
	line-height: 23px;
}

span{
	font-size: 12px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

a{
	color: #666666;
	text-decoration: none;
}
	a:hover{
		color: #cc0000;
		text-decoration: none;
	}
		.resaltarClick{
			color: #800000;
			text-decoration: none;
	}

ul{
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	padding: 5px;
}

li{
	list-style-type: none;
	margin: 5px;
}	

h1{
	font-size: 26px;
	font-weight:normal;
}
h2{
	font-size: 19px;
	font-weight:normal;
}

h3{
	font-size: 14px;
	font-weight:normal;
}
/*****************************/
#cabecera{
	width: 566px;
	height: 108px;
	margin-left: 15px;
	/*margin-right: auto;*/
	background: url(../img/logo.gif) no-repeat;
	float: left;
}
	.cabecera{
		width: 98%; 
		height: 108px;
	}

#cuerpo{
	width: 1000px;
	height: 457px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px; /* MARGEN SUPERIOR */
	margin-bottom: 10px;
}

#cuerpo_izq{
	width: 666px;
	height: 454px;
	/*margin-right: 2px;*/
	float: left;
	background-color: #FFFFFF;
}

#cuerpo_der{
	width: 321px;
	height: 454px;
	/*margin-left: 2px;*/
	float: right;
	background: url(../img/menu.jpg) no-repeat bottom right #FFFFFF;
}

#menu{
	margin: auto;
	position: relative;
	top: 1%;
	width: 96%;
	height: 5%;
}

#pie{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	color: #FFFFFF;
}

.loading{
	background: url(../img/loader.gif) no-repeat center; 
	width: 100%; 
	height: 100%;
	position: relative;
}

.marco{
	float:left;
	height:100%;
	width:150px;
}

.foto{
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #c0c0c0;
	background:url(../img/marco.jpg) no-repeat center;
	width: 102px;
	height: 102px;
	text-align: center;
}
