body {
	font-size: 15px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 15px;
}

.categoryTitlePost {
	background: #fafafa;
	padding: 10px;
	margin-top: 10px;
	width: 200px;
	text-decoration: underline; 
}

#activeItem {
	background: #12395A;
}
div.row.table-striped:nth-child(even){
   background-color: #F5F5F5;
}
div.row.table-striped:hover{
   background-color: #deeefc;
}
.modal-dialog{
	width:70%;
}
.modal-body{
	padding-top:0px;
	margin-top:-20px;
}
.modal-header{
	border-bottom:0px;
}
.centrar{
	text-align: center;
}
.texto-grande-enlaces{
	font-size:1.2em;
	letter-spacing: 5px;
}
 
.div-mensaje{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:70%;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.1em;
	padding-top:30px;
	padding-bottom:30px;
}
.div-mensaje.ok{
	background-color:#ceffbf;
	color:#000000;
}
.div-mensaje.error{
	background-color:#FFD0D0;
	color:#000000;
}
.div-mensaje.warning{
	background-color:#fefdd1;
	color:#000000;
}
.bordeRellenoUstedEstaEn{
    background-color:#d36361;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #ffffff;
    color: #ffffff;
}
.bordeRellenoUstedEstaEn:after {
    content: "\00a0";
}
.bordeRellenoUstedEstaEn:before {
    content: "\00a0";
}