/* CSS Document */

.background {
background-image: url(../images/03_fondo.gif);
background-repeat: repeat;
background-position: center;
}

.line01 {
height:35px;
background-position: left;
background-image: url(../images/line_01.gif);
background-repeat: repeat-x;
padding-right: 50px;
}

.line01_small {
height:15px;
background-position: left;
background-image: url(../images/line_01.gif);
background-repeat: repeat-x;
padding-right: 50px;
}

/***************links**************/

.link_1			{color:#666666; text-decoration:none; font-family:  Helvetica; font-size: 10px;}
.link_1:hover	{color:#333333; text-decoration:underline; font-family:  Helvetica; font-size: 10px;}

.link_2			{color:#333399; text-decoration:underline; font-size:12px; font-family: Helvetica;}
.link_2:hover	{color:#333333; text-decoration:underline; font-size:12px; font-family: Helvetica;}

.link_3			{color:#333333; text-decoration:underline; font-size:12px; font-family: Helvetica;}
.link_3:hover	{color:#333399; text-decoration:underline; font-size:12px; font-family: Helvetica;}

.link_submenu			{color:#333333; text-decoration:underline; font-size:10px; font-family: Helvetica;}
.link_submenu:hover		{color:#333399; text-decoration:underline; font-size:10px; font-family: Helvetica;}

/**************end links**************/

/***************txt***************/

.subtitulo		{color:#333333; font-size:12px; font-family: Helvetica; font-weight: bold;}
.titulo			{color:#333333; font-size:16px; font-family: Helvetica; font-weight: bold;}
.texto			{color:#000000; font-size:12px; font-family: Helvetica;}
.texto_bold		{color:#000000; font-size:12px; font-family: Helvetica; font-weight: bold;}
.texto_chico	{color:#000000; font-size:10px; font-family: Helvetica;}
.texto_submenu	{color:#333333; text-decoration:none; font-size:10px; font-family: Helvetica;}

/***************end txt***************/
