﻿/******************************/
/* 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;
}

/*************************************************/
/***************Estilos Genéricos*****************/
/*************************************************/
.inputTamañoGrande
{
    width: 60% !important;
}
.inputTamañoReducido 
{
    width: 10.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;
}
.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;
}

.botones
{
    border-color: #999 !important;
    color: #333 !important;
    font: bold 15px Arial !important;
    letter-spacing: -1px;
    outline: none;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* 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;
}