#mensajeAlerta{
	background-color:#CC0033;
	color:#fff;
	font-size: 18px;
	text-align:center;
	height:50px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	display:none;
	padding-top:10px;
}
#aplicacion{
	font-size:17px;
	padding-top:10px;
	padding-right: 20px;
}
#retrieved-data{
	width:90%;
	margin:10px auto;
}
#formulario{
	border:solid 1px #eee;
	width:95%;
	margin:0 auto;
	padding:15px 10px;
	border-radius: 3px;
	display:none;
	/* box-shadow: 1px 1px 2px #333; */
}
@media only screen and (max-width: 600px) {
	#formulario{
		width:95%;
	}
}
.myGrid{
	font-size:11px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	width: 99%;
}
.myGrid tr th{
	background-color: #0080ff;
	color:#fff;
	text-align: center;
	font-weight: lighter;
	font-size:1.1em;
	padding:8px;
}
.myGrid tr td{
	text-align: justify;
}
.myGrid tr td a{
	border:solid 1px rgb(117, 116, 116);
	padding:5px 20px;
	border-radius: 4px;
	text-decoration: none;
}
.myGrid tr td a:hover{
	background-color: #e7e7e7;
	/* color:#fff; */
	text-decoration: none;
}
.myContent{
	min-height: 450px;
	background-color:#fff;
	display:block;
	border:solid 1px #ddd;
	border-radius: 6px;
}
.etiqueta
{
	font-weight:normal;
	font-size:0.9em;
	color:#fff;
	padding:1px 20px;
	border:solid 1px #bbbbbb;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	margin-left:1px;
	margin-bottom:0px;
	background-color: #9d9d9d;
	margin-top:5px;
}
.myMenu{
	height: 280px;
}
@media only screen and (max-width: 600px) {
	.myMenu{
		height: 150px;
	}
}
.etiquetas
{
	font-weight:normal;
	font-size:0.8em;
	padding:5px 15px;
	text-align: right;
	margin-left:1px;
	margin-bottom:0px;
	background-color: #d4d4d4;
	color:#444;
}

.page-nav{
	margin: 10px 0 0 0;
	padding: 0px;
	font-size:13px;
}

.page-nav a{
	padding: 4px;
	text-decoration: none;
	color: #000;
	text-decoration: underline;
	margin-left:2px;
}

.page-nav a:hover{
	border: thin solid #444;
	background-color: #66F;
	color: #fff;
}
/*this is the style for selected page number*/
.page_link{
	padding: 4px;
	color:#fff;
	background-color: #333;
	border: thin solid #444;    
	border-radius: 50%; 
}
.calendario
{
	background:url(../../images/calendario.png) center no-repeat #fff;
	width:24px;
	height:24px;
}
.info{
	position: absolute;
	top:180px;
	right:100px;
	width: 300px;
	border:solid 1px #ddd;
	border-radius: 6px;
}
.google{
	position: absolute;
	top:5px;
	right:10px;
	width: 150px;
}
.google img{
	width:140px;
}
.logo{
	position: absolute;
	top:180px;
	left:100px;
	width: 270px;
}
.logoMenu{
	position: absolute;
	top:180px;
	left:20px;
	width: 160px;
}
.logoIndex{
	position: absolute;
	top:8px;
	left:48%;
	width: 100px;
	z-index: 0;
}
.fondoModulo{
	width:50%;
	margin-top:50px;
}
@media only screen and (max-width: 600px) {
	.info{
		position: absolute;
		top:10px;
		right:10px;
		width:180px;
	}
	.logo{
		position: absolute;
		top:10px;
		left:10px;
		width:180px;
	}
	.logoMenu{
		position: absolute;
		top:60px;
		left:10px;
		width:100px;
	}
	.fondoModulo{
		width:99%;
	}
	.logoIndex{
		top:2px;
		left:45%;
		/* margin:0 auto; */
		width: 80px;
	}
	.google{
		position: absolute;
		top:300px;
		right:10px;
		width: 150px;
	}
	.google img{
		width:140px;
	}
}
.warningmess
{
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	background:url(../images/themes/dynamics/warning.png) left no-repeat;
	width:600px;
	font-size:10px;
/*	height:30px; */
	display:block;
	border: solid #FFCC00 2px;
	margin: 0 auto 0 auto;
	padding: auto 0 auto 0;
	background-color:#FFFF99;
}
.warningmess p
{
	margin-left:35px;
	text-align:center;
}
.okmess
{
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	background:url(../images/themes/dynamics/siverif.png) left no-repeat;
	width:600px;
	font-size:10px;
/*	height:30px;*/
	display:block;
	border: solid #009933 4px;
	margin: 0 auto 0 auto;
	padding: auto 0 auto 0;
	background-color:#99FF66;
}
.okmess p
{
	margin-left:35px;
	text-align:center;
}


