body {
margin-top:0px;
bgproperties:fixed;
/* background-color:#d4d4e3; */
background:#f2f2f2 url("../imag/fondo.jpg") fixed;
/* background:#f2f2f2 url("../imag/fondo.jpg") no-repeat fixed center center; */
/* bgproperties:fixed; */
	}
	.container {
/* margin-top:60px;*/
position: relative; top: 50px; /* PPS */
		width:910px;
		margin:0px auto 0px; 
		padding: 10px 10px;
		font-size:1em;
/* background-color:#ffffff; */
 background-image: url("../imag/fond-cont.gif");
		-moz-border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;border-radius:8px;
	}
	section,aside {
		padding: 6px;
		background:#EFEFEF;
		-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	}
	section {
		float: left;
		width: 70%;
	}
	aside {
font-family:Helvetica;
		float: right;
		width: 24%;
	}

	footer {
		margin:10px;
		text-align:center;
		clear:both;
	}
altorotador {height:300px; width:100%}
	
	/* para 850px o menos */
	@media screen and (max-width:850px) {
		.container {
position: relative; top: 40px; /* PPS */
			width:98%;
		}
		section {
			width:68%;
		}
altorotador {height:260px; width:100%}
	}

	/* para 700px o menos */
	@media screen and (max-width:700px) {
		.container {
position: relative; top: 40px; /* PPS */
			
			   }
		aside,section {
			float:none;
			width:96%;
		}

		}
		aside {
			margin-top:5px;
		}
altorotador {height:190px; width:100%}

	}

	/* para 480px o menos */
	@media screen and (max-width:480px) {
		aside {
			display:none;
		}

		section {
			width:94%;
		}
altorotador {height:190px; width:100%}

	}
/* ---------------------------------------------- */
.redondo {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px solid #00457e;}

.redondo2 {
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #00457e;}

