/* reset */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent} body{line-height:18px;} ol,ul,li{list-style:none} blockquote,q{quotes:none} blockquote:before,blockquote:after,q:before,q:after{content:"";content:none} :focus{outline:0} ins{text-decoration:none} del{text-decoration:line-through} table{border-collapse:collapse;border-spacing:0} textarea{resize:none}



/**** customisable elements ****/
body
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 14px;
	height: 100%;
	margin: 0;
}

body {
    background: #333;
    font-size: 0.9em;
    font-family: open-sans, arial;
    min-width: 960px;
}

@font-face {
    font-family: open-sans;
    src: url(./OpenSans-Regular.ttf);
}


.logo /* brand logo (make sure you set the width and height too) */
{
    background-image:url(../images/logo_cntg.png);
    height:60px;
    position: relative;
    top: 0%;
    left: 10%;
}

.logo_derecha /* brand logo (make sure you set the width and height too) */
{
    background-image:url(../images/logo_conselleria_cor.png);
    width:226px;
    height:60px;
    position: relative;
    top: 0%;
    right: 10%;
}
.product-logo /* product logo (should be 50px in height, width to be set below - no wider than 220px) */
{
    background-image:url(../images/warning_large.gif);
    width:161px;
}

.box /* the main content box */
{

}

.button /* secondary buttons */
{
    background-color: #ac033b;
    background-image: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px -1px #999;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 5px #666;
}

.primary /* primary button */
{
    color:#fff; /* font color */
    border:1px solid #d16000;

}

.button_red /* secondary buttons */
{
    background-color: #ac033b;
    background-image: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px -1px #999;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 5px #666;
    color:#fff; /* font color */
    border:1px solid #ac033b;
    margin-right: 5px;
}

