/*   ESTRUTURA GENERAL  */
body {
margin:0px;
padding:0px;
background:url(images/bck_bck.jpg) repeat-x bottom;
background-color:#FFFFFF;
}
#contenedor {
background-color:#FFFFFF;
width:772px;
height:100%;
vertical-align:top;
border-left:1px solid #000000;
border-right:1px solid #000000;
}
#top {
height:39px;
}
#flash {
height:221px;
width:772px;
}
#foot {
height:40px;
background: url(images/foot_bck.jpg) repeat-x;
}

/* INTERNOS */

/*  ACCESORIOS  */

.linea {
height:3px;
background-color:#FFC000;
vertical-align:middle;
}
.linea_small {
height:1px;
background-color:#FFC000;
vertical-align:middle;
}

/*  TIPOGRAFÍAS  */

#contenedor .bodytxt {
font-family:Tahoma;
font-size:11px;
color:#000000;
padding:10px;
text-align:justify;
}
#foot .bodytxt {
font-family:Tahoma;
font-size:11px;
color:#000000;
padding:0px 0px 0px 10px;
}
/*a, a:link, a:visted, a:hover {
font-family:Tahoma;
font-size:11px;
color:#000000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}*/
A{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

A:link{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
A:visited {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

A:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

