/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
input {
	border: #CCCCCC solid 1px;
	border-bottom:#0066FF solid 2px;
	/*height:15px;*/
	
}
input:hover{
	background-color:#FFFFCC;
}

.bar_registrante{
	background-color:#CCECFF;
	color:#000000;
	text-align:center;
}	
.bar_afectado{
	background-color:#99CCFF;
	color:#000000;
	text-align:center;
}
.td_input:hover{
	color:#000;
	background-color: #00CCFF;
}


.Estilo_azul {
	color: #0000FF;
	font-weight: bold;
}
.nuevo{color: #FF0000}   /* new */
.warnig{
	background-color:#FFCCCC;
	font-size:14px;
}
#error{
	position:absolute;
	left:250px;
	top:197px;
	width:475px;
	height:152px;
	z-index:10;
	color:#FFFFFF;
	display:none;/**/
}
#error h1{
	font-size:36px;
}

#error h2{
	font-size:26px;
}

#error h3{
	font-size:14px;
}

.post{
color: #0077dd;
font-size:12px;
}
.post10{
color: #0077dd;
font-size:10px;
}

.paginacion{
	background-color:#FFFFCC;
	color: #0077dd;
	font-size:12px;
	text-align: center;
}
.upa_u {color: #DEC425; font-size:18px;} /* U */
.upa_p {color: #80AF45; font-size:18px;} /* P */
.upa_a {color: #D97C43; font-size:18px;} /* A */
.upa_signo {color: #2B5D78; font-size:18px;} /* ! */

body{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fffff8;
}

a{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #004778 url('../images/a5_2.gif') bottom left repeat-x;
	height: 80px; /*180px*/
	padding-left: 2em;
}

#header h1
{
	position: absolute;
	font-size: 36px;
	width: 1px;
	left: 479px;
	top: 133px;
	/*letter-spacing: -0.05em;
	width: 1px;
	height: 1px;*/
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}



/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h1
{
	border-bottom: solid 3px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul ol
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	/*margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;*/
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	/*padding: 0.5em;
	border-right: solid 1px #fff;*/
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('../images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('../images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */

#primaryContent
{
	background-color: #fffff8;
	/*float:right;*/
	/*margin: 1.5em 19em 0em 0.5em;*/
	/*padding: 0.5em 5em 1.5em 3em;  arriba,izq,abajo,der*/
	width:490px;
}

#primaryContent2
{
	background-color: #fffff8;
	/*float:right;*/
	/*margin: 1.5em 19em 0em 0.5em;*/
	/*padding: 0.5em 5em 1.5em 3em;  arriba,izq,abajo,der*/
	width:700px;
}
/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 2em 2em 2em 1em;  /*arriba,derecha,abajo,izquierda*/
	background: #fff url('../images/a1.gif') top right repeat-y;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 2em 2em 2em 1em;
	background: #fff url('../images/a2.gif') top left repeat-y;
}

.newsletter
{
	color:#FFFFFF;
	background-color:#FE7D00;
}

.miembros
{
	color:#FFFFFF;
	background-color:#003366;
}
/* Footer */

#footer
{
	position: relative;
	z-index: 0;
	border-top: solid 15px #FE7D00;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
	font-size:10px;
}

.clear
{
	clear: both;
}
