*{
	font-family: 'Myriad Pro',Helvetica,Arial,sans-serif;
}
body{
	background:url("../../images/content-bg.gif") repeat-x scroll 0 0 #E9ECEE;
}
.header{
	background: url("../../images/header.jpg") repeat-x scroll left top #F6F7F7;
}
.cuerpo{
	background: url("../../images/bg-body.png") repeat-x scroll center top #01467F;
}
.contenido, .mensaje{
	background:url("../../images/content-bg.gif") repeat-x scroll 0 0 #E9ECEE;
	margin: auto 20px 20px 20px;	
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;	
}
.header .logo{
		float:left;
		
	}
	.header .menu{
		float: right;
		padding-top: 15px;
		
	}
	.header .menu span{
		width: 100px;
		margin: 15px 15px 5px 15px;
	}
	.header .menu{
		padding-left: 30px;
		padding-right: 20px;
	}
	.header a{
		font-size: 12px;
		color: #dadada;
		text-decoration: none;
		text-shadow: 2px 2px 3px #000;
	}
	.widget{
	
	}
	.widget h2{
		background:url("../../images/widget-h2.png") no-repeat scroll right top transparent;
		color:white;
font-size:18px;
height:40px;
line-height:30px;
text-align:center;
	}
	.widget ul,.widget div{

background:url("../../images/content-bg.gif") repeat-x scroll 0 0 #E9ECEE;
color:black;

list-style-type:none;
margin:0px 5px 10px 2px;
padding:15px 15px 15px 11px;
text-align:left;
padding-left: 20px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomright: 15px;
-ms-border-radius-bottomright: 15px;
border-radius-bottomleft: 15px;		
	}
	
	.widget a{
		color:#4C829F;
display:block;
font-size:16px;

height:20px;
padding:2px;
text-decoration:none;
border-bottom: 1px dashed #dadada;
	}
	.mensaje{

	}
	.mensaje a{
	text-decoration: none;
	color:#4C829F;
	}
	
	#carro, #usuario{
	display:none;
	background:url("../../images/content-bg.gif") repeat-x scroll 0 0 #E9ECEE;	
	position: fixed;
	left: 687px;
	margin-top: 15px;
	width: 395px;
	padding: 3px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;	
border:2px solid #CCCCCC;
z-index: 7;
font-size: 8pt;
	}
	
	#carro img{
		
		cursor:pointer;
		margin: 0 5px;
	}
	#usuario{
	left: 595px;
	width: 200px;
	}
		#carro div, #usuario div{
		border-bottom: 1px dashed  #dadada;
	}
	#carro h1, #usuario h1{
	font-weight: bold;
	color: #01467f;
	margin-bottom: 10px;
	font-size: 10pt;
	}
	#carro input {
		width: 35px;
	}
	#carro a, #usuario a{
		color:#000;
font-size: 8pt;
text-shadow: 0 0 0 #000;
	}
	.cerrar{
	font-size: 10pt; font-weight: bold; color: red; text-align: right;cursor:pointer;
	}
	.form-carro{
	float: left;
	margin-top: 15px;
	width: 395px;
	padding: 15px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;	
border:2px solid #CCCCCC;

	}
	.form-carro input {
		width: 100px;
	}
	.enviar{
		text-align: right;
		padding: 8px;
	}
	.enviar-pedido, .registrarse{ text-align: right;}
