#barralogin a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#barralogin a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#barralogin a:hover {
	text-decoration: none;
	color: #333333;
}
#barralogin a:active {
	text-decoration: none;
	color: #333333;
}

a:link
{
	color: #475F76;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #475F76;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.texto_menu {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
	font-weight: 400;
}
.barra {
	background-image: url(../imag/barra.jpg);
	background-repeat: no-repeat;
	height: 24px;
	text-align: right;
}
.casa {
	background-image: url(../imag/casa.jpg);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-image: url(../imag/titulos.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	background-position: 15px 20px ;
	line-height: 12px;
	height: 30px;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #475F76;
	text-transform: uppercase;
	padding-left: 10px;
}
.pie_pagina {
	background-image: url(../imag/pie_pagina.jpg);
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	
}
.textopie_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 17px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: inherit;
	padding-left: 5px;
	padding-right: 5px;
	
}
.parrafo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;

}
.textobarra_superior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 25px;
	padding-right: 20px;
}
.sino
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #333333;
}

.marcos
{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #666666;
	border: 1px solid #666666;
}

.divisor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-align: right;
}

/*Reorder List*/
.dragHandle
{
	position: relative;
	width: 10px;
	height: 15px;
	background-color: #5f9ea0;
	cursor: move;
	border: none;
}

.reorderListDemo li {
	list-style:none;
	margin:2px;
	color:#000;
}

.reorderListDemo li a {color:#000; font-weight:bold;}

.reorderCue {
	border:dashed thin silver;
	width:100%;
	height:25px;
}

