@CHARSET "ISO-8859-1";

img
{
	border: 0px;
}

div.logocomunidades
{
	position: absolute;
	z-index: 3;
	top: 140px;
	left: 5px;
	width: 320px;
	height: 82px;
}

div.selector
{
	position: absolute;
	z-index: 3;
	top: 140px;
	right: 10px;
	width: 490px;
	height: 71px;
}

div.selector img
{
	cursor: pointer;
}

div.comunidades
{
	position: absolute;
	z-index: 3;
	top: 220px;
	left: 100px;
	width: 630px;
	height: 306px;
	text-align: left;
}

div.comunidades h1
{
	color: #617588;
	font-size: 1.8em;
	font-weight: 600;
}

div.comunidades div.scroll_comunidades
{
	width: 630px;
	height: 256px;
	overflow: auto;
}

div.comunidades table.tabla_comunidades
{
	width: 610px;
	background-color: #AFAFAF;
}

div.comunidades table.tabla_comunidades td.logo_comunidad,
div.comunidades table.tabla_comunidades td.logo_comunidad img
{
	width: 108px;
	height: 77px;
}

div.comunidades table.tabla_comunidades td.descripcion_comunidad
{
	background-color: white;
	vertical-align: top;
	padding: 2px;
}

div.comunidades table.tabla_comunidades td.descripcion_comunidad input
{
	width: 100px;
}

div.comunidades table.tabla_comunidades td.descripcion_comunidad h1
{
	margin: 0px;
}


div.comunidades fieldset.nuevacomunidad
{
	background-color: white;
}

div.comunidades fieldset.nuevacomunidad label
{
	margin-right: 3px;
	margin-left: 3px;
	font-size: 0.8em;
	vertical-align: middle;
}

div.comunidades fieldset.nuevacomunidad input
{
	margin-bottom: 3px;
}

div.comunidades table.table_micomunidad
{
	position: absolute;
	left: 100px;
	top: 70px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width: 430px;
	background-color: white;
}

div.comunidades table.table_micomunidad td.label
{
	color: black;
	font-weight: bold;
	width: 100px;
	text-align: right;
}

div.comunidades table.table_micomunidad td.input input,
div.comunidades table.table_micomunidad td.input select
{
	width: 300px;
}

div.comunidades table.table_micomunidad td.botonera
{
	text-align: center;
}

div.comunidades table.table_micomunidad td.botonera input
{
	width: 150px;
}


div.comunidades textarea.ta_ayuda
{
	width: 630px;
	height: 250px;
}

.hidden
{
	display: none;
}
p.error
{
	color: red;
	font-weight: bold;
	text-align: center;
}
p.confirm
{
	color: black;
	font-weight: bold;
	text-align: center;
}
