body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 12px;
}

body.printable{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
}

input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.w400 {
	width: 370px;
}

.checkbox
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}

.formField {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}

.errorFormField {
	background-color: #FF3300;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
.loginInput {
	width: 150px;
}

.marco {
	border: 1px solid #FFFFFF;
}

.selected {
	font-weight: bold;
	color: #EF5EA2;
}
.errorFormLabel {
	font-size: 10px;
	color: #FF3300;
}

.loginBox {
	color: #CCCCCC;
}
.addButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #EF5EA2;
	background-color: #333333;
	border: 1px solid #EF5EA2;
}

input.loginBox {
	background-color: #EF5EA2;
	border: thin solid #FFFFFF;
}

input.w200 {
	width: 185px;
}

.main {
	background-color: #6699CC;
  color: #CCCCCC;
	font-size: 12px;
}
.dataPersonal {
	background-color: #FFFFFF;
  color: #999999;
	font-size: 10px;
	padding: 5px;
}
.formLabel {
	font-size: 10px;
	color: #CCCCCC;
}
.obligatorio {
	font-size: 18px;
	color: #FF3300;
}
.autores {
	background-color: #999999;
}
.errorText {
	font-weight: bold;
	color: #FF3300;
}

.frmHeader1 {
	font-weight: bold;
}

.paso_actual{
	font-weight: bold;
}

a:link {
	font-weight: bold;
	color: #EF5EA2;
	text-decoration: none;	
}

a:visited {
	font-weight: bold;
	color: #EF5EA2;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #EF5EA2;
  	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #EF5EA2;
  text-decoration: none;
}
.main a:link {
	font-weight: bold;
	color: #FF99CC;
	text-decoration: none;	
}
.main a:visited {
	font-weight: bold;
	color: #FF99CC;
	text-decoration: none;
}

.main a:hover {
	font-weight: bold;
	color: #FF99CC;
  	text-decoration: underline;
}

.main a:active {
	font-weight: bold;
	color: #FF99CC;
  text-decoration: none;
}


#w500 {
	width: 500px;
}

.firstColumn {
	padding-left: 5px;
	padding-bottom: 5px;
}
.secondColumn {
	padding-left: 10px;
}
