/* General style for Cerro Uritorco */
body {
    font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, Sans-Serif;
}

.title { 
    font-size: 16px;
	padding-left: 25px; 
	text-transform: capitalize;
}

.subtitle {
	font-size: 14px; 
	padding-left: 10px; 
	text-transform: capitalize;
}

.texto {
	font-size: 12px; 
	color: #625137; 
	text-decoration: none; 
	font-weight: normal;
	padding-left: 5px; 
	padding-right: 10px; 
	vertical-align: top;
}
.textoinicio {
	font-size: 12px; 
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;
    padding: 4px;
	vertical-align: top;
}

.label {
	font-size: 12px; 
    color: #012300;
    text-align: middle;
}

.footer {
	font-size: 12px; 
    text-align: center;
}

.fotoright {
	border: solid #625137 5px;
	margin-left: 10px;
	margin-right: 5px;
	float: right;
}
.fotoleft {
	border: solid #625137 5px;
	margin-left: 5px;
	margin-right: 10px;
	float: left;
}
.fotomiddle {
	border: solid #625137 2px;
	margin-left: 2px;
	margin-right: 2px;
	float: middle;
}

.stress {
    font-weight: bold;
}

.none {
	text-decoration: none;
}
/* Default color definitions */
.bgrNDE {
    background-color: #012300;
}
.clrNDE {
    color: #012300;
}
.brdNDE {
    border-color: #012300;
}

.bgrND {
    background-color: #625137;
}

.bgrNL {
    background-color: #cfd452;
}
.brdNL {
    border-color: #cfd452;
}

.bgrNLE {
    background-color: #e6e8a6;
}
.clrNLE {
    color: #e6e8a6;
}

.bgrCDE {
    background-color: #008837;
}
.clrCDE {
    color: #008837;
}

.bgrCD {
    background-color: #1dbb5d;
}
.clrCD {
    color: #1dbb5d;
}

.bgrCL {
    background-color: #e6e8a6;
}