@charset "utf-8";
/* CSS Document */
/* popup */
.popup-body{background:#000;}
.open-popup{
}
.popup_reg{
	width:555px;
	position:absolute;
	left:-99999px;
	top:-99999px;
	z-index:1000;
	background:none;
}
.popup_reg .holder_reg{
	/*padding:17px 21px 28px 27px;*/
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-border-radius:7px;
	background:#fff;
}
.btn-close{
	width:7px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	right:8px;
	top:9px;
	background:url("../images/ico-05.gif") no-repeat;
	z-index:100;
}
.btn-close:hover{
	background-position:0 -20px;
}
.popup_reg .top{
	-moz-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	background: none repeat scroll 0 0 grey;
    padding: 7px;
}

.popup_reg .top h2{
	margin:0;
	font-size:27px;
	line-height:30px;
}
.popup_reg .top strong{
	display:block;
	font-size:16px;
	line-height:21px;
	color:#848381;
}
.popup_reg .top span{
	display:block;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	margin-bottom:-7px;
}
.popup_reg .frame{
	height:178px;
	background:url("../images/bg-frame.gif") no-repeat;
	overflow:hidden;
	padding:32px 21px 0 29px;
	margin-bottom:13px;
}
.popup_reg .frame .col-l{
	width:172px;
	float:left;
}
.popup_reg .frame h3{
	margin:0 0 14px;
	color:#848482;
	font-size:10px;
	line-height:13px;
}
.popup_reg .frame .col-l ul{
	margin:0;
	padding:0;
	list-style:none;
}
.popup_reg .frame .col-l ul li{
	font-weight:bold;
	color:#848482;
}
.popup_reg .frame .col-l ul li span{
	color:#3e3d3a;
	font-size:13px;
}
.popup_reg .frame .col-l ul li p{margin:0;}
.popup_reg .frame .col-l .ico{margin:-7px 0 0 19px;}
.popup_reg .frame .col-l .ico img{vertical-align:top;}
.popup_reg .frame .col-r{
	width:240px;
	float:right;
}
.popup_reg .frame .col-r ul{
	margin:0;
	padding:0;
	list-style:none;
}
.popup_reg .frame .col-r ul li{
	font-size:9px;
	line-height:14px;
	word-spacing:-1px;
}
.popup_reg .frame .col-r ul li a{color:#3e3d3a;}
.popup_reg .frame .col-r ul li span{font-size:10px;}
.popup_reg .frame .col-r ul li strong{
	color:#848482;
	font-size:10px;
}
.popup_reg .frame .col-r .ico{margin:10px 0 0 75px;}
.popup_reg .frame .col-r .ico img{vertical-align:top;}
.form-01_reg{
	background: none repeat scroll 0 0 white;
	border-bottom: 1px solid lightgray;
    clear: both;
    float: left;
    margin-top: 15px;
	width: 555px;
}
.form-01_reg label{
	display:block;
	color:#848381;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	position:relative;
	padding-left:7px;
	margin-bottom: 30px;
}
.form-01_reg .text-form{
	background: url("../images/bg-text-form.gif") no-repeat scroll 0 0 transparent;
    float: left;
    overflow: hidden;
    padding: 1px 15px;
	height: 36px;
	margin-left: 15px;
	width: 160px;
}

.form-01_reg .text-form input{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #B2B2B2;
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 8px 0;
    width: 188px;
}

.form-01_reg .error_input{
	background: url("../images/bg-text-form-error.gif") no-repeat scroll 0 0 white;
	float: left;
    overflow: hidden;
    padding: 1px 15px;
	height: 36px;
	margin-left: 15px;
	width: 160px;
}

.form-01_reg .error_input input{
	color:red;
}


.form-01_reg .text-active{background-position:0 -50px;}
.form-01_reg .text-active input{color:#666;}
.form-01_reg .row{
	overflow:hidden;
	padding-top:7px;
	position:relative;
}
.form-01_reg .row-in{
	margin-top:-7px;
	overflow:hidden;
}

.form-01_reg fieldset{
	padding-bottom: 12px;
}

.btn-form,
.btn-reset{
	float:left;
	width:94px;
	height:36px;
	/*margin:0 14px 0 7px;*/
	text-align:center;
	background:#848381;
	color:#fff;
	font-size:14px;
	line-height:35px;
	/*padding:0 0 3px;*/
	border:0;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	margin-left: 10px;
}
a.btn-form{
	line-height:36px;
	padding:0;
}
.btn-reg{width:121px;}
.btn-form:hover{
	background:#d70a1b;
	text-decoration:none;
}
.btn-reset{background:#3e3d3a;}
.btn-reset:hover{
	background:#848381;
	color:#e4e4e4;
}
.btn-print{background-image:url(../images/ico-print.png) no-repeat;}
.btn-print span{
	float:left;
	background:url(../images/ico-print.png) no-repeat 10px 10px;
	padding-left:31px;
}

.btm-pop{
	height: 85px;
	clear: both;
}

.btm-pop-left{
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    width: 150px;
}

.btm-pop-left a{
	color: gray;
	font-size: 11px;
    font-weight: bold;
}

.btm-pop-left p em a{
	color:black;
	font-style:normal;
}

.btm-pop-left a:hover{
	text-decoration:none;
	color:#97E0F1;
}

.btm-pop-left em a:hover{
	text-decoration:none;
	color:#4BCAEA;
}

.btm-pop-right{
	float: left;
    margin: 40px 0 0 40px;
}

.utcf{
	background: url("../images/face-utc.gif") repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    width: 236px;
}


/*datosutiles02*/

.popup-body{background:#000;}
.open-popup{
}
.popup{
	width:555px;
	position:absolute;
	left:-99999px;
	top:-99999px;
	z-index:1000;
	background: none repeat scroll 0 0 transparent;
}
.popup .holder{
	/*padding:17px 21px 28px 27px;*/
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-border-radius:7px;
	background:#fff;
}
.btn-close{
	width:12px;
	height:11px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	right:8px;
	top:9px;
	background:url(../images/btn-close.gif) no-repeat;
	z-index:100;
}
.btn-close:hover{
	background-position:0 -11px;
}
.popup .top{
	-moz-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
    padding: 7px;
}

.popup .top h2{
	margin:0;
	font-size:27px;
	line-height:30px;
	padding:8px;
}
.popup .top strong{
	display:block;
	font-size:16px;
	line-height:21px;
	color:#848381;
}
.popup .top span{
	display:block;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	margin-bottom:-7px;
}

.popup .top .intro{
	color: #6E6E6C;
    font-weight: bold;
	font-size: 12px;
	width: 440px;
	margin-left: 18px;
}

.popup .top .intro strong{
	display: inline;
	font-size: 12px;
	line-height: 18px;
	color:#3D3D3B;
}

.popup .top .intro em{
	font-style: normal;
	color: #AAAAA8;
}

.popup .top .intro em strong{
	color:#848482;
}


.popup .frame{
	height:178px;
	background:url(../images/bg-frame.gif) no-repeat;
	overflow:hidden;
	padding:32px 21px 0 29px;
	margin-bottom:13px;
}
.popup .frame .col-l{
	width:172px;
	float:left;
}
.popup .frame h3{
	margin:0 0 14px;
	color:#848482;
	font-size:10px;
	line-height:13px;
}
.popup .frame .col-l ul{
	margin:0;
	padding:0;
	list-style:none;
}
.popup .frame .col-l ul li{
	font-weight:bold;
	color:#848482;
}
.popup .frame .col-l ul li span{
	color:#3e3d3a;
	font-size:13px;
}
.popup .frame .col-l ul li p{margin:0;}
.popup .frame .col-l .ico{margin:-7px 0 0 19px;}
.popup .frame .col-l .ico img{vertical-align:top;}
.popup .frame .col-r{
	width:240px;
	float:right;
}
.popup .frame .col-r ul{
	margin:0;
	padding:0;
	list-style:none;
}
.popup .frame .col-r ul li{
	font-size:9px;
	line-height:14px;
	word-spacing:-1px;
}
.popup .frame .col-r ul li a{color:#3e3d3a;}
.popup .frame .col-r ul li span{font-size:10px;}
.popup .frame .col-r ul li strong{
	color:#848482;
	font-size:10px;
}
.popup .frame .col-r .ico{margin:10px 0 0 75px;}
.popup .frame .col-r .ico img{vertical-align:top;}
.form-01{
	margin-top: 15px;
	margin-left: 18px;
	background: none repeat scroll 0 0 transparent;
}
.form-01 label{
	color: #848381;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    padding-left: 7px;
    position: relative;
}
.form-01 .text-form{
	background: url("../images/datos_utiles/bg-text-form-du.gif") no-repeat scroll 0 0 transparent;
    height: 30px;
    margin: -5px 0 6px;
    overflow: hidden;
    padding: 10px 20px;
    width: 350px;
}

.form-01 .textarea-form{
	background: url("../images/datos_utiles/bg-textarea-form-du.gif") no-repeat scroll 0 0 transparent;
    height: 143px;
    margin-left: 8px;
    overflow: hidden;
    padding: 10px 20px;
    width: 376px;
}

.form-01 .text-form input{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #B2B2B2;
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 8px 0;
    width: 350px;
}

.form-01 .textarea-form textarea{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #B2B2B2;
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 8px 0;
    width: 345px;
	height: 130px;
}

.form-01 .text-active{background-position:0 -50px;}
.form-01 .text-active input{color:#666;}
.form-01 .row{
	overflow:hidden;
	padding-top:7px;
	position:relative;
}
.form-01 .row-in{
	margin-top:-7px;
	overflow:hidden;
}

.form-01 fieldset{
	border-bottom: 1px solid lightgray;
	padding-bottom: 12px;
}

.btn-form,
.btn-reset{
	float:left;
	width:94px;
	height:36px;
	/*margin:0 14px 0 7px;*/
	text-align:center;
	background:#848381;
	color:#fff;
	font-size:14px;
	line-height:35px;
	/*padding:0 0 3px;*/
	border:0;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	margin-left: 10px;
}
a.btn-form{
	line-height:36px;
	padding:0;
}
.btn-reg{width:121px;}
.btn-form:hover{
	background:#3e3d3a;
	text-decoration:none;
}
.btn-reset{background:#3e3d3a;}
.btn-reset:hover{
	background:#d70a1b;
	color:#e4e4e4;
}
.btn-print{background-image:url(../images/ico-print.png) no-repeat;}
.btn-print span{
	float:left;
	background:url(../images/ico-print.png) no-repeat 10px 10px;
	padding-left:31px;
}

.btm-pop{
	height: 85px;
}

.btm-pop-left{
	color: gray;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 15px;
    width: 150px;
}

.btm-pop-left p em{
	color:black;
	font-style:normal;
}

.btm-pop-right{
	float: left;
    margin: 40px 0 0 40px;
}

.utcf{
	background: url("../images/face-utc.gif") repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    width: 236px;
}

/* popup end */