@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #06C;
}
;
p{
	text-align:justify;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #3D5876;
	display: block;
}
h1 {
	font-size: 19px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 16px;
	margin-bottom: 3px;
}

.contenido {
	background-image: url(fondo.jpg);
	width: 100%;
	background-position: left top;
	padding-top: 10px;
	background-repeat: repeat-x;
}

.cont {
	color: #3D5876;
	margin-top: 1px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: left;
	height: 400px;
	background-image: url(cont_bg.jpg);
	background-repeat: no-repeat;
}
.clearLine {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.mensajeSistema {
	padding: 10px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 20px;
}
.mensajeSistema p {
	margin: 0px;
}
.mensajeSistema.error p {
	color: #FF6B6B;
}


.mensajeSistema.comun {
 color: #0B7974;
 background-color: #E8FDFC;
 border-top-color: #CBE7E7;
 border-right-color: #CBE7E7;
 border-bottom-color: #CBE7E7;
 border-left-color: #CBE7E7;
}
.mensajeSistema.error {
	background-color: #FFEBD5;
	color: #FF6B6B;
	border-top-color: #FFBFAA;
	border-right-color: #FFBFAA;
	border-bottom-color: #FFBFAA;
	border-left-color: #FFBFAA;
	background-image: url(cancel48.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 70px;
	min-height: 45px;
}
.mensajeSistema.ok {
 background-color: #DCFDCE;
 border-top-color: #236A04;
 border-right-color: #236A04;
 border-bottom-color: #236A04;
 border-left-color: #236A04;
 color: #236A04;
}
.header  {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 92px;
	background-color: #FFF;
	background-image: url(back_head.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.header h1  {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 87px;
	width: 250px;
	overflow: hidden;
}

.header .wraphead {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	z-index: 10;
}
a.link {
	background-image: url(linkOut16.png);
	background-position: left;
	display: block;
	height: 16px;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: underline;
	margin-bottom: 5px;
}

