﻿body
{
    font-size: 13px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0.4em 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

.display-label
{
    margin-top: 10px;
}
.display-field
{
    color: #777;
}
textarea 
{
    min-height: 75px;
    width: 400px;
    height: 125px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
    color: #888;
}

.field-inline {
    display: inline-block;
    vertical-align: middle;
}

.inline-remove
{
    display: block;
    padding: 5px 8px;
    margin: 3px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #333;
}

.inline-remove:hover
{
    background-color: transparent;
    color: #333!important;
    text-decoration: none;
}

input[type="submit"] {
    padding: 8px 12px 7px 12px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    border: 0;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #434343;
}

select {
    padding: 6px 7px 7px 7px;
}

input {
    padding: 5px 7px;
}
input.disabled {
    background-color: #e0e0e0;
    border: 1px solid #a9a9a9;
    padding: 6px 7px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


* {
	margin:0px;
	padding:0px;
}

.header
{
    position: relative;
    margin: 20px 20px 0 20px;
}

.seccion
{
    position: relative;
    padding: 20px;
}

    .seccion p a
    {
        padding: 7px 12px;
        background-color: #000;
        color: #fff;
        display: inline-block;
        margin: 10px 0;
        text-decoration: none;
    }

    .seccion p a:hover {
        background-color: #434343;
    }
		
.nav-bar,
.nav-bar ul {
	list-style:none;
    overflow: auto;
    zoom: 1;
    background-color: #000;
}
			
.nav-bar > li {
	float:left;
}
			
.nav-bar li a {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}
			
.nav-bar li a:hover {
	background-color:#434343;
}
			
.nav-bar li ul {
	display:none;
	position:absolute;
	min-width:140px;
    z-index: 9;
}
			
.nav-bar li:hover > ul {
	display:block;
}
			
.nav-bar li ul li {
	position:relative;
}
			
.nav-bar li ul li ul {
	right:-140px;
	top:0px;
}


.grid-wrap
{
    width: 70%;
    float: left;
}
.details-wrap
{
    width: 30%;
    float: left;
    padding: 20px 35px;
    margin-top: 34px;
    background-color: #eee;
    min-height: 310px;
    border: 2px solid #ddd;
    color: #555;
}

.details-wrap b {
    display: block;
    margin-top: 5px;
    color: #333;
}

.details-wrap .item {
    float: left;
    width: 50%;
    min-height: 41px;
}


.filtro
{
    background-color: #e7f2fb;
    border: 1px solid #c3e3ff;
    margin-bottom: 20px;
}
.filtro td
{
    padding: 10px;
}
.filtro button
{
    padding: 5px 10px;
}
/*
.wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 800px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.table tr {
  display: table-row;
  background: #f6f6f6;
}
.table tr:nth-of-type(odd) {
  background: #e9e9e9;
}
.table tr.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.table thead tr
{
    background: #FFEB3B!important;
}
    .table thead tr th a
    {
        color: #000!important;
    }
.table tr.green {
  background: #27ae60;
}
.table tr.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .table tr {
    padding: 8px 0;
    display: block;
  }
}

.table tr td,
.table tr th {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .table tr td,
  .table tr th {
    padding: 2px 12px;
    display: block;
  }
}
*/