@charset "utf-8";
/* -------------------------------------------------------------
	yoloquiero.net
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description: Diseño basado en CSS 2
	Designer   : Eva Jiménez Choque
	E - mail   : eva.jmnz@gmail.com
	Filename   : style.css
	Version    : 1.0
	Date       : Nov 11, 2008 
------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #000000;	 
}

/*------------------- Estructura del Template ------------------*/
#container{
	width:780px;
	height:600px;/***/
	margin:60px auto;
}
	#header{
		width:780px;
		height:102px;
		float:left;
		clear:both;
	}
	#menu{
		width:104px;
		height:438px;
		float:left;
		margin:10px 10px 10px 0;
	}
	#contenido{
		width:636px;
		float:left;
		background-color:#FEFFDB;
		margin:10px 0;
		padding:10px;
		min-height:410px !important;
		height:auto !important;
		height:410px;
	}
		.producto{
			width:600px;
			background-color:#FFFFFF;
			border:1px solid #C69680;
			padding:5px;
			margin:0 auto;
			float:left;
			clear:both;
		}
		.producto img{
			float:left;
			margin-right:5px;
		}
	#pie{
		width:780px;
		float:left;
		clear:both;
		background:url(../images/pie_foto.jpg) top left no-repeat;
		text-align:right;
		padding:15px 0 0 0;
	}
/*------------------- Estilos Generales  ------------------*/
h1{
	text-align:center;
}
	h1 p, h2 p{
		display:none;
	}
p{
	margin:0 0 20px 0;
	text-align:justify;
}
a{
	color:#DBAB97;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.center{
	text-align:center;
}
img.der{
	float:right;
	margin:5px 0 5px 5px; 
}
img.izq{
	float:right;
	margin:5px 5px 5px 0; 
}

input{
	background-color:#FFFFFF;
	border:1px solid #C69680;
}

.message_error {
	color:#FF0000;
	font-weight:bolder;
}