﻿/* ------------------------------------------------ */
/* -- AVISOS -- */
/* ------------------------------------------------ */

.AvisosListContainer {
	background: url('images/background.avisos.top.png') no-repeat top left;
	width: 526px;
	padding-top: 16px;
}

.AvisosList {
	background: url('images/background.avisos.alarm.gif') no-repeat top left;
	margin: 0px 4px 10px 18px;
	padding-left: 38px;
	font-weight: bold;
	height:20px;
}

.AvisosList div {
	margin-bottom: 4px;
}

.MainContainerMiddleSingleColumn .ms-WPBody .AvisosList a:link,
.MainContainerMiddleSingleColumn .ms-WPBody .AvisosList a:visited {
	color: #9B0C0B;
	text-decoration: none;
}

.MainContainerMiddleSingleColumn .ms-WPBody .AvisosList a:hover {
	text-decoration: underline;
}

.BottomAvisosList {
	background: url('images/background.avisos.bottom.png') no-repeat bottom left;
	height: 16px;
	width: 526px;
}


/* ------------------------------------------------ */
/* -- MIS TAREAS -- */
/* ------------------------------------------------ */

.MisTareasList {
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	width: 526px;
}

.MisTareasGroup {
	border-bottom: solid 5px #F3F1EC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.MisTareasTitleImageST {
	background: url('images/background.mistareas.secretariatempore.gif') no-repeat top left;
	width: 56px;
	height: 48px;
}

.MisTareasTitleImageSP {
	background: url('images/background.mistareas.secretariapermanente.gif') no-repeat top left;
	width: 56px;
	height: 48px;
}

.MisTareasTitleImageP {
	background: url('images/background.mistareas.miembropais.gif') no-repeat top left;
	width: 56px;
	height: 48px;
}

.MisTareasTitleImageA {
	background: url('images/background.mistareas.administradoractividad.gif') no-repeat top left;
	width: 56px;
	height: 48px;
}

.MainContainerMiddleSingleColumn .ms-WPBody .MisTareasTitle a,
.MainContainerMiddleSingleColumn .ms-WPBody .MisTareasTitle a:link,
.MainContainerMiddleSingleColumn .ms-WPBody .MisTareasTitle a:visited,
.MainContainerMiddleSingleColumn .ms-WPBody .MisTareasTitle a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.MisTareasLink {
	margin-left: 56px;
	margin-bottom: 4px;
}

.MisTareasLinkHelp {
	margin-left: 4px;
	position: relative;
	bottom: -4px;
}


/* ------------------------------------------------ */
/* -- MENÚ MIS TAREAS -- */
/* ------------------------------------------------ */

.VinculoRegistro .MisTareasGroupTitle {
	margin: 10px 6px 0px 6px;
	border-top: dotted 1px #adadad;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
}

.VinculoRegistro .MisTareasTitle {
	background: url('images/glyph.squares.right.gif') no-repeat top left;
	margin: 0px 6px 2px 6px;
	padding-left: 16px;
}

.VinculoRegistro .MisTareasTitle a:link,
.VinculoRegistro .MisTareasTitle a:visited {
	color: #333333;
}


/* ------------------------------------------------ */
/* -- MANUAL DE USUARIO -- */
/* ------------------------------------------------ */

.AyudaList {
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	width: 526px;
}

.AyudaGroup {
	border-bottom: solid 5px #F3F1EC;
	margin-bottom: 10px;
}

.TitleAyudaItem {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
}

.AyudaItem {
	background: url('images/glyph.squares.right.gif') no-repeat top left;
	margin-bottom: 4px;
	padding-left: 16px;
}

.AyudaItem a:hover {
	color: #9B0C0B;
}



