@charset "UTF-8";
/* CSS Document */

.contenido {
	height: 250px;
	width: 300px;
	padding: 15px;
	float: left;
}
.contenido .logo1 {
	background-image: url(../fc_links/login.jpg);
	height: 70px;
	background-position: 0px -80px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #2E65B5;
	width: 100%;
	float: left;
}

.contenido .logo3 {
	background-image: url(../fc_links/login.jpg);
	height: 70px;
	background-position: 0px 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #EE5C2A;
	width: 100%;
	float: left;
}
.contenido .form {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.contenido .form .cobus1 a{
	float: left;
	width: 100%;
	text-align: right;
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
.contenido .form .cobus1 a:hover {
	float: left;
	width: 100%;
	text-align: right;
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #206BAC;
	text-decoration: none;
}

.contenido .form .cobus3 a {
	float: left;
	width: 100%;
	text-align: right;
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
.contenido .form .cobus3 a:hover {
	float: left;
	width: 100%;
	text-align: right;
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #F1582E;
	text-decoration: none;
}

.contenido .form .label {
	width: 70px;
	float: left;
	text-align: right;
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #666666;
	height: 25px;
}

.contenido .form .campo {
	float: right;
	width: 220px;
	height: 25px;
}


.contenido .form .campo .cobus1 {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #1858A0;
	width: 98%;
}

.contenido .form .campo .cobus3 {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #EE5C29;
	width: 98%;
}


.contenido .form .btn1 a {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #999999;
	background-image: url(../fc_links/login.jpg);
	float: right;
	text-decoration: none;
	height: 30px;
	background-position: right -110px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	width: 80px;
	text-align: right;
	padding-right: 20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.contenido .form .btn1 a:hover {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #999999;
	background-image: url(../fc_links/login.jpg);
	float: right;
	text-decoration: none;
	height: 30px;
	background-position: right -110px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	width: 80px;
	text-align: right;
	padding-right: 20px;
	opacity:0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}


.contenido .form .btn3 a {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #999999;
	background-image: url(../fc_links/login.jpg);
	float: right;
	text-decoration: none;
	height: 30px;
	background-position: right -29px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	width: 80px;
	text-align: right;
	padding-right: 20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.contenido .form .btn3 a:hover {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #999999;
	background-image: url(../fc_links/login.jpg);
	float: right;
	text-decoration: none;
	height: 30px;
	background-position: right -29px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	width: 80px;
	text-align: right;
	padding-right: 20px;
	opacity:0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}
