/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



/* Default Styles 
--------------------------------------------------------------------*/
body {
	background: url('../img/fondo/fondo3.jpg');
	font-family: 'Droid Sans', sans-serif;
}

/*Menu 1*/
.clearfix {
	clear: both;
}

.wrap {
	width: 100%;
	/*margin: 4em auto;*/
}

nav {
	align:left;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background-image: linear-gradient(#2ECCFA, #ccc);
	border-radius: 6px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	padding: 0 10px;
	position: relative;
}

.menu li {
	float: left;
	position: relative;
	
}

.menu li a {
	color: #444;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 12px;
	margin: 8px 8px;
	vertical-align: middle;
	text-decoration: none;
}

.menu li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	z-index: 1;
	left: -10000px;

}

.menu ul li {
	float: left;

}

.menu ul a {
	white-space: nowrap;
}

/*Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background: rgba(255,255,255,1);
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
	left: 5px;
	opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
}

/*Menu 2*/
.menu_bar {
	display:none;
}
 
.menu_bar {
	display:block;
	width:100%;
	position: relative;
	top:0;
	background:#E6344A;
}
 
.menu_bar .bt-menu {
	display: block;

	color: #fff;
	overflow: hidden;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}
 
.menu_bar i {
	float: right;
	font-size: 40px;
}
 

/*container*/

.container{
	background-image: linear-gradient(#E0F8F1, #ededed);
	width: 700px;
	border: 1px solid black;	
	border-radius: 5px;
}

.containermeta{
	background-image: linear-gradient(#E0F8F1, #ededed);
	width: 500px;
	border: 1px solid black;	
	border-radius: 5px;
}

.containerresp{
	background-image: linear-gradient(#E0F8F1, #ededed);
	width: 600px;
	border: 1px solid black;	
	border-radius: 5px;
}

.containerproducto{
	background-image: linear-gradient(#E0F8F1, #ededed);
	width: 980px;
	border: 1px solid black;	
	border-radius: 5px;
}

.contenedor{
	width: 700px;
	height: 170px;
	background-color: #CEECF5;
	
}

.linea{
	border-bottom: 1px solid blue;
	border-top: 1px solid blue;
	width: 600px;
	box-shadow: 5px 10px;
}

#paginacion{
	width: 400px;
	background-color: #fff;
	border: 1px solid black;
	border-radius: 10px;
}

#boton{
	width: 100px;
	height: 35px;
	float: right;
	font-size: 1.1em;
	text-align: center;
	border-radius: 10px;
	background-image: linear-gradient(#ededed, #fff);
	padding-top: 4px;
	border: 1px solid #0B2161;
}

#boton2{
	width: 200px;
	height: 35px;
	float: left;
	font-size: 1.1em;
	text-align: center;
	border-radius: 10px;
	background-image: linear-gradient(#ededed, #fff);
	padding-top: 4px;
	border: 1px solid #0B2161;
}

#boton3{
	width: 200px;
	height: 35px;
	float: right;
	font-size: 1.1em;
	text-align: center;
	border-radius: 10px;
	background-image: linear-gradient(#ededed, #fff);
	padding-top: 4px;
	border: 1px solid #0B2161;
}
#margen{
	width: 1190px;
}

#margen2{
	width: 1080px;
}

#resetear{
	width: 400px;
	height: auto;
	border: 1px solid #000;
}

#entrada{
	width: 150px;
	border: 1px solid #000;

}

#recuadro{
  width: 500px;
  height: 140px;
  border: 4px solid #000;
}

#recuadro2{
  width: 600px;
  height: 140px;
  border: 4px solid #000;
}