﻿@charset "utf-8";
/* CSS Document */

#sidebar {
	position:absolute;
	z-index: 50;
	top: 0px;
	left: 0px;
	color: #333;
    width: 100%;
	max-width: 390px;
	height: auto;
	min-height:100%;
	overflow:hidden;
	background-color:#ececec;
}

#sidebar .direccion{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
	width: 100%;
	font-size:12px;
	margin-bottom: 40px;
	clear:both;
	font-style:italic;
}

#sidebar .contenido{
	width: 92%;
	max-width: 330px;
	margin: 0 auto;
}

.tituloMenu{
	color:#3a3a3a;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	size: 16px;
}

#menuSidebar {
	font-family:Oswald, Helvetica, Arial, sans-serif;
	width: 92%;
	max-width: 330px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

#menuSidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 1em;
}
		
#menuSidebar .menuBotonSuperior {
	padding: 5px 5px 5px 2px;
	margin: 0;
}


#menuSidebar li a {
	display: block;
	width: 100%;
	margin: .2em 0 0 0;
}

#menuSidebar li a:active {
	background-color:transparent;
}

#cuadroSup{
    padding-top:32px;
	clear:both;
	margin-bottom: 1em;
	color:#3a3a3a;
	width: 100%;
	text-align:center;
	background-color:#1e1e1e;
}

/* -------------- */

.botonesGrandes{
	width: 95%;
	margin: 4px auto;
	text-align: center;
	clear: both;
}

.botonGrande{
	display:inline-block;
	margin-right: -2px;
	width:33%;
	min-width: 10px;
	max-width: 122px;
}

.botonGrande img{
	width:100%;
	height:auto;
}

/* -------------- */

#cuadroSup .iconos{
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:220px;
	height:70px;
}

#cuadroSup .iconos img{
	float: left;
	margin: 0 2px;
}

#productoraLink{
	background: url(http://www.esdip.com/images/fondo-top.png) repeat-x 0 0;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight:700;
	display:block;
	height:43px;
	line-height:43px;
	z-index:100;
	text-align:center;
}

#productoraLink a{
	color:#c0c0c0;
	text-decoration:none;
}

#productoraLink a:hover{
	color:#FFF;
}

.enlaceIluminado{
	color: #4fbce9;
	text-decoration:none;
}