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

a:link{
	text-decoration: none;
	color: #7C23C9;
	font-weight: bold;
}
a:hover {
	color:#999999;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FAF7FD;
}
.main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #42334F;
	border-left-color: #42334F;
	font-family: arial;
	background-color: #FFF;
}

.pie {
	background-color: #42334F;
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pie a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.pie a:hover { color:#999999;}

.textoestilo {
	font-family: verdana;
	font-size: 10px;
}

.titulotextoestilo {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #7C23C9;
}
.camptextlogin {
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #42334F;
}
.botonlogin{
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
	border: 1px dashed #42334F;
	background-color: #FFFFFF;
	color: #42334F;
	cursor:hand;
}
.camptextitutiny {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #42334F;
}
.novedad {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding: 10px;
	width: 700px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
}
.campoform {
	border: 1px solid #333333;
	font-weight: bold;
	color: #666666;
	font-family: arial;
}
.layerstaff {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #EEE3F9;
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	padding: 10px;
	width: 400px;
	left: 9px;
	top: 106px;
}

.fechayhora {
	color: #666;
}

.titulo_editor {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #42334F;
}
.frameH {
	background-image: url(../images/frameh.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.frameV {
	background-image: url(../images/framev.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.advertencia {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.staff {
	float: left;
}