.box h1 { color:#363636; } /* heading font colour */

.footer { color:#c2c2c2; } /* footer font colour (need to change both values here) */
.footer a { color:#c2c2c2; }

.message /* info/error message */
{
    background-color:#F5E1E7; /* background colour */
    color:#363636; /* font colour */
}
#steps li.on /* set this colour and bg colour to be the same as the message colours */
{
    background-color:#f6ddc9; /* background colour */
    color:#363636; /* font colour */
}

/**** end of customisable elements ****/

.container_12{
	height: 100%;
    max-width: 1200px;
    min-width: 960px;
	background: #FFF;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 960px;
    position: relative;
}


.left-seperator {
    border: none;
	box-shadow: none;
    margin-left: 9px;
    /* -webkit-box-shadow: -4px 0 2px -3px #d9d9d9; */
    -moz-box-shadow: -4px 0 2px -3px #d9d9d9;
    /* box-shadow: -4px 0 2px -3px #d9d9d9; */
}


/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clear-float:before,.clear-float:after {background-color: transparent;
    background-image: none !important;
    clear: both;
    content: " ";
    display: block;
    float: none;
    height: 0;
    overflow: visible;
    width: 0;}
.clear-float:after {}
.left { float:left !important; }
.right { float:right !important; }


h1, h1 a { font-size:20px; line-height:20px; }
h2, h2 a { font-size:18px; line-height:18px; }
h3, h3 a { font-size:15px; line-height:15px; }
a { text-decoration:underline; color:#363636; }

.logo
{
    background-repeat:no-repeat;
    display:block;
}

.logo_derecha
{
    background-repeat:no-repeat;
    display:block;
    margin:30px 0;
}

.product-logo
{
    background-repeat:no-repeat;
    display:block;
    height:60px;
    float:right;
}

.footer {
   margin-top:20px;
   font-size:10px;
   line-height:12px; }

.box
{
    background-clip: padding-box;
    border-radius: 10px;
    clear: both;
    padding: 40px 0;
}


.box.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.box-spaced { padding:150px 0; }
.box-content { padding:10px 30px 0 0; margin-left:13px; }
.content-strips li { border-top:1px solid #ececec; border-bottom:2px solid #bababa; padding:20px 0; clear:both; }
.content-strips :first-child { border-top:0; }
.content-strips :last-child { border-bottom:0; }

.content-strips li h3 { width:200px; float:left; }
.content-strips li p { margin-bottom:10px; }
.content-strips li div { width:455px; float:left; }


.box h1 { margin-bottom:20px; }


/* form styles */
.box-content fieldset { margin-top:10px; display:block; float:left; }
.box-content fieldset .row:last-child { margin-top:10px; }
.row { clear:both; margin-bottom:10px; float:left; width:100%; }
label { font-weight:bold; display:block; float:left; width:150px; clear:both; padding:7px 10px 7px 0; }
input.textbox
{
    width:250px;
    display:block;
    float:left;
    height:22px;
    border:1px solid #b3b3b3;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    -webkit-box-shadow:0 3px 5px -2px #999;
    -moz-box-shadow:0 3px 5px -2px #999;
    box-shadow:0 3px 5px -2px #999;
    padding:2px;
}
input.short { width:100px; }
.checkbox
{
    width:488px;
    display:block;
    float:left;
    padding-top:8px;
}
.radios
{
    width:498px;
    display:block;
    float:left;
    padding-top:8px;
}
.radios input { display:block; float:left; clear:none; margin:3px 3px 0px 5px; padding:0; }
.radios label { display:block; float:left; clear:none; padding:1px 0 2px 3px; width:220px; font-weight:normal; }
.radios label:last-child { padding-bottom:0px; }

.checkbox input { display:block; float:left; margin:2px 4px 0 3px; padding:0; }
.checkbox label { display:inline; float:none; clear:none; padding:1px 3px; width:auto; font-weight:normal; }

.button
{
    background-color: #ff5566;
    background-image: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px -1px #999;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 5px #666;
}
.disabled
{
    background-color: #cecece !important;
    background-image: none !important;
    border-color: #ababab !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: default !important;
    text-shadow: none !important;
}

.box-content fieldset .button { margin-right:5px; }
.box-content fieldset .primary
{
    clear:both;
    margin-left:140px;
}

p.error-p {
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
}
/* messages */
.message { padding:10px 10px 10px 40px; margin-bottom:10px; line-height:20px; font-weight:bold; min-height: 100px; position: relative;}
.message h3 { margin-bottom:5px; }
.message a { font-weight:normal; }
.message .icon { margin-left:-30px; }
.no-icon { padding-left:10px; }

.icon { width:20px; height:20px; display:block; float:left; }
.error { background:url(../images/icons.png) no-repeat 0 0; }
.info { background:url(../images/icons.png) no-repeat -25px 0; }
.arrow { background:url(../images/icons.png) no-repeat -50px 0; }

.row .message { padding-top:5px; padding-bottom:5px; float:left; width:170px; margin-bottom:0; margin-left:10px; }
.row .radios .message, .row .checkbox .message { margin-top:5px; margin-left:0; }

/* modal stuff */
hr { border-top:1px solid #B3B3B3; border-bottom:1px solid #FFF; border-left:0; border-right:0; clear:both; }

#modal { width:900px; padding-top:0; padding-bottom:15px; background-image:none; position:relative; }
#modal p { margin-bottom:10px; }
.close { width:40px; height:40px; background:url(../images/icons.png) no-repeat -70px 0; text-indent:-5000px; }
#modal .close { position:absolute; top:-10px; right:-10px; }
.col { float:left; padding-top:25px; }
#left-col { width:180px; }
#main-col { width:660px; padding-left:10px; padding-right:40px; }
#main-col h1 { margin-top:8px; }
#main-col hr { margin-top:25px; margin-bottom:15px; }
#main-col fieldset { clear:both; border:1px solid #B3B3B3; padding:10px 15px 15px; margin-bottom:20px; }
#main-col fieldset legend { margin-left:-3px; padding:0 5px; font-size:14px; font-weight:bold; }
.desc { font-style:italic; font-weight:bold; }

#steps { margin-left:15px; }
#steps, #steps li { list-style-type:decimal; list-style-position:inside; }
#steps li { font-weight:bold; padding:8px 5px; }
#steps li a { text-decoration:none; cursor:text; }
#steps li.done a { cursor:pointer; }

/* customization */
div .row .button { margin-right:5px }

.site-title {
    margin: 0 0 1em;
	display: block;
	height: 80px;
	padding:10px;
	border-bottom: 1px solid #F3F3F3;
}
.site-title img {
    margin: 0;
    vertical-align: middle;
}
.site-title-left {
/*     display: inline-block; */
/*     vertical-align: middle; */
/*     width: 49%; */
	 display: inline-block;
/*     width: 50%; */
    vertical-align: middle;
    padding-top: 22px;
}
.site-title-right {
/*     display: inline-block; */
/*     text-align: right;   */
/*     vertical-align: middle;   */
/*     width: 49%; */
	text-align: right;
	float: right;
	height: -moz-available
}
.logo_right {
    float: right;
}
.box-content.login-container.clear-float {
    border: 1px solid gray;
    border-radius: 0;
    margin: 1em auto;
    padding: 1em;
    width: 500px;
}


/** FOOTER **/


/*ESTILOS PARA EL PIE DE PAGINA*/
#footer-wrapper {
    bottom: 0;
    position: fixed;
    width: 100%;
	height: 112px;
}

#footer-wrapper p.footer-disclaimer {
    margin-bottom: 0px;
}

body {
    background: #fff;
    position: relative;
    min-height: 100%;
}

html {
    height: 100%;
}

#header-top-bar-wrapper, #footer-fondo {
    background: #666666;
    color: #AAA;
    font-size: 0.9em;
    padding: 0.5em 0;
}

#header-top-bar, #footer, #footer2 {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 960px;
    padding: 0 1em;
}


/* Footer */
img#logo_feder {
    float: right;
    margin-bottom: 5px;
}

#footer-fondo {
    clear: both;
    min-width: 960px;
    height:53px;
    text-align: center;
}

#footer, #footer2 {
    height: auto;
}

#footer img, #footer .footer-disclaimer {
    display: inline-block;
}

#footer img#logo_xunta {
    width: 125px;
    height: auto;
    vertical-align: middle;
}

#footer .footer-disclaimer {
    vertical-align: middle;
    /*margin: 0 0 0 15%;*/
}

@media screen and (max-width: 960px) {
    #footer .footer-disclaimer {
        margin: 0 8%;
    }
}

#footer .footer-disclaimer ul {
    margin: 0;
}

#footer .footer-disclaimer li {
    float: left;
    list-style: none;
    font-size: .8em;
    margin: 0 1px;
}

#footer .footer-disclaimer p {
    margin-bottom: 2px;
    margin-top: 13px;
    text-align: center;
}

#footer img#galicia {
    float: right;
    width: 90px;
    height: 30px;
    margin-top: 8px;
}


#footer a {
    color: #FFF;
    margin: 0 0.2em;
}

#ayuda-usuario-icon{
padding: 4px 0 4px 10px;
cursor: pointer;
}

.textoAyuda{
margin-left:10px;
font-size: 0.6em;
font-style: normal;
color:gray;
font-weight: lighter;
}

.textoAyudaLink{
margin-left:10px;
font-size: 0.6em;
font-style: normal;
font-weight: lighter;
	cursor:pointer;
	color:blue;
	text-decoration: underline;
}
}