﻿html {
    background: url('../images/bg_sicop2025.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#tdBgLogin {
    background-image: url('../images/login_v10.png'); 
    height:438px; 
    vertical-align:top;
}

body {
    font-family: "Segoe UI", Arial, Verdana, Tahoma;
	color: #3f3f3f;
	font-size: 12px;
}

td {
    font-family: "Segoe UI", Arial, Verdana, Tahoma;
	color: #3f3f3f;
	font-size: 12px;
}

h1 
{
	font-size: 20px;
	color:#005288;
}

A
{
	font-family:Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}
    A:active {
        font-family: Arial;
        font-size: 9pt;
        font-weight: bold;
    }
A:hover
{
	font-family:Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: underline;
}
    A:link {
        font-family: Arial;
        font-size: 9pt;
        font-weight: bold;
        color: black;
    }
    A:visited
    {
	    font-family:Arial;
	    font-size: 9pt;
	    font-weight:bold;
	    color: lightslategrey;
    }
.msguso {
    height: 70px;
    text-align: center;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    color: #020202; /*slategrey*/
    font-weight: 600;
    
}

div.dvacceso
{
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
   
}
.drop-shadow 
{
    position:relative;
	width:40%;
	padding:1em;
	margin:2em 10px 4em;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after 
{
    content:"";
	position:absolute;
	z-index:-2;
}
.lifted 
{
    -moz-border-radius:4px;
	border-radius:4px;
}

.lifted:before,
.lifted:after 
{
    bottom:15px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	max-height:100px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}

.lifted:after 
{
    right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}


a.btnAcceso {
    text-decoration: none;
    font-size: 9pt;
    font-family: Arial;
    color: Black;
}

.btn-large {
    padding: 11px 19px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btnAcceso 
{
    /*font-weight:bold;*/
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnAcceso img
{
    width: 30px;
    position: relative;
    line-height: 1;
    top: 1px;
    display: inline-block;
    padding-right: 4px;
    margin-bottom: -7px;
}

