.divIndexNew{
	width:200px;
	height:15px;
	color:black;
	padding: 5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

.imgCentro{
	background:url(../../imgs/fondo.jpg);
	
	background-repeat:no-repeat;
	background-size:cover; 
	
}

.imgInferior{
	background:url(imgs/fondo_2.jpg) no-repeat center;
	background-repeat: no-repeat;
	/*background-color:#1d4157;
	background-blend-mode: multiply;*/
	background-color:#1d4157;
	background-size: auto;
	min-width:500px;
	max-height:300px;
	min-height:150px;
}

.dimIndexNew{
	max-height:1000px;
	padding:0px;
}

.colTextoIndex{
	color:white;
}

.titGrande{
	color:white;
	font-weight:bold;
	font-size:14px;
	padding:0px;
}

.titGrande2{
	color:black;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	line-height:1;
}

.titPeq{
	color:white;
	font-weight:bold;
	font-size:10px;
	padding:0px;
}

.usuarioIndex{
	z-index:100; 
	position:absolute; 
	background-color:white; 
	left:57%; 
	padding-left:5px;
}

.seguimientoIndex{
	z-index:100; 
	position:absolute; 
	background-color:white; 
	left:33%; 
	padding-left:5px;
}

.mensajeGrande{
	color:white;
	font-weight:bold;
	font-size:35px;
	padding:0px;
	text-align:left;
}

.mesajePeq{
	color:white;
	font-weight:normal;
	font-size:15px;
	padding:0px;
}

.btnAceptarIndex {
	margin:0px 0px 0px 5px;
	padding:2px 5px 2px 5px;
	color:#003300;
	background-color:#CCCCCC;
	border:1px solid #666666;
	font-size:12px;
	font-weight:bold;
	height:20px;
	border-radius:3px;
	min-width:50px;
}

a:link{
	text-decoration:none;
}