
#conectado{

	color:#ffffff !important;
}

#logo
{
    padding: 10px;
}

#header-top {

	left: 0px;
	top: 0px;

	margin: 0 auto;
	margin-bottom: 0%;
	background: #324d9f; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #324D9F 0%, #24377c 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #324D9F), color-stop(100%, #24377c)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #324D9F 0%, #24377c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #324D9F 0%, #24377c 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #324D9F 0%, #24377c 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #324D9F 0%, #24377c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#324D9F', endColorstr='#24377c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
	
}

.dropdown-toggle:hover {

	background-color: transparent !important;
	text-decoration-line: underline !important;
}

.dropdown-toggle:active {

	background-color: transparent !important;
	text-decoration-line: underline !important;
}

.dropdown-toggle{

	background-color: transparent !important;
	text-decoration-line: underline !important;
}

.formRegistro{

	text-align: center;
	position: relative;
	float: right;
	color: #2c2a66;
}

#logo {

	z-index: 100;
max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
	/*border:1px solid #000;*/
/* ---------- Navigation ---------- */

#nav {
	float: right;
	font-family: 'Poiret One', cursive;
	font-weight: bold;
	font-size: 12px;
	z-index: 9999;
}
#nav .last {
	padding-right: 2px;
	background-repeat:no-repeat;
	background-position:right;
}
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
}
#nav .on {
	color:#fff !important;
	background-position: bottom left !important;
}
#nav a:link, #nav a:active, #nav a:visited{
	display:block;
	padding: 14px 35px;
	color:#a5a5a5;
	text-decoration:none;
	text-transform: uppercase;

	background-position: top left;
}
#nav a:hover {
	color:#fff;

	background-position: bottom left;
}
#nav li{
	float:left;
	position:relative;

}
#nav ul {
	position:absolute;
	width:13em;
	top:3.8em;
	display:none;
	z-index: 1;
}
#nav li ul a {
	width:9em;
	float:left;
	background-color: #2e2e2e;
	background-image: none !important;
}
#nav li ul a:hover {
	background-color: #292929;
}

#nav ul ul{
	top:auto;
}

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

.navbar-inner {
	border: 0px !important;
}

.navbar {

	border: 0px !important;
}

.btn-navbar {

border: 0px !important;

}

.info {

    color : #f8fff3;
	margin-left: 10px;
	margin-right: 1%;
	margin-outside: 2%;
}
#perfil{

    padding : 20px;
}

.form-control-half
{
	width: 50%;
}

.list-group.panel > .list-group-item {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.list-group-submenu {
	margin-left:20px;
}



.boton {

	position: relative;
	color: #982515;
	left : -630px;
}

.flash-notice-rojo{

	background-color: red;
	color : yellow;

}

.flash-notice-verde{

	background-color: green;
	color : yellow;

}

#detalleProducto{

	position: relative;
	top:-20px;
	padding: 4%;
margin-inside: 4%;
//	background-color: #fffae7;


}


.itemDescripcion {

	background-color: #ececec;
/ / padding : 3 px;
/ / padding-left : 5 px;
	text-align: center;
}

.itemDescripcion:hover {

	background-color: #bebbe7;
}





.botonSubmit{

	//font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	//padding: 10px 20px 11px !important;
	font-size: 14px !important;
	background-color: #980e0e;
	//font-weight: bold;
	text-shadow: 1px 1px #980e0e;
	color: #ffffff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #980e0e;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}



@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
	}
	to {
		opacity: 1;
	}
}

* {
	margin: 0;
}
html, body {
	height: 100%;
	//font-family:  'Source Sans Pro', sans-serif;
}

body {

	font-family: 'Oxygen', sans-serif !important;
    margin:0;
    padding:0;
    height:100%;
}





#content {
    padding-bottom:10px; /* Height of the footer element */
}
#footer {
    background: #24377c;
    text-align:center;
    width:100%;
    height:40px;
    position: relative;
    bottom:0;
    left:0;
}


#wrapper {
    min-height:100%;
    position:relative;
}

.not-active {
	pointer-events: none;
	cursor: default;
}

.header-PreguntEdison{

	background-color: #24377c;
	margin-bottom: 0%;
	padding-bottom: 0%;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	font-size: 15px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
}

.header-PreguntEdison a
					   {
	color: #859cff;
}

.header-PreguntEdison h1
{

	color: #fbf8ff;
}

/* el fondo es wrapper */

.colorFondo1
{
	background-color: #1B5A8A ;
	min-height:100%
}

#cajaLogin
{
	position: relative;
	top : 10px;
}

.submit-form
{
	margin-left: auto;
	margin-right: auto;

	margin-top: 20px;
	max-width: 100px;
	height: 100%;
}

.tituloArea
{
	color: #002a80 !important;
	margin-top: -5px;

}

.margen-superior
{
	margin-top: 30px;
}