body {
	background: #e1e1e1 url("../images/bg.jpg") repeat-y fixed center;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contenedor {
	position: absolute;
	float: left;
	top: 0px;
	left: 50%;
	margin-left: -350px;
	background-color: #d1d1d1;
	text-align: left;
	width: 700px;
	height: 100%;
}

.top {
	position: absolute;
	float:left;
	top: 20px;
	left: 50%;
	margin-left: -350px;
	background-color: #fff;
	text-align: left;
	width: 700px;
	height: 155px;
	border:1px solid #858585;

}

.loguillo {

	z-index: 11;
	width: 164px;
	height: 155px;
	margin-top: 21px;
	margin-left: 536px;
	position: absolute;
	float:left;
}

.main {
	position: absolute;
	float:left;
	height: 384px;
	width: 700px;
	background-color: #fff;
	border:1px solid #858585;
	margin-top: 233px;
	color: #191919;
	font-size: 10pt;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: top;
}

.bottom { 
	position: absolute;
	float:left;
	height: auto;
	margin-top: 627px;
	color: #191919;	
	font-size: 10pt;
	text-align: center;
	width: 700px;
}

/* menuuu */
.menu {
	position: absolute;
	float:left;
	background-color: #60b7da;
	font-size: 10pt;
	text-align: justify;
	height: 38px;
	width: 700px;
	border:1px solid #858585;
	margin-top: 185px;
}

ul#menu {
	margin: 0px;
	padding:0px;
	list-style-type:none;
	width:700px;
	position:relative;
	display:block;
	height:38px;
	text-transform:uppercase;
	background:transparent url("../images/menunormal.jpg") repeat-x top left;
	font-family:Verdana, Tahoma, Arial,sans-serif;
	overflow: hidden;
}

ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding: 0px;
}

ul#menu li a {
	display:block;
	float:left;
	color:#ffffff;
    font-weight: bold;
	text-decoration:none;
	height:38px;
	padding:10px 58px 0 58px;
}

ul#menu li a:hover {
	height: 38px;
	background:transparent url("../images/menuhover.jpg") repeat-x top left;	
	color:#fff;
    font-weight: bold;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	height:38px;
	padding:10px 58px 0 58px;
}

/* esto e pal submenu de cada vainita */
.submenu {
	color: #191919;
	font-size: 10pt;
	width: 155px;
	overflow: hidden;
	vertical-align: top;
	text-transform: uppercase;
	text-align: right;
	padding: 5px;
}

/* esto e pal espacio entre submenu y contenido */
.espacio {
	width: 7px;
	overflow: hidden;
	vertical-align: top;
	font-size: 10pt/20px;
	font-weight: bold;
	color: #60b7da;
	margin-left: 155px;
	padding: 5px;
}

/* esto e pal contenido */
.contenido {
	background-color: #fff;
	color: #191919;
	font-size: 10pt;
	text-align: justify;
	width: 523px;	
	padding: 5px;
	vertical-align: top;
	margin-left: 160px;
}

/* para que el contenido tenga el ancho que es */
#widthcorrecta {
	width: 523px;
	height: 20px;
	padding: 5px;
}

#widthcorrectahechos {
	width: 490px;
	height: 20px;
	padding: 5px;
}

#widthcorrectawifredo {
	width: 340px;
	height: 20px;
	padding: 5px;
}

/* 
-
-
-
-
-
-
-
-
*/

.text-center {
	text-align: center;
}

.text-right {
	text-align: end;
}

.text-left {
	text-align: left;
}

.title {
	display: block;
	padding: 10px;
	color: white;
	background-color: #607d8b;
	font-weight: bold;
	text-transform: uppercase;
}

.heading {
	color: #607d8b;
	font-weight: bold;
	font-size: 2rem;
	text-transform: uppercase;
}

.spacer {
	width: 100%;
	height: 1rem;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #4da4c6;
}

.link {
	font-size: 10pt/20px;
	line-height: 20px;
}

.link:hover {
	text-decoration: underline;
}

.pdf {
	/* PDF file icon */
	width: 32px;
	height: 32px;
	background: url('../icons/pdf.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	content: ' ';
}