﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
	font-size: 0.8em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	background-color: #FFF;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;

}

a:active
{
    color: #034af3;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: 600;
}

h2
{
	font-size: 1.5em;
	font-weight: 300;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    margin: 0px;
    padding: 0px;
    font-size: 1em;
}

h6
{
    margin: 0px;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    padding-left: 15px;
}

.h6
{
    margin: 0px;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
	background-color: #FFF;
	width: 800px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-left: auto;
	margin-right: auto;
	background-position: 0px -70px;
	background-repeat: no-repeat;
}
.contenido
{
	background-color: #FFF;
	width: 800px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
	background-color: #465c71;
	width: 800px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-left: auto;
	margin-right: auto;
}

div.menu a
{
 	background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: inline;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}	
	
div.menu a:hover
{
	color: #FFFFFF;
	background-color: #3366CC;
    border: 1px #4e667d solid;
}

div.buscar
{
	position: relative;
	z-index: 1;
	float: right;
	width: 200px;
	padding: 4px;
	border: 1px solid #666;
	background-color: #465c71;
	color: #FFF;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* OTROS -------------------------------------------------------- */

img
{
    border-style: 0;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
.Hidden
{
    display: none;
}

#ContentPlaceHolder1_msg
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    color: #CC0000;
    text-decoration: blink;
    text-align: right;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

#UpdateProgress1
{
    padding: 10px;
    font-family: arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: blink;
    position: fixed;
    background-color: #336699;
    width: 100%;
    bottom: 0px;
}

.window_hidden
{
    padding: 30px;
    border: 6px solid #999999;
    text-decoration: blink;
    position: fixed;
    bottom: 40%;
    left: 30%;
    right: 30%;
    top: 30%;
    display: none;
    background-color: #4b6c9e;
}
.window
{
    border: 6px solid #999999;
    text-decoration: blink;
    position: fixed;
    bottom: 40%;
    left: 30%;
    right: 30%;
    top: 30%;
    background-color: #4b6c9e;
}
#FormCandidadP_cantidad_p
{
    background-position: center;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: blink;
    position: absolute;
    background-repeat: no-repeat;
    right: auto;
    left: auto;
    top: 65px;
    display: block;
    margin-left: 135px;
    background-image: url('../Images/icon_notificacion.png');
    text-align: right;
}

.cuadro_rojo
{
    padding: 10px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    text-align: center;
}
.cuadro_rojo_small
{
    padding: 5px;
    background-color: #FF0000;
    color: #FFFFFF;
    display: block;
    text-align: center;
}
.combobox 
{
}
.combobox ul li
{
    padding: 2px 2px 2px 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E8E8E8;
}
.CompletionL
{
    margin: 0px;
    border: 1px solid #336699;
    padding-right: 400px;
    background-color: #FFFFFF;

}
.CompletionLEI
{

}
.CompletionLHI
{
    padding: 2px;
    background-color: #336699;
    width: 500px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E6E6E6;
    text-transform: capitalize;
    color: #FFFFFF;
}
.CompletionLI
{
    padding: 2px;
    background-color: #FFFFFF;
    width: 500px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E6E6E6;
    text-transform: capitalize;
}

.PagerStyle
{
    border-color: #000000;
    padding: 0px;
    margin: 0px;
}
.PagerStyle a:link
{
    padding: 2px 6px 2px 6px;
    font-weight: bold;
    font-family: arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
}
.PagerStyle a:hover
{
    padding: 2px 6px 2px 6px;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #999999;
	color: #FFFFFF;
}
.PagerStyle span
{
    padding: 2px 6px 2px 6px;
    font-weight: bold;
    font-family: arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #336699;
    color: #FFFFFF;
    text-decoration: underline;
}
.HeaderStyle
{
    background-color: #C6D9EC;
    text-align: left;
    padding-left: 10px;
}
.RowStyle
{
    padding: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D5E2F0;
}
.Padding_Left
{
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
}
.Padding_right {
	padding-right: 10px;
}
.blueTip
{

}
.blueTip .content
{
    padding: 3px 6px 3px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #336699;
    color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}
.blueTip .bottom
{
    height: 14px;
    background: url('../Images/flecha_hacia_abajo.png') no-repeat center bottom;
}
.blackTip
{

}
.blackTip .content
{
    padding: 3px 6px 3px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #000000;
    color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}
.blackTip .bottom
{
    height: 14px;
    background: url('../Images/flecha_hacia_abajo.png') no-repeat center bottom;
}
.small_text {
	font-size: 0.9em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;

}
.Padding_Left2 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.rayita {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
