﻿/* CONFIGURACIÓN GENERAL */
body, html
{
    font-size: 80%;
    /*font-size: 10px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
    color: #36424a;
    background-color: #f4f3f1;    
    height: 100%;
    margin: 0px;
    padding: 0px; 
}
h1, h2, h3, h4, h5, h6, .title
{
    font-family: "Times New Roman", Times, serif;
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    color: #be0f34;
}
h1
{
    margin-top: 0;
    font-size: 200%;
    line-height: 100%;
    font-weight: normal;
}
h2
{
    font-size: 180%;
    font-weight: normal;
}
a
{
    color: #679fd3;
    text-decoration: none;
}
a:hover, a:visited:hover
{
    color: #be0f34;
}
a:visited
{
    color: #5381ac;
}
/* CONFIGURACIÓN GENERAL */

ul
{
    list-style-image: url(../_img/list-item.png);
    text-align: left;
}
fieldset
{
    border: solid 1px #ededed;
}
fieldset legend
{
    font-weight: bold;
}
/*
table
{
	border: solid 1px #ebeae7;
    width: 100%;
    background: url(../_img/table-bg.png) repeat-x;
	text-align: left;
}
th
{
	padding: 0 10px 0 10px;
}
td
{
	border: solid 1px #ebeae7;
	padding-left: 5px;
}

table.sinEstilos, .sinEstilos table
{
    border: 0;
    width: auto;
    background: none;
}
.sinEstilos th
{
    padding: 0 10px 0 0;
    vertical-align: top;
}
.sinEstilos td
{
	border: 0;
	padding-bottom: 10px;
}
*/

/*
a:active
{
    color: #000;
    font-weight: bold;
}
a:visited
{
    color: #36424a;
}*/

/* ESTRUCTURA DE PÁGINA */
#wraper
{
    margin: 0 auto; 
    width: 982px; 
    text-align:left;
}

#contenedor
{
    width: 980px; 
    margin-bottom: 50px;
    float: left;
    color: #36424a;
    background-color: White;
    border-top: 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;    
    border-left: solid 1px #fff;
}
#encabezado
{
    height: 220px;
    background: #e3e3e1 url(../_img/encabezado.png) no-repeat;
}
#print-logo
{
    display: none;
}
#userInfo
{
    text-align: right;
    padding: 0px 20px 0 0;
    font-weight: bold;
    font-size: 10px;
}
#userInfo a
{
    color: #b9122b;
    line-height: 90%;
}
#userInfo a:hover
{
    color: #5381ac;
}

#menu
{
    margin-top: 1px;
	padding: 3px 0 4px 10px;
	background-color: #424a52;
	color: #feffff;
	font-size: 110%;
}
#menu a
{
	color: #f4f3f1;
}
#menu a:hover
{
	color: #679fe2;
}

#menuEdicion
{
    position: absolute;
    top: -29px;
    right: 2px;
    font-size: 110%;            
    color: #A9A9A9;
}
#menuEdicion a
{
    color: #f4f3f1;
    padding: 5px;
    text-transform: lowercase;
}
#menuEdicion a:hover
{
    color: #679fe2;
}

#contenido
{
    padding: 20px 0 30px 0;
    margin-left: 50px;
    min-height: 620px;
    position: relative;
}
#ie6 #contenido
{
    height: 550px;
}
#pie
{
    border-top: solid 1px #8b8e90;
    margin-top: 2px;
    padding: 5px 0 10px;
    text-align: center;
    font-size: smaller;
    background: url(../_img/fondo-pie.png) no-repeat;
    background-position: bottom;
}
#barra1, #barra2
{
    height: 5px;
    margin: 2px 0 2px 0;
    color: #000;
    background: #e3e3e1 url(../_img/fondo-barra.png) repeat-x;
}
#ie6 #barra1, #ie6 #barra2
{
    font-size: 5px;
}
.columna1
{
    float: left;
    width: 236px;
}
.columna1 ul
{
    font-size: 110%;
    padding-left: 16px;
    margin: 5px 0 20px 2px;
}
.columna1 p
{
    padding-right: 30px;
    text-align: justify;
}
.columna1 .title
{
    font-weight: normal;
    font-size: 180%;
}
.columna2
{
    float: left;
    margin-left: 8px;
    width: 682px;
}
/* UTILES */
.clearBoth
{
    clear: both;
}
.strong
{
    font-weight: bold;
}
.colorRed
{
    color: #be0f34;
}
.colorGray
{
    color: #828a8f;
}

.hidden
{
    display: none;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.noWrap
{
    white-space: nowrap;
}

.feed 
{
    margin-left: 3px;
    padding: 2px 0 2px 19px;
    background: url("../_img/feed-icon-14x14.png") no-repeat 0 50%;
} 

small.fecha
{
    font-size: 9px;
    text-transform: lowercase;
}

#updateProgress
{
    position: fixed; 
    bottom: 10px; 
    right: 10px; 
    color: #b9122b; 
    font-weight: bold
}
/* MESSAGES */
.messageInfo
{
    color: #99cc00;
}
.messageWarning
{
    color: #ff9933;
}
.messageError
{
	color: red;
}

/* MESSAGE BOX */
.messageBoxError, .messageBoxInfo
{
    padding: 10px 8px 10px 20px;
    margin-bottom: 10px;
    margin-right: 0px;
    background-color: #f4f3f1;
    border: dashed 2px #ededed;
    width: 90%;
}
.messageBoxError
{
    color: red;
}
.messageBoxInfo
{
    color: #99cc00;
}

/* CONTROLS */

.infoAuditoria
{
    padding: 0 10px 10px 20px;
    text-align: right;
    width: 90%;
}

/* MODAL POPUP */

.modalBackground {

	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
    
	background-color:#EFEFEF;
	border: solid 1px #666;
}
.modalButton 
{
    position: absolute;
    top: 0;
    right: 2px;
    width: 150px;
    height: 30px;
    font-size: 10px;
    padding-bottom: 4px;
    font-weight: bold;
}

/* FORMS */
.formError, .formBody, .formButtons
{
    border: solid 1px #ededed;
    padding: 0 10px 10px 20px;
    margin-bottom: 10px;
    width: 90%;

}
.formError
{
    padding-top: 10px;
    border: dashed 1px #ededed;
    color: red;
}
.formBody
{
    padding-top: 0px;
}
#ie6 .formBody, #ie7 .formBody
{
    padding-top: 10px;
}
.formBody ul
{
    list-style: none;
}
span.formTip 
{
    display: block;
    color: #999999;
}
.formImageButton
{
    vertical-align: middle
}
.formButtons
{
    text-align: right; 
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 110%;
}
.formButtons a
{

}
.formButtons input
{
    width: 200px;
    margin-right: 3px;
}
.formMenu
{
    border-top: dashed 1px #e3e3e1;
    border-bottom: dashed 1px #e3e3e1;
    padding: 4px 32px 4px 0;
    width: 90%;
    font-size: 110%;
}
.formNavigate
{
}
.formNavigate ul
{
    list-style: none;
    padding-left: 20px;
}
.formLabel
{
    font-family: "Times New Roman";
    font-size: medium;
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
    color: #A7A6AA;
}

.formInputXXSmall
{
    width: 35px;
}
.formInputXSmall
{
    width: 70px;
}
.formInputSmall
{
    width: 150px;
}
.formInputMedium
{
    width: 300px;
}
.formInputXMedium
{
    width: 360px;
}
.formInputLarge
{    
    width: 90%;
}
.formFontBig
{
    font-size: x-large;
}
.formFontBig2
{
    font-size: large;
}

/* BOTON BUSCAR */

.buscarLabel
{
    padding-right: 30px;
    margin-right: 5px;
    background: url(../_img/buscar-icono.png) no-repeat right 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;    
    color: #be0f34;
}
#ie6 .buscarLabel
{
    background: url(../_img/buscar-icono.gif) no-repeat right 0;
}
.buscarTextbox
{
    border: solid 2px #ebeae7;
    padding-left: 5px;
    padding-bottom: 3px;
}
.buscarListbox
{
    border: solid 2px #ebeae7;
    height: 24px;
}
.buscarBoton
{
    margin: 0 0 0 10px;
    position: relative;
    top: 4px;
}
#ie6 .buscarBoton, #ie7 .buscarBoton
{
    margin-bottom: 4px;
}
.buscarBoton img
{
    border: 0;
}

/* LISTAS Y TEXTO */

.text table
{
	border: solid 1px #ebeae7;
    width: 100%;
    background: url(../_img/table-bg.png) repeat-x;
	text-align: left;
}
.text th
{
	padding: 0 10px 0 10px;
}
.text td
{
	border: solid 1px #ebeae7;
	padding-left: 5px;
}

.text, .listItem
{
    border-bottom: dashed 1px #cfcfcf;
    width: 90%;
}
.text .messageBoxError
{
    width: auto;
}

.listItem h2, .listItem h3
{
    margin-top: 10px;
    margin-bottom: 0;
}
.listItem h2 a, .listItem h3 a
{
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 65%;
    display: block;
}
.listItem h3 a
{
    font-size: 11px;
}
.listItem h2 a span, .listItem h3 a span
{
    display: block;
    color: #828a8f;
}
h1 span, h2 span, h3 span
{
    display: block;
    color: #828a8f;
}


