*{
    margin:0;
    padding:0;
}
body{
    color:#444444;
    font-size:13px;
    background: #f2f2f2;
    font-family:"Century Gothic", Helvetica, sans-serif;
    text-align:center;
}
a{
    color:#444444;
    text-decoration: none;
	border-bottom: 1px dotted #444444;
}
a:hover{
    color:#888888;
    /*text-decoration: underline;*/
	border-bottom: 1px solid #888888;
}
hr
{
	color: #d9d9d9;
}
h1
{
	color:#ccc;
	font-size:10px;
	text-shadow:1px 1px 1px #fff;
	padding:5px 5px 0;
}
h2
{
	font-size:15px;
	padding:5px;
}
#content{
    margin:15px auto;
    text-align:center;
    position:relative;
    height:100%;
	display: inline-block;
}
#wrapper{
    -moz-box-shadow:0 0 3px #aaa;
    -webkit-box-shadow:0 0 3px #aaa;
    box-shadow:0 0 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background-color:#f9f9f9;
    overflow:hidden;
}
#steps{
    overflow: hidden;
}
.step{
    float:left;
    width:600px;
}
#navigation{
    height:45px;
    background-color:#e9e9e9;
    border-top:2px solid #ddd;
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:22px;
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0 2px;
}
#navigation ul li a{
    display:block;
    height:45px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom:none;
    background:#f0f0f0;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0;
    left:1px;
    width:20px;
    height:20px;
}
#steps fieldset{
    border:none;
}
legend{
    text-align:left;
    background-color:#f0f0f0;
    width:100%;
    border-bottom:1px solid #d9d9d9;
    border-top:1px solid #d9d9d9;
    margin-top:10px;
}
legend span{
    color:#666;
    font-size:24px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    padding:5px 10px;
}
legend a{
    float: right;
    margin: 5px;
}
#steps .elements
{
	min-height: 200px;
	overflow-y: auto;
	padding: 10px 0;
}
#steps .element{
    display: inline-block;
    clear:both;
    margin:5px 0;
    background-color:#f4f4f4;
    border:1px solid #fff;
    padding:10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0 0 3px #aaa;
    -webkit-box-shadow:0 0 3px #aaa;
    box-shadow:0 0 3px #aaa;
}
#steps .editar{
    float: right;
    margin: 5px;
}
#steps .pie{
    padding: 10px 0 0;
}
#steps div label{
    width:160px;
    display: inline-block;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
	vertical-align: middle;
}
#steps input:not([type=radio]),
#steps .formularios,
#steps textarea,
#steps .valor,
.element .valor,
#steps select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px 3px;
    width: 200px;
    display: inline-block;
	vertical-align: middle;
    margin: 1px 0;
	box-sizing: inherit;
}
#steps input[type=submit],
#steps input[type=button]
{
	cursor: pointer;
}
#steps input:focus{
    -moz-box-shadow:0 0 3px #aaa;
    -webkit-box-shadow:0 0 3px #aaa;
    box-shadow:0 0 3px #aaa;
    background-color:#FFFEEF;
}
#steps div.submit{
    display: block;
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    cursor:pointer;
    margin: 0 auto;
    clear:both;
    padding: 7px 25px;
    text-shadow: 0 1px 1px #777;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:22px;
    -moz-box-shadow:0 0 3px #aaa;
    -webkit-box-shadow:0 0 3px #aaa;
    box-shadow:0 0 3px #aaa;
    background:#4797ED;
}
button:hover {
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
button:disabled {
    background:#d8d8d8;
    color:red;
    text-shadow:1px 1px 1px #fff;
	cursor: progress;
}
.partituras
{
	background-color: #f0f0f0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin: 10px 0;
    width: 100%;
}
.partituras:hover .acciones{
    display: inherit;
}
.acciones
{
    display: none;
    text-align: right;
    font-size: 12px;
}
.dialogo{
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}
.dialogo_borde
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	cursor: alias;
}
.conmargen
{
	margin: 10px;
}
.dialogo_contenido
{
	background-color: grey;
	display: inline-block;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    border-radius:10px;
    background-color:#f9f9f9;
	position: relative;
	margin: 0 5%;
}

#entradas input {
    margin: 1px;
    padding: 10px 2px
}
#entradas input[type="number"] {
    text-align: center;
    width: 80px;

}
/*
table td, table th {
    padding: 1px 5px;
}
*/
caption {
    font-size: 20px;
	padding: 0 5px 5px;
    text-decoration: underline;
    text-transform: capitalize;
	white-space: pre;
}
.cellwithborder
{
    border-left: 1px dashed #ddd;
	padding: 5px;
}
.cellwithborderbottom
{
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.articleBody
{
    width: 666px;
}

.resaltado
{
	background: yellow;
	padding: 3px 5px;
}

.calendario_entrada
{
	height: 90px;
    width: 90px;
}
.calendario_entrada_vacia
{
	height: 100%;
}
.calendario_entrada_hay
{
	height: 100%;
    width: 100%;
	background-color: #d9d9d9;
	position: relative;
}

.calendario_fecha_ensayo
{
	background: repeating-linear-gradient(25deg, aquamarine 10px, rgba(0, 0, 0, 0) 15px);
}
.calendario_fecha_prueba
{
	background: repeating-linear-gradient(25deg, greenyellow 10px, rgba(0, 0, 0, 0) 15px);
}
.calendario_fecha_pase
{
	background: repeating-linear-gradient(25deg, yellow 10px, rgba(0, 0, 0, 0) 15px);
}

.calendario_fecha_item_org
{
	font-weight: bolder;
}

.calendario_entrada .calendario_entrada_hay #texto
{
	height: 100%;
    width: 100%;
	overflow: hidden;
	display: block;
	font-size: 9px;
    text-align: left;
    text-indent: 5px;
}
.calendario_entrada:hover .calendario_entrada_hay #texto
{
	font-size: inherit;
	display: table;
	overflow: auto;
    position: absolute;
    background-color: #f0f0f0;
    border: 1px solid #666;
    border-radius: 5px;
    top: 10px;
    left: -50px;
    white-space: pre;
	z-index: 1;
	height: auto;
    text-indent: 0;
}
.calendario_entrada .calendario_entrada_hay #texto .block_hover
{
	display: none;
}
.calendario_entrada:hover .calendario_entrada_hay #texto .block_hover
{
	display: block;
}

.calendario_entrada .calendario_entrada_hay #texto .inline_hover
{
	display: none;
}
.calendario_entrada:hover .calendario_entrada_hay #texto .inline_hover
{
	display: inline-block;
}

.calendario_dia_primera_primer
{
	border: 1px dotted gray;
}
.calendario_dia_primera
{
	border-top: 1px dotted gray;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
}
.calendario_dia_primer
{
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
}
.calendario_dia
{
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

.formularios_div_listado .formularios_div_cantidad
{
	background-color: yellow;
	display: inline-block;
}
.formularios_div_listado .formularios_div_lista
{
	display: none;
    padding-left: 15px;
    text-align: left;
}
.formularios_div_listado:hover .formularios_div_cantidad
{
	display: none;
}
.formularios_div_listado:hover .formularios_div_lista
{
	display: block;
    max-height: 100px;
    overflow-y: auto;
}