body{	background-attachment: fixed;	background-color:#EEE;	background-image: url("fondo2.png");	background-repeat: repeat-x;		margin:0px;}#cuerpo{	background-color:white;	border-radius:10px;	margin:auto;	min-height:1000px;	width:950px;	}#cuerpoLogin{	border:0px solid #333;	border-top-width:7px;	margin:auto;		margin-top:50px;	min-height:500px;		width:950px;	}	#portada{		border-radius: 10px 10px 0 0;		min-height:200px;		width:950px;	}			#zonaModificableAjax{		//outline:1px dashed red;		float:left;		min-height:1000px;		width:950px;		}		#zonaModificableAjaxLogin{		//outline:1px dashed red;		background-image:url('bg.jpg');		background-repeat:repeat;				float:left;		min-height:500px;		width:950px;		}		/*Estilos de los titulos de las SECCIONES*/		.tituloSeccion{			background:#333;													border-radius:5px;							color:white;			font-size:18px;			font-variant:small-caps;			font-weight:bold;			margin-left:5px;			margin-top:5px;			margin-right:5px;			padding:5px;			text-align:left;		}				/*Estilo de los item de la pagina principal del admin*/		.itemMenu:hover{			color:blue;		}				.pendientePublicar{			border-bottom: 1px dashed #555;			font-weight:bold;			text-align:left;			padding:5px;				}				.pendientePublicar:hover{			color:blue;			cursor:pointer;				}		#pie{		background-color: #DDD;				border-radius: 0px 0px 0px 0px;			border-top:7px solid #333;		color:#333;		font-weight:bold;		padding:25px;		}		#sombraPie{		//outline:1px dashed red;			}/*Propiedades de los botones*/	.boton{			background:#555;	border-radius:5px;	color:white;				margin-top:5px;	padding: 4px 10px;}	.boton:hover{	background:red;	color:white;	cursor: pointer;}.botonNuevo{			background:#060;	border-radius:5px;	color:white;				margin-top:5px;	padding: 4px 10px;	}	.botonNuevo:hover{	background:#090;	color:white;	cursor: pointer;}.botonModificar{			background:#F60;	border-radius:5px;	color:white;				margin-top:5px;	padding: 4px 10px;	}	.botonModificar:hover{	background:#F90;	color:white;	cursor: pointer;}.botonEliminar{			background:#F00;	border-radius:5px;	color:white;				margin-top:5px;	padding: 4px 10px;	}	.botonEliminar:hover{	background:#FF6A6A;	color:white;	cursor: pointer;}.botonVistaPrevia{			background:#003399;	border-radius:5px;	color:white;				margin-top:5px;	padding: 4px 10px;	}	.botonVistaPrevia:hover{	background:#0066FF;	color:white;	cursor: pointer;}