/***** LOGIN *****/
.not-a-member{
	margin-top: 25px;
}


/******** boton pdf*********/
.boton-right {

	text-align: right;
	margin-top:15px;
	margin-right: 0px;
}


/****** tablas*********/
.table i {
	font-size:16px;
}
.baja {
	color:#ed0606 !important;
	text-align: center;
}
.prorroga {
	color:#7bc22e !important;
	text-align: center;
}
.factura {
	color:#f7850a !important;
	text-align: center;
}
.editar {
	color:#2175dc !important;
	text-align: center;
}
.imprimir {
	color:#12be00 !important;
	text-align: center;
}
.eliminar {
	color:#ed0606 !important;
	text-align: center;
}
.baja:hover {
	background-color: #ed0606 !important;
	color:#ffffff !important;
}
.prorroga:hover {
	background-color: #7bc22e !important;
	color:#ffffff !important;
}
.factura:hover {
	background-color: #f7850a !important;
	color:#ffffff !important;
}
.editar:hover {
	background-color: #2175dc !important;
	color:#ffffff !important;
}
.imprimir:hover {
	background-color: #12be00 !important;
	color:#ffffff !important;
}
.eliminar:hover {
	background-color: #ed0606 !important;
	color:#ffffff !important;
}


/***formularios***/
.portlet-content h3 {
	font-size:17px;
	font-weight:600;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.table tr:nth-child{
    background: #000000;
    color: #FFFFFF;
}


/**documentos descargar*/
.document{
   	border: 1px solid #EEEEEE;
    border-radius: 6px;
	padding: 19px 16px 10px;
    text-align: center;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
    margin-bottom: 6px;
    margin-top: 16px;
	background-color: #fff;
	cursor:pointer;
	min-height: 274px;
}
.document img{
	transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	opacity: 1;
	position: relative;
	border: 1px solid #ccc;
}
.document-up {
	transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	position: absolute;
	top: 35%;
	left: 42%;
	opacity:0;
	width: 40px;
	height: 40px;
 /*   	background: rgba(51, 51, 51, 0.57); */
   	background-color:	#2175DC;
   	-moz-border-radius: 70px; 
   	-webkit-border-radius: 70px; 
   	border-radius: 70px;
   	text-align: center;
}
.document-up i{
	color:#FFF;
	font-size: 18px;
	padding-top: 10px;
}
.document:hover{
	background-color: #f7f7f7;
   	border: 1px solid #E4E4E4;
}

.document:hover .document-up{
	opacity: 1;
}
.document:hover img{
	opacity: 0.3;
}
.document-info h3{
    color: #2175DC;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 16px;
    text-align: center;
    text-decoration:none;
}
.document-info p{
	text-align: center;
	color:#999;
	font-size: 13px;
	margin-bottom: 0;
}

/***** Box connect ******/
.box-connect {
    background-color: #FFFFFF;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 20px;
	padding-bottom: 15px;
}
.box-connect p{
   	color: #333333;
    font-weight: 600;
	padding: 7px 0 5px 0;
    margin-bottom: 0;
}
.box-connect ul{
	list-style: none;
	margin-left: 19%;
}
.sidebar-padder .box-connect ul {
    margin-left: -16px;
}
.box-connect ul li{
	float: left;
	margin-top: 12px;
}
.box-connect ul li a{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    height: 35px;
    text-align: center;
    width: 35px;
    margin-right: 10px;
    display: block;
}
.box-connect ul li a:hover{
	opacity: 0.6;
}
.box-connect i{
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 9px;
}
.box-connect .break-line{
    margin: 0 16px;
}

.icon-facebook{ background-color: #4E71AE;}
.icon-twitter{ background-color: #3DBDF1;}
.icon-linkedin{ background-color: #0077B5;}
.icon-youtube{ background-color: #FE0000;}
.icon-google-plus{ background-color: #D94E30;}

.break-line{
	border-bottom: 1px solid #eee;
}

.contact2 {
	background-color: #ffffff;
	color: #2175dc;
	font-size: 20px;
	font-weight:600;
	padding: 8px;
	
}
.contact2 i{
	color:#2175dc;
	margin-right: 10px;
	font-size: 20px;
}

.horary {
	font-size: 13px;
	text-align:center;
	padding: 5px;
}
.horary i{
	color: #2175dc;
	margin-right: 10px;
	margin-top:0px;
}

.quickLinks{
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
}
.quickLinks p {
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
    padding: 7px 0 5px;
    text-align: center;
}
.homequickLinksList {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 0;
}
.homequickLinksList li {
    float: none;
    margin: 0 0 8px;
    width: auto;
	padding: 0 12px;
}
.homequickLinksList a {
    background-color: #F2F2F2;
    color: #0F0F0F;
    display: block;
	line-height: 1.2em;
    padding: 13px 8px 13px 18px;
    position: relative;
	font-size: 13px;
}
.sidebar-padder .homequickLinksList a {
    padding-left: 13px;
}
.homequickLinksList a:hover {
	background-color: #E4E4E4;
	text-decoration: none;
}
.homequickLinksList a:hover i{
	background-color: #ff9900;
	color: #ffffff;
}
.homequickLinksList a i {
    background-color: #2175DC;
    color: #FFFFFF;
    font-size: 17px;
    padding: 5px 9px 6px 11px;
    position: absolute;
    right: 7px;
    top: 7px;
	border-radius: 5px;
	width: 50px;
	text-align:center;
}
.quickLinks .break-line {
    margin: 0 16px;
}


