fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: right;
	background: #F8F8F8;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;    
}

nav li {
	float: left;          
}

nav #login {
	-moz-box-shadow: 1px 0 0 #fff;
	-webkit-box-shadow: 1px 0 0 #fff;
	box-shadow: 1px 0 0 #fff;  
}

nav #login-trigger,
nav #signup a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
	color: #ACACAC;
	text-shadow: 0 1px 0 #fff; 
}

nav #signup a {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

nav #login-trigger {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
	background: #fff;
}

nav #login-content {
	display: none;
	position: absolute;
	top: 24px;
	right: 0;
	z-index: 999;    
	background: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);  
	padding: 15px;
	-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
	-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
	box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	border-radius: 3px 0 3px 3px;
}

nav li #login-content {
	right: 0;
	width: 250px;  
}

/*--------------------*/

#inputs1 input {
	background: #f1f1f1;
	padding: 6px 5px;	
	margin: 0 0 5px 0;
	width: 220px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #ccc inset;
	-webkit-box-shadow: 0 1px 1px #ccc inset;
	box-shadow: 0 1px 1px #ccc inset;
}

#inputs input {
	background: #f1f1f1;
	padding: 6px 5px;
	margin: 1% 1% 1% 25%;
	width: 50%;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #ccc inset;
	-webkit-box-shadow: 0 1px 1px #ccc inset;
	box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
	background-color: #fff;
	border-color: #e8c291;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #e8c291 inset;
	-webkit-box-shadow: 0 0 0 1px #e8c291 inset;
	box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
	margin: 10px 0 0 30%;
}

#login #submit {		
	background-color: #00aeef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3D682C ), to(#5FA831));
	background-image: -webkit-linear-gradient(top, #3D682C , #5FA831);
	background-image: -moz-linear-gradient(top, #3D682C , #5FA831);
	background-image: -ms-linear-gradient(top, #3D682C , #5FA831);
	background-image: -o-linear-gradient(top, #3D682C , #5FA831);
	background-image: linear-gradient(top, #3D682C , #5FA831);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
	border: 1px solid #7e1515;
	float: left;
	height: 30px;
	padding: 0;
	width: 100px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #fff;
}

#login #submit:hover,
#login #submit:focus {		
	background-color: #e97171;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5FA831), to(#3D682C ));
	background-image: -webkit-linear-gradient(top, #5FA831, #3D682C );
	background-image: -moz-linear-gradient(top, #5FA831, #3D682C );
	background-image: -ms-linear-gradient(top, #5FA831, #3D682C );
	background-image: -o-linear-gradient(top, #5FA831, #3D682C );
	background-image: linear-gradient(top, #5FA831, #3D682C );
}	

#login #submit:active {		
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#login #submit::-moz-focus-inner {
	border: none;
}				

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 99%;
    margin: auto;
    height: 330px;
}

/************************************************************************************/
body{
	font-family: sans-serif;
}

.page-header1{
	margin: 5px 0 20px;
	border-bottom: 1px solid #3D682C ;          
}
.titulo2{    
    font-size: 20px !important;
    font-weight: bold;
    color:#003c66;
}          
.parrafo{
    font-family: sans-serif;
    font-size: 18px !important;
    text-align: justify;
    margin-top: 10px;
}

.padd{
    padding-top: 10px;
}

#franjaBCD{
	background: #5FA831; 
	color: #fff; 
	height: 50px;
}

.BCD{
	font-size: 200% !important;
    font-weight: bold;
    padding-top: 7px;    
}

#txtBtnBuscar{
	font-size: 180%;
	margin-left: 5%;
}

#txtBtnVolver{
	font-size: 16px;
	margin-left: 5%;
}

#btnBuscar{
	margin-left: 15px;
	width:30%; 
	height:45px; 
	background:#3D682C; 
	color:white;
}

.colorHeaderTabla{
	background-color: #5FA831; 
	color: #fff;
	font-size: 16px;
}

.marg{
	margin-top: 20px;
}

#tblLocBac tr,
#tblLocBac th,
#tblLocBac td,
#tblLocBac tbody,
#tblLocBac thead {
	border-color: #fff !important;	
}

#tblLocBac{
	border-color: #fff !important;
}

.log{
	
	padding-top: 20px;
        padding-left: 5px;
        /*padding-right:10px;*/
}

.log1{
	height: 60px;
	padding-top: 20px;
}

.log2{
	height: 70px;	
	padding-top: 10px;	
	/*margin-left: 20px;*/
	/*margin-top: 20px;*/
}

#canReg{
	color: #5FA831;
}

#comentarios{
	font-size: 20px;
}

.modal-Comentario{
	width: 60%;
	margin: auto;
	padding-top: 150px;	
}

.linkFooter{
	color: #fff;
}

.linkFooter:hover{
	color: #fff;		
}

#toobar{
	display: none;
}

/*tama�o del visor de pdf*/ 
.tam{
	position: absolute;
	width:920px;
	background-color: #ffffff01;
}
.tam1{
	height:550px; 	
}
.tam2{
	height:1100px;
}
.tam3{
	height:1650px;
}
.tam4{
	height:2200px;
}
.tam5{
	height:2750px;
}
.tam6{
	height:3300px;
}
.tam7{
	height:3850px;
}
.tam8{
	height:4400px;
}
.tam9{
	height:4950px;
}
.tam10{
	height:5500px;
}
#radiosFecha{
	padding-top: 23px;	
}

#tablaBusqueda{
	width: 1000px;
}

.carousel-indicators li{
	border: 2px solid rgba(0, 174, 239, 0.5);  
    background-color: black;
}

.active{
	border: 2px solid rgba(0, 174, 239,);  
    background-color: white;
}

.carousel-indicators li:hover{
	border: 2px solid orange;  
    background-color: white;
}

#comentarios{
	color: #5FA831;
}