@charset "utf-8";
/* CSS Document */

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background-color:#fe1a00;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}.classname:hover {
	background-color:#ce0100;
}.classname:active {
	position:relative;
	top:1px;
}



body {
	margin: 0;
	padding: 0;
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #fff;
	width: 100%;
	overflow:hidden;
	font-family: 'Aller', 'Aller', generic;
	text-align: justify; 
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}

::-moz-scrollbars-vertical {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*track*/
::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-moz-scrollbar-thumb:vertical {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-moz-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

h1 {	
	font-size: 32px;
	
}

h4 {
	margin-top:-20px;
	font-size: 18px;
}


.principal{
	width:40%;
	z-index: 40;
	background: #ff0000;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	display: block;
	float: left;
	visibility:visible;
}

.principal2{
	width:3%;
	z-index: 40;
	background: #ff0000;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	display: block;
	float: left;
	visibility:visible;
}
	

	
.container {
	width:380px;
	alignment-adjust:central;
	margin-left:14.5%;
	color: #FFF;
	margin-top:1%;
	 font-size: 13px;
	
}	
.hide{
	width:5%px;
	visibility:hidden;
}

.nombres{
	width:30%;
	z-index: 30;
	position:absolute;
	left:40%;
	top:0px;
	background: #900;
	height:100%;
	visibility:visible;
	display: block;
	float: left;
}

.nombres2{
	width:30%;
	z-index: 30;
	position:absolute;
	left:3%;
	top:0px;
	background: #900;
	height:100%;
	visibility:visible;
	display: block;
	float: left;
}

.contenidonombres{
	color: #ff0000;
	width:77%;
	height:80%;
	alignment-adjust:central;
	margin-left:13%;
	margin-top:20%;
	
	font-size: 13px;
	text-align:left;
	overflow:no;
	
}
.contenidonombres2{
	color: #fff;
}


.mapa{
	display: block;
	visibility:visible;
	float: left;
	width:30%;
	z-index: 20;
	position:absolute;
	left:70%;
	top:0px;
	background: #000;
	height:100%;
}

.mapa2{
	display: block;
	visibility:visible;
	float: left;
	width:40%;
	z-index: 20;
	position:absolute;
	left:33%;
	top:0px;
	background: #000;
	height:100%;
}

.informacion{
	width:27%;
	z-index: 30;
	position:absolute;
	left:73%;
	top:0px;
	background: #FFF;
	height:100%;
	visibility:visible;
	display: block;
	float: left;	
	border-left-color:#FF0000;
	border-left-style:solid;
	border-left-width:3px;
	line-height: 250%;
}

.foto{
	visibility:visible;
	margin-left:20%;
	margin-top:5%;
	display: block;
	float: none;
	width:200pX;
	height:200px;	
	border-color:#CCC;
	border-style:solid;
	border-width:5px;
	
}

.nombre{
	margin-left:20%;
	color:#900;
	font-size:16px;
	margin-top:4%;

}

.info {
	width:70%;
	alignment-adjust:central;
	margin-left:15%;
	margin-right:15%;
	color:#36F;
}	