.errormess
{
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	background:url(../images/themes/dynamics/notice-alert.png) left no-repeat;
	width:600px;
	font-size:10px;
/*	height:30px;*/
	display:block;
	border: solid #CC3366 2px;
	margin: 0px auto 0 auto;
	/*padding: auto 0 auto 0;*/
	background-color:#FFD7FF;
}
.errormess p
{
	margin-left:35px;
	text-align:center;
	padding:5px;
}
.usuario{
	color:#444;
	font-size:16px;
}
.usuario span{
	font-weight: normal;
	font-style: italic;
}
.curriculo{
	border:solid 1px #36F;
	border-radius:6px;
	padding:5px 20px;
}
.curriculo span{
	font-weight: bold;
}
.features-boxed {
	color: #313437;
	background-color: #fff;
}

.features-boxed p {
	color: #136798;
}

.features-boxed h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}
.fondoMain{
	background: url('../img/fondoDHO.jpg') #fff center no-repeat;
	background-size: contain;
}
@media (max-width:767px) {
	.features-boxed h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
	.fondoMain{
		background: url('../img/fondoDHOMobile.jpg') #fff center no-repeat;
		background-size: contain;
	}
	
}

.features-boxed .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}

.features-boxed .intro p {
	margin-bottom: 0;
}

.features-boxed .features {
	padding: 50px 0;
}

.features-boxed .item {
	text-align: center;
}
.features-boxed .item a:hover {
	text-decoration:none;
}
.features-boxed .item .box {
	text-align: center;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
	border:solid 1px #bbb;
	border-radius: 8px;
}

.features-boxed .item .icon {
	font-size: 60px;
	color: #136798;
	margin-top: 20px;
	margin-bottom: 35px;
}

.features-boxed .item .name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 0;
	color: #2e2a2a;
	padding-top:10px;
	border-top:solid 1px #bbb;
}

.features-boxed .item .description {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.acepto{
	border:solid 1px #336600;
	border-radius:10px;text-align:center;
	padding:10px 0;
	width:80%;
}
.acepto:hover{
	background-color: #ee1f2a;
	color:#fff;
}
.menu-toggle{
	background-color: #000;
	border:solid 1px#666;
}
/* CSS para ayudas tipo burbuja o tooltip */
a.tt{
	position:relative;
	z-index:24;
	color:#555;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
}
a.tt span{ display: none;}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #000; }
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:20px; right:8px;
	padding: 15px 0 0 0;
	width:350px;
	color: #fff;
	text-align: center;
	opacity: 0.80;
	background-color:#111;
	border:solid 1px #eee;
	box-shadow:8px 7px 6px -3px #666;
	font-family:Verdana;
}
a.tt:hover span.top{
	display: block;
	color:#fff;
	padding: 5px 8px 0;
	font-size:11px;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 5px 15px; 
	text-align:justify;
	font-size:11px;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #FFFF66;
	border-top:solid 1px #ccc;
	font-size:11px;
}
/* Fin de CSS para ayuda tipo burbuja tooltip */
