* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	background: #f3f3f3;
	/* background-image: url('/cvdata/cntr2/spc2198/dtos/mdia/fondos/background-foam.jpg'); */
	/* opacity: 0.5; */
}
a {
	color: #005644;
}
ul {
	padding-left: 20px;
}
li{
	margin-bottom: 5px;
}
h1 {
	color: #005644;
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 2em;
	margin-bottom: 10px;
	border: none;
}
#ajaxmask{
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background: #FFFFFF;
	background-color: green;
	background-image: url('/cvdata/cntr2/spc2198/dtos/mdia/fondos/Abstract-Backgroud-3.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	opacity: 0.2;
	display: block !important;
}
#homediv {
	width: 1080px;
	margin: 20px auto;
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
}

.wrapperdiv {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	height: auto;
}

#sidediv {
	width: 19%;
	float: left;
	position: relative;
	display: block;
	overflow: visible;
	height: auto;
	margin-right: 1%;
	margin-top: 52px;
}

.wrapperdiv {
	width: 80%;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	height: auto;
}

.pmaindiv {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	height: auto;
}
#headerdiv {
	width: 100%;
	background: #f0f0f0;
	height: auto;
	float: left;
	clear: both;
	margin: 20px 0;
	box-shadow: 2px 2px 5px rgba(90,90,90, 0.2);
	-o-box-shadow: 2px 2px 5px rgba(90,90,90, 0.2);
	-moz-box-shadow: 2px 2px 5px rgba(90,90,90, 0.2);
	-webkit-box-shadow: 2px 2px 5px rgba(90,90,90, 0.2);
}
#footerdiv {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 20px 0;
}

.tabula{
	box-sizing: border-box;
	border: 1px solid rgb(220,220,220);
	margin: 0 auto;
	width: 100%;
	table-layout: fixed;
	font-weight: 400;
	font-family: 'Times New Roman';
	font-size: 14px;
	background-color: rgba(255,255,255,0.7);
}
.tabula th{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px;
	border-bottom: 4px solid rgb(173,165,206,0.5);
}
.tabula td {
	padding: 10px;
}
.tabula tr:nth-child(even) td{
	background: #ddd;
}
.tabula img {
	max-width: 250px;
	max-height: 250px;
	margin: 0 auto;
}
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	text-align: justify;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
	text-align: justify;
}
p {
	text-align: justify;
}
.menu1V a {
	display: block;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding: 8px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	line-height: inherit;
	margin: 0px;
	border-left: 5px solid #005644;
	background: rgba(255,255,255,0.7)!important;
	box-shadow: 2px 2px 5px rgba(90,90,90, 0.2);
	-o-box-shadow: 2px 2px 5px rgba(90,90,90, 0.2);
	-moz-box-shadow: 2px 2px 5px rgba(90,90,90, 0.2);
	-webkit-box-shadow: 2px 2px 5px rgba(90,90,90, 0.2);
	transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	
}
.menu1V a:hover{
	background: rgba(255,255,255,1)!important;
}
.menu1V li {
	list-style: none;
	margin: 0 0 5px 0 !important;
}