/* CSS Document */

A.link1:link	
		{
		color: #FFFFFF;
		font-family: Arial;
		font-size:11px;
		font-weight: bold;
		text-decoration:none;
		}
A.link1:visited
		{
		color: #FFFFFF;
		font-family: Arial;
		font-size:11px;
		font-weight: bold;
		text-decoration:none;
		}
A.link1:active
		{
		color:#FFFF00;
		font-family: Arial;
		font-size:11px;
		font-weight: bold;
		text-decoration:none;
		}
A.link1:hover
		{
		color: #FFFF00;
		font-family: Arial;
		font-size:12px;
		font-weight: bold;
		text-decoration:none;
		}

A.link2:link	
		{
		color: #0000FF;
		font-family: Arial;
		font-size:14px;
		font-weight: bold;
		text-decoration:none;
		}
A.link2:visited
		{
		color: #0000FF;
		font-family: Arial;
		font-size:14px;
		font-weight: bold;
		text-decoration:none;
		}
A.link2:active
		{
		color: #0000FF;
		font-family: Arial;
		font-size:14px;
		font-weight: bold;
		text-decoration:none;
		}
A.link2:hover
		{
		color: #92324F;
		font-family: Arial;
		font-size:16px;
		font-weight: bold;
		text-decoration:none;
		}

.bordo_	{
		background-color:#92324F; 
		}
.rosa_
		{
		background-color:#FADAF3;
		}

.footer_ 
		{
		background-color:#000000;
		}
				
.titulo1
		{
		font-family:"Times New Roman";
		font-size:22px;
		font-weight:bold;
		color:#92324F;
		}

.texto1
		{
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		}

.texto1_rosa
		{
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		color:"#FADAF3";
		font-weight: bold;
		}

.mini_txt1
		{
		font-family:Arial;
		font-size:8px;
		font-weight:bold;
		color:white;
		}

