

/*******************************************************
tool tips
*******************************************************/

a.info
{
	color: #000;
	text-decoration: none;
	z-index: 0;
	position: relative;	
}

a.info:hover
{
	z-index: 10;
	background-color: #dbe4f2;
}

a.info span
{
	display: none;
}

a.info:hover span
{
	clear: both;
	position: absolute;
	display: block;
	width: 180px;
	border: 1px solid #666;
	background-color: #ff0;
	color: #333;
	text-align: left;
	padding: 5px;
	font-family: verdana;
	font-size: 11px;
	z-index: 0;
}

/*******************************************************
tool tips
*******************************************************/
a.info2
{
	color: #000;
	text-decoration: none;
	z-index: 0;
	position: relative;
}

a.info2:hover
{
	z-index: 10;
	background-color: #dbe4f2;
}

a.info2 span
{
	display: none;
}

a.info2:hover span
{
	clear: both;
	position: absolute;
	display: inline;
	width: 250px;
	border: 1px solid #666;
	background-color: #ff0;
	color: #333;
	text-align: left;
	padding: 5px;
	font-family: verdana;
	font-size: 11px;
}


/*******************************************************
reste
*******************************************************/



.body
{
	background-image: url(../images/backint.jpg);
	background-repeat: repeat-x;
}

.body_home {
	background-image: url(../images/back.jpg);
}



.creditos
{
	font-family: verdana;
	color: #995279;
	font-size: 9px;
	text-decoration: none;
}

.credlnk
{
	font-family: verdana;
	color: #995279;
	font-size: 9px;
	text-decoration: underline;
}
.credlnk:hover {	text-decoration: none; }


div {
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: white;
	scrollbar-track-color: white; }


.txt
{
	font-family: verdana;
	color: #666666;
	font-size: 11px;
}

.txt2
{
	font-family: verdana;
	color: #666666;
	font-size: 12px;
}

.tit
{
	font-family: verdana;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
}

.subtit
{
	font-family: verdana;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
}

.liga
{
	color: #995279;
	text-decoration: none;
}
.liga:hover { text-decoration: underline; }

.alert
{
	font-family: verdana;
	color: #993333;
	font-size: 10px;
}

.row1
{
	font-family: verdana;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #995279;
}

.row2
{
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	background-color: #FF6DAB;
}

.row3
{
	font-family: verdana;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF6DAB;
}

.row4
{
	font-family: verdana;
	color: #993333;
	font-size: 11px;
	background-color: #FFC0DB;
}

.row5
{
	font-family: verdana;
	color: #ffffff;
	font-size: 12px;
    font-weight: bold;
	background-color: #CC0066;
}

.foto
{
	float: right;
	margin: 0 5px 5px 10px;
	border: 1px solid #FFB5B5;
	padding: 2px;
	clear: right;
}