@charset "utf-8";
/* CSS Document */

/* Meyers Reset Reloaded*/

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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.micro {
	font-family: tahoma, sans-serif;
	font-size: 0.55em;
}


/* ---------------------------------------------------------------
                            main styles 
-----------------------------------------------------------------*/

body {
	background: #fff url(/images/bodybg.jpg) repeat-x;
	font: 11px verdana, arial, sans-serif;
}
body.empresa {
	background: #fff url(/images/bodybg_em.jpg) repeat-x;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}
.cntindex {
	width: 620px;
	margin: 0 auto;
}
.cnt {
	width: 80%;
	padding: 0 10%;
}
a {
	color: #b83774; /* CyJ se  cambio color de #0256af a #b83774 */
	font-weight:bold; /* CyJ se agregÃ³ BOLD */
}
a:hover {
	text-decoration: none;
}


/* ---------------------------------------------------------------
                            header 
-----------------------------------------------------------------*/

.header {
	width: 620px;
	height: 145px;
	margin-bottom: 35px;
	float: left;
}

.logo {
	width: 400px;
	height: 82px;
	margin-top: 40px;
	float: left;
}
.logo2 {
	width: 229px;
	height: 82px;
	margin-top: 60px;
	float: left;
}


/* ---------------------------- Question area ---------------------- */
fieldset {
    border-bottom: 1px solid #CCC;
    margin-top:25px;
    padding-bottom:15px;
}

fieldset.last {
    border:none
}

fieldset legend {
    color: #666;
    font-size: 18px;
    padding:0px 0px 15px;
    margin:0px;
}

fieldset legend a {
    color: #666;
    text-decoration: none;
}

fieldset legend a:hover {
    text-decoration: underline;
}

body.unsubscribe fieldset legend {
    color: #393723;
    font-size: 12px;
    padding:0px 0px 20px 0px;
}

body.unsubscribe .no_more_available {
    width: 100%;
    text-align:center;
    font-size:16px;
    font-weight: bold;
}

fieldset ul {
    list-style: none;
}

fieldset ul li {
    clear:both;
    padding:0px  0px 10px 0px;
    margin:0px;
    min-height: 30px;
}

fieldset ul li.hidden {
    display:none;
}

fieldset ul li .title {
    float: left;
    font-weight: bold;
    width: 20%;
    padding:0px 0px 0px 25px;
}

body.one_column fieldset ul li .title {
    width:18%;
}


fieldset ul li .title label span{
    display:none;
    color: red;
}

fieldset ul li .title label span.required {
    display:inline;
}


fieldset ul li .input {
    float: left;
    width: 42%;
}

fieldset ul li .input input[type=text], fieldset ul li .input textarea, fieldset ul li .input select, fieldset ul li .input input[type=password] {
    background: white;
    border: 1px solid #CCC;
    width: 95%;
}


fieldset ul li .input input[type=text].error, fieldset ul li .input textarea.error, fieldset ul li .input select.error, fieldset ul li .input input[type=password].error {
    border: 1px solid red;
}

fieldset ul li .input select {
    background: #EEE;
    width: 97%;
}

body.one_column fieldset ul li .input select {
    width: 96%;
}


fieldset ul li .input textarea {
    -webkit-appearance: textarea;
    -webkit-box-orient: vertical;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-color: white;
    border: 1px solid #CCC;
    min-height: 150px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

fieldset ul li .input span.label {
    font-style: italic;
}

fieldset ul li div.explic, fieldset ul li div.invalid {
    float: left;
    font-size: 11px;
    width: 30%;
}

body.one_column fieldset ul li div.explic, body.one_column fieldset ul li div.invalid {
    width: 37%;
}


fieldset ul li div.invalid {
    display:none;
    color:red;
}


fieldset ul li .input .file_input {
	position: relative;
}

fieldset ul li .input .styled_file {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width:100%;
}

fieldset ul li .input input[type=file] {
	width:95%;
	height:23px;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    cursor:pointer;
}

fieldset ul li .input .styled_file input.virtual {
    background: white;
    color:black;
    border: 1px solid #CCC;
    margin-right:10px;
    width: 68%;
}

fieldset ul li .input input[type=button] {
	background-color:white;
    background-image:url(../images/94x25.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
	font-size:11px;
	height:25px;
	width:94px;
	padding:0px;
	margin:0px;
}

.button_area {
    clear:both;
	text-align: center;
	display: block;
	background-color:white;
}

.button_area.first {
    margin-top:10px;
}

.button_area input[type=submit] {    
	background-color:white;
    background-image:url(../images/boton-datos.jpg);
	background-repeat:no-repeat;
	border:0 solid #FFFFFF;
	color:black;
	font-size:18px;
	padding-bottom:25px;
	padding-top:6px;
	text-align:center;
	width:148px;
	cursor:pointer;
}

.main {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

/* ------------------------ login ------------------------ */

.login {
	background-color: #f1f1f1;
	width: 440px;
	padding: 20px 30px;
	margin: 0 50px 50px 0;
	border: 2px solid #d8d8d8;
	float: left;
}
.login h2 {
    font-size: 18px;
	margin-bottom: 20px;
}
.login fieldset ul li .title {
	width: 130px;
	color: #636363;
	text-align: right;
	padding-top: 4px;
	margin-right: 8px;
	display: block;
	float: left;
}

.login fieldset ul li .input{
	width: 260px;
}
.login fieldset ul li .input input {
	width: 260px;
	height: 23px;
	border: 1px solid #aba997;
}

.login fieldset ul li .input a {
    color: white;
    text-decoration: none;
}


.message h2 {
    font-size: 22px;
    color: #393723;
    font-weight:bold;
    margin-bottom: 20px;
}

.message p  {
    font-size: 13px;
}

/* ------------------------ login empresa ------------------------ */

.login_em {
	background-color: #4b7596;
	margin: 0 0 50px 50px;
	border: 2px solid #315776;
	float: right;
}
.login_em h2 {
	color: #b7cad9;
	margin-bottom: 20px;
}
.login_em label {
	color: #fff;
}

.login_em .button_area, .login_em .button_area input[type=submit] {
    background-color: #4b7596;    
}

.login_em .button_area input[type=submit] {
    background-image:url(../images/entrarbtn_em.gif);
    width:100px;
}


/* ------------------------ explicaciones ------------------------ */

.explicaciones h3 {
	color: #333;
	font-family: arial, verdana, sans-serif;
	font-size: 19px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.explicaciones p {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------
                            teaser-adforms
-----------------------------------------------------------------*/

.alert {
  color: #FF0000
}

.sites-teaser {
  width: 40%;
  margin-top: 3em;
  padding: .5em;
  background-color: #ffffee;
  border: 1px solid #eeee00;
}


/* ---------------------------------------------------------------
                            footer 
-----------------------------------------------------------------*/

.footer {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer ul {
	width: 100%;
	list-style-type: none;
	color: #adadad;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
}
.footer ul li {
	display: inline;
}
.footer ul li a {
	margin: 0 10px;
	color: #0256AF;
	text-decoration: none;
}
.footer p {
	width: 100%;
	color: #a2a2a2;
	font-size: 11px;
	text-align: center;
}

/* ---------------------- msgbox ------------------- */
.citiservi-msgbox {
    clear:both;
    width: 100%;
    text-align:center;
    padding:5px 0px 5px 0px;
    margin:15px 0px 15px 0px;
    background-color: #e3e3e3;
    border: 1px solid #cdcdcd;    
}
    
.citiservi-msgbox p {
    color: #222;
    font-size: 14px;
    letter-spacing: -1px;    
}

.citiservi-msgbox.error {
    background-color: #FFCCCC !important;
}

.citiservi-msgbox.success {
    background-color: #CCFFCC !important;
}

#cookie_banner {
    width:100%;
    position: fixed;
    bottom:0; left: 0;
    padding: 5px;
    z-index: 2000;
    background-color: #FFFFEE;
    filter: alpha(opacity=95);
    opacity: 0.95;
}

#cookie_box {
    max-width: 1110px;
    margin: auto;
    padding: 10px;
    background-color: #E7ECEF;
    border: 1px solid #CCCCCC;
}