﻿/******************************/
/* Miguel Ángel Arroyo Ortega */
/* Últ. Mod: 16/10/2009       */
/******************************/

/********************/
/* Reset de estilos */
/********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;	
	font-family: Arial;
	font-style: inherit;
	font-weight: inherit;
	font-size:1em;
	margin: 0;
	outline: 0;	
	padding: 0;
}
:focus {
	outline: 0;	
}
body {
	font-size:100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***********************/
/* Estilos Base Útiles */
/***********************/
a.disabled /* Para deshabilitar los links */
{
	cursor: default;
	text-decoration: line-through;
}

div.capaClear /* Para los descuadres de los float */
{
	clear: both;
}

h1
{
    font-size: 1.5625em;
    font-weight: bold;
}

h2
{
	font-size: 1.20em;
	font-weight: bold;
	padding: 1.66em 0;
}

h3 
{
    font-size: 1.10em;
	font-weight: bold;
}

p 
{
	padding: 0.1875em 0;
}

strong 
{
	font-weight: bold;	
}

input[type="submit"],
input[type="button"],
input[type="reset"]
{    
    cursor: pointer;
    font: bold 14px Arial, sans-serif;
    height: 27px;
    padding: 0 8px;
}

input[type="password"],
input[type="text"], 
textarea,
select
{    
    padding: 1px;
}

select
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[readonly]
{
    background-color: #ddd;
}

/*************************************************/
/***************Estilos Genéricos*****************/
/*************************************************/
.inputTamañoGrande
{
    width: 60% !important;
}
.inputTamañoReducido 
{
    width: 10.8em !important;
}
.inputTamañoPequeño 
{
    width: 4.8em !important;
}
.margenSuperior
{
    display: block;
    margin-top: 10px;
}
.alineacionDerecha 
{
    text-align:right;
}
.centrado 
{
    text-align:center;
}
.cursiva
{
    font-style:italic;
}
.mayusculas
{
    text-transform: uppercase;
}
.inicial 
{
    padding-top:1.66em;
}
.negrita 
{
    font-weight:bold;
}
.negritaSubrayado
{
    font-weight:bold;
    text-decoration: underline;
}
.tituloCorto 
{
    width:6.64em;
    display:inline-block;
    font-weight:bold;
}
.tituloLargo 
{
    width:12.45em;
    display:inline-block;
    font-weight:bold;
}

.warning
{
    background: #ffe url(images/CssImages/warning.png) no-repeat 10px 50%; 
    border: 1px solid #fcefa1;
    clear: both;
    color: #363636;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 10px 10px 40px;
}

.errorServicio
{
    background: #ffe url(images/nokPrepago.png) no-repeat 10px 50%; 
    border: 1px solid #fcefa1;
    clear: both;
    color: #363636;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 10px 10px 40px;
}
.botones
{
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)) !important;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6) !important;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6) !important;
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6) !important;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6) !important;  
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333 !important;
    font: bold 13px Arial, sans-serif !important;
    line-height: normal;
    border: 1px solid #ccc !important;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

a.botones {
    text-decoration: none !important;
}

/* jQuery UI */
#ui-datepicker-div 
{
    display: none;
    z-index: 9999;
}
.ui-datepicker
{
    font-size: 0.9em !important;
}
.ui-datepicker-trigger:hover
{
    cursor:pointer;
}
.ui-dialog
{
    position: fixed !important;
}

#abrirVerReserva
{
    display: none; 
}

.certificadoSeguro, #certificadoSeguro
{
    float: right;
    margin: 3px 3px 3px 3px; 
}

.minusculas {
    text-transform: lowercase;
}

.inicialMayusculas {
    text-transform: capitalize;
}
.small {
    font-size: 0.9em;
}
.oculto {
    display: none;
}
.visible {
    display: block;
}

.capa40 { width: 40%; }
.capa50 { width: 50%; }
.capa60 { width: 60%; }
.capa75 { width: 75%; }
.capa25 { width: 25%; }
.capa100 { width: 100%; }
.flota{ float: left;}

/*This will work for firefox*/
@-moz-document url-prefix() {  
	.contenedor-mcp select {
		padding: 0.5rem 0;
	}
}