﻿
/******************************************************************************************
										BLOQUES DEL MENÚ DE INFORMES
*******************************************************************************************/
.bloqueinforme
{
	width: 290px;
	height: 90px;
}

.bloqueinformeLeft
{
	float: left;
	width: 70px;
}

.bloqueinformeRight
{
	float: left;
	width: 205px;
	vertical-align: top;
}

.bloquedirectorioTitulo, .bloqueinformeTitulo
{
	color: #173E68;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.bloquedirectorioTitulo:hover
{
	color: #333333;
}

.divrating a
{
    text-decoration:none;
}

.divrating a:hover
{
    text-decoration:underline;
}

.bloquePromptHeader
{
	background: #edf3f8 url(img/bloques/blockHeadline.png) repeat-x 0% 0%;
	border: 1px solid #a3c1da;
	border-bottom-width: 0;
	color: #356287;
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 10px;
}

.bloquePromptInside
{
	border: 1px solid #a3c1da;
	margin: 0 0 10px 0px; /*superior derecha inferior izquierda*/
	padding: 5px 10px;
}

.bloqueinformeSmallLinea
{
    clear:both;
    width:588px;
}
/******************************************************************************************
										FORMULARIO DE LOGIN
*******************************************************************************************/
.loginCenter
{
	background-color: #EEEEEE;
	border: 1px solid #a3c1da;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}

.loginLeftmedium
{
	float: left;
	width: 180px;
	text-align: right;
	margin-right:5px;
}

.loginRightmedium
{
	float: right;
	text-align: left;
	width: 180px;
	margin-left:5px;
}

