/* CSS Document */

label.fijo {
	width: 95px;
}

fieldset {
	border-top: 1px solid;
	border-color: #6837B5;
	padding: 10px;
}

legend, legend .ShowHide {
	padding: 0px 4px 0px 4px;

	font-size: 14pt;
	font-family: inherit;
	font-weight: normal;
	text-align: inherit;
	color: black;
}

input.validation-failed, textarea.validation-failed {
	border: 2px solid #FF3300;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}

input.validation-passed, textarea.validation-passed {
	border: 2px solid #00CC00;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}

fieldset input[type=text], fieldset input[type=password], fieldset select{
	float: left;
}

input[type=radio]{
	background-color: transparent;
}

#cajaAcciones {
	width: 140px;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 0px 0px 0px 5px;
	float:left;
	border: 1px solid gray;
	height: auto;
}

#cajaDatos {
	padding: 0px 0px 40px 0px;
	margin: 10px 0px 40px 10px;

	float: left;
	width: 630px;
	height: auto;
}

#comoRegistrarse, #comoPublicar, #comoBuscar {
	width: 100%;
	float: none;
	text-align: center;
}

.ShowHide {
	font: inherit;
	margin-left: 4px;
	font-size: 12px;
	display: inline;
	float: none;
	clear: none;
	cursor: pointer;
	color: blue;
	font-weight: bold;
}

.acciones {
	padding: 0px;
	border: 1px solid gray;

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
	display: inline;
}

.acciones h1 {
	padding-left: 0px;
	margin: 0px;
	border: 0px solid black;

	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.acciones h2 {
	padding-left: 0px;
	margin: 2px 0 0 0;

	font-family: inherit;
	font-size:10px;
	font-weight: normal;
	color: black;
	text-align: left;
}


.acciones ul {
	padding: 0;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;

	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.acciones ul li {
	list-style-type:none;
}

.acciones ul li * {
	list-style-type:none;
}

.acciones a, .acciones a:visited, .acciones ul li a, .acciones ul li a:visited {
	display:block;
	width: 90%;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;

	font-family: inherit;
	line-height: 13px;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.acciones ul li a:hover, .acciones h2 a:hover {
	background-color: #6837B5;
	color: white;
}

.acciones h2 a, .acciones h2 a:visited {
	display: inline;
	width: 100%;
	padding-left: 1px;
	padding-top: 3px;
	padding-bottom: 3px;

	color: black;
	text-decoration: none;
	font-size: 12px;
}

.datos {
	padding:5px;
	border: 0px solid red;

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
}

.datos h1 {
	margin-bottom:8px;
	margin-top: 0;

	font-family: inherit;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.datos h2 {
	margin-bottom: 8px;
	margin-top: 0;

	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

.datos h2 a:hover {
	background-color: #6837B5;
}

.datos h3 {
	margin-bottom: 8px;
	margin-top: 0;

	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

#emailStriggy {
	display: inline;
}

#emailStriggy a, #emailStriggy a:visited, #emailStriggy a:hover {
	display: inline;
	background-color: transparent;
	color: blue;
}

.ayuda {
	border: 2px solid gray;
	color: black;
	background-color: #FFFFC6;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

.botonIMG {
	background-color: #C0C0C0;
	border: 1px solid gray;
	font-size: 12px;
	margin-top: 5px;
}