﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato');

/*EXPEDIENTES*/

form{
	width: 100%;
}

/*#expediente{
	width: 100%;
    margin-bottom:20px;
	background: #f6f6f6;
	height: 50px;
	padding: 0 10px 0 10px;
	color:#000000;
	border: 2px solid #dbdbdb;
	-webkit-border-radius: 10px 10px;
 	-moz-border-radius: 10px 10px;
}*/

.bt-buscar{
	background: #bfbfbf;
	padding: 10px 30px;
	border: 0;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	color:#FFFFFF;
	font-size: 18px;
	/*margin-top: 20px;*/
	cursor: pointer;
	font-size: 18px;
	margin-bottom:20px;
}

.bt-buscar:hover{
	background: #8f8f8f;
}
/*TERMINA EXPEDIENTES*/

.selectdefault3{
	width: 100%;
	background: #f6f6f6;
	height: 50px;
	padding: 0 10px 0 10px;
	color:#000000;
	border: 2px solid #dbdbdb;
    margin-bottom:20px;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
}

/*PUBLICACIONES*/
.selectdefault2{
	width: 100%;
	background: #f6f6f6;
	height: 50px;
	padding: 0 10px 0 10px;
	color:#000000;
	border: 2px solid #dbdbdb;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
}

.fecha{
	margin-bottom:20px;
	margin-right:15px;
	}

.bt-VerListado{
	background: #bfbfbf;
	padding: 10px 30px;
	border: 0;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	color:#FFFFFF;
	font-size: 18px;
	/*margin-top: 20px;*/
	cursor: pointer;
	font-size: 18px;
	float:left;
	margin-bottom:20px;
}

.bt-VerListado:hover{
	background: #8f8f8f;
}

.licencia{
	width: 80%;
	background: #f6f6f6;
	height: 50px;
	padding: 0 10px 0 10px;
	color:#000000;
	border: 2px solid #dbdbdb;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	margin-bottom:20px;
}

.exp{
	width: 80%;
	background: #f6f6f6;
	height: 50px;
	padding: 0 10px 0 10px;
	color:#000000;
	border: 2px solid #dbdbdb;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	margin-bottom:20px;
}
/*TERMINA PUBLICACIONES*/

/*PREAGENDAS*/

.CampoContactenos{
	width: 100%;
	background: #f6f6f6;
	height: 50px;
	padding: 0 10px 0 10px;
	color:#000000;
	border: 2px solid #dbdbdb;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	margin-bottom:20px;
}

#message{
	width: 100%;
	background: #f6f6f6;
	height: 150px;
	padding: 10px 0 0 10px;
	color:#000000;
	border: 2px solid #dbdbdb;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	margin-bottom:20px;
}

.bt-enviar{
	background: #bfbfbf;
	padding: 10px 30px;
	border: 0;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	color:#FFFFFF;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 18px;
	margin-bottom:20px;
}

.bt-enviar:hover{
	background: #8f8f8f;
}
/*TERMINAR PREAGENDAS*/

/*LIQUIDADOR DE EXPENSAS*/

.bt-liquidar{
	background: #bfbfbf;
	padding: 10px 30px;
	border: 0;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	color:#FFFFFF;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 18px;
	margin-bottom:20px;
}

.bt-liquidar:hover{
	background: #8f8f8f;
}

.bt-nueva{
	background: #bfbfbf;
	padding: 10px 30px;
	border: 0;
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	color:#FFFFFF;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 18px;
	margin-bottom:20px;
}

.bt-nueva:hover{
	background: #8f8f8f;
}

.tabla-contenido{
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
    border-spacing: 2px;
    font-size: 12px;
	}
	
.titulo-tabla{
	color:#ffffff;
	background:#8f8f8f;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	border:1px solid #dbdbdb;
	}
	
.titulo-tabla td{
	padding:10px 0;
	}
	
.borde-tabla td{
	border:1px solid #dbdbdb;
	padding: 6px 5px;
	}
/*TERMINA LIQUIDADOR DE EXPENSAS*/