/*  MENU ICONOS*/
.menuIconos 
{

	margin-left:500px;
	margin-top:30px;
	font-size:11px;
}

.menuIconos a:link {color:#FFFFFF; font-size:80%; font-weight:normal; text-decoration:underline; }
.menuIconos a:hover {color:#FFFFFF; font-size:80%; font-weight:normal; text-decoration:underline;}
.menuIconos a:visited {color:#FFFFFF; font-size:80%; font-weight:normal; text-decoration:underline;}

#inicio 
{
	BACKGROUND: url('../images/house.gif') no-repeat  top;
	line-height:40px;
}
#contacto 
{
	BACKGROUND: url('../images/sobre.gif') no-repeat  top;
	line-height:40px;
}		
#mapaWeb
{
	BACKGROUND: url('../images/mapaweb.gif') no-repeat  top;
	line-height:40px;
}

#footer
{	
	padding-top:30px;
	clear:both;
	width: 769px;
    bottom: 0px;
	
	
	height:50px;
	margin-bottom:0px;
	line-height:15px;
	border-bottom:0px;
	
}

#foot
{
	text-align:left;
	float:left;
	font-size:85%;
	color: #244d72;
}

/********************************************************/
/********************************************************/
/*Tablas de Datos BROWSE*/
/* Notificaciones, recibos, expedientes, anotaciones ....... */

/* table {border: 5px solid red;}*/
/*td {    text-align: center; }*/

table.InformationTable
{
    border: 0px solid silver;    
    border-collapse: collapse;
    width: 100%;    
    margin-bottom: 15px;
    table-layout: fixed;
}
caption
{
    color: #5f758c;
    font-weight: bold;
    padding: 10px 0;
    text-align: left;
    text-decoration: none;
}

h3
{
    margin-top:20px; 
    margin-bottom:10px;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom:5px;    
    border-bottom: 1px solid lightgrey;
    height: 18px;
}
h3 span { float: left; }
h3 a.linkHelp { float: right; }

p
{
    text-align: left; 
    margin-top: 13px;
    margin-bottom: 13px;
}

#CarpetaCiudadana 
{
	background-image: url("/eParticipa/Resources/Crm/Common/images/cabecera.jpg");
	background-repeat: no-repeat;
	background-position:center;
	border: 1px solid transparent;
	height: 0;
    padding-top: 80px;
}

#cabe {
    padding-bottom: 20px;
    margin: auto;
    width: 1000px;
    padding-bottom: 0;
    height: 125px;
}


