.contenedor {
		width:1200px;
		margin:0px auto;
		font-size:1em;
	}
	section,aside {
		padding: 10px;
		background:#ffffff;
		-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	}
	logo {
		float: left;
		width: 70%;
	}
	telefono {
		float: right;
		width: 25%;
	}
	section {
		float: left;
		width: 70%;
	}
	aside {
		float: right;
		width: 25%;
	}
	nav {
		overflow: hidden;
		float: left;
		width: 13%;
	}
	nav ul {
		list-style-type:none;
		float:left;
		padding:0px;
	}
	nav ul li {
		float:left;
		padding:3px 10px;
		margin:2px;
		background:#ccccff;
		-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	}
	tienda {
		overflow: hidden;
		float: left;
		width: 70%;
	}
	tienda ul {
		list-style-type:none;
		float:left;
		padding:0px;
	}
	tienda ul li a {
		float:right;
		padding:3px 10px;
		margin:2px;
		background:#F33;
		color:#FFF;
		font-size:16px;
		-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	}
	footer {
		margin:10px;
		text-align:center;
		clear:both;
	}

.formu{
margin:0 auto;
width:650px;
/*filter:alpha(opacity=25);
-moz-opacity:.25;
opacity:.25;
*/
padding:14px;
font-family: Verdana, Arial;
font-size:12px;
}
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
/*
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
*/
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
/*
width:200px;
*/
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
cursor:hand;
clear:both;
width:125px;
height:31px;
background:#666666 url(../imagenes/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized A:link {
	font-size: 11px;
	color: #666666;
	margin-top:3px;
	text-decoration:none
}
#stylized A:active {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	margin-top:3px;
	text-decoration:none
}
#stylized A:visited {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	margin-top:3px;
	text-decoration:none
}
#stylized A:hover {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	margin-top:3px;
	text-decoration:underline
}
 
	/* para 980px o menos */
	@media screen and (max-width:980px) {
		.contenedor {
			width:98%;
		}
		section {
			width:68%;
		}
	}
 
	/* para 700px o menos */
	@media screen and (max-width:700px) {
		aside,section {
			float:none;
			width:96%;
		}
		nav, section, tienda {
			font-size:1.2em;
		}
		aside {
			margin-top:5px;
		}
		nav ul {
			float:none;
			clear:both;
		}
		tienda ul {
			float:none;
			clear:both;
		}
	}
 
	/* para 480px o menos */
	@media screen and (max-width:480px) {
		aside {
			display:none;
		}
		nav, section, tienda {
			font-size:1.5em;
		}
		section {
			width:94%;
		}
		nav ul {
			float:left;
			clear:none;
			width:50%;
		}
		nav ul li {
			float:none;
		}
		tienda ul {
			float:left;
			clear:none;
			width:50%;
		}
		tienda ul li {
			float:none;
		}
	}
	