﻿.desarrollosNEA{} /* solo para validacion W3C */

/*
---------------------------------------------------------
ESTILOS para GUIA DE TRAMITES
Aguas de Corrientes - www.aguasdecorrientes.com
Autor: Desarrollosnea 2006-2007
       info{arroba}desarrollosnea{punto}com{punto}ar
---------------------------------------------------------
*/

/*
----------------------------------------------------------
TABLA: Tramites Titulo
----------------------------------------------------------
*/

.accordionHeaderTramite
{
    
	font-weight: bold;
    margin-top: 1px;
    cursor: pointer;
}

.accordionContentTramite
{
	padding-bottom:25px;
}

a.accordionLinkTramite
{
	font-size: 1em;
	background: none;
	text-decoration: none;
	font-weight:normal;
	
}

a.accordionLinkTramite:hover
{
	background: none;
	color: #009933;
	font-weight:bold;
	text-decoration: underline;
}



/*
----------------------------------------------------------
TABLA: Tramites
----------------------------------------------------------
*/

.tablaTramites
{
	left:15px;
	margin-left:15px;
	
}

.tablaTramites .col1
{
	width: 75px;
	font-weight: bold;
	border-right: #a9a9a9 1px dotted;
	padding-right:5px;
	text-align:right;
}
.tablaTramites .col2
{
	padding-left:5px;
	border-bottom: #a9a9a9 1px dotted;
	padding-bottom:10px;
	
}

.tablaTramites tr
{
	vertical-align:text-top;
}

	
