﻿@charset "utf-8";

/*** login ***/
.ms-rteCustom-Login a{
	width:150px;
	height:25px;
	display:block;
	background-image:url('/SiteCollectionImages/login2.png');
	margin:0 auto;
	background-position:center top;
}
	.ms-rteCustom-Login a:hover {
		background-position:center bottom;
	}


/*** ESTILOS ***/
.ms-rteCustom-Título {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #D11818;
				text-decoration: none;
				font-weight: bold;
}
	.ms-rteCustom-Titulo a, .ms-rteCustom-Titulo a:link, .ms-rteCustom-Titulo a:active, .ms-rteCustom-Titulo a:visited {
				color:#D11818;
				font-size:14px;
				font-weight:bold;
				margin:0;
				text-decoration:none;
}
	.ms-rteCustom-Titulo a:hover {
				color:#1A1A1A;
				text-decoration: blink;
}

.ms-rteCustom-Subtitulo, .ms-rteCustom-Subtitulo a, .ms-rteCustom-Subtitulo a:link, .ms-rteCustom-Subtitulo a:active, .ms-rteCustom-Subtitulo a:visited {
				color:#D11818;
				font-size:12px;
				font-weight:bold;
				margin:0;
}
	.ms-rteCustom-Subtitulo:hover {
				color:#1A1A1A;
}

.ms-rteCustom-Texto 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1A1A1A;
	text-decoration:none;
	text-align:justify;
}
	/*.ms-rteCustom-Texto a, .ms-rteCustom-Texto a:active, .ms-rteCustom-Texto a:visited, .ms-rteCustom-Texto a:link
	{
				color: #D11818;
				font-weight: bold;
				text-decoration: blink;
}*/
	.ms-rteCustom-Texto a:hover
	{
				color: #3C3C3C;
				text-decoration: none;
}

.ms-rteCustom-Fecha
{
				font-size:11px;
				color:#4D4D4D;
				display:block;
				margin-bottom:10px;
}
.ms-rteCustom-EndNotaHome {
	background-image:url('/SiteCollectionImages/EndNotaHome.png');
	background-position: center top;
	background-repeat:no-repeat;
	width:auto;
	height:15px;
	margin:0px 0 3px 0;
	clear:both;
}

/* Franja Secciones *********************************************************/
.ms-rteCustom-TituloSeccionRojo {
	background-image:url('/SiteCollectionImages/fjaSecRojo.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	color: #900;
	text-decoration: none;
	font-family: Cardo, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 1.30em;
	text-align: left;
	font-weight:normal;
	margin-top:10px;	
}
.ms-rteCustom-TituloSeccionAzul {
	background-image:url('/SiteCollectionImages/fjaSecAzul.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	color: #036;
	text-decoration: none;
	font-family: Cardo, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 1.30em;
	text-align: left;
	font-weight:normal;
	margin-top:10px;	
}
.ms-rteCustom-TituloSeccionNaranja {
	background-image:url('/SiteCollectionImages/fjaSecNaranja.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	color: #F60;
	text-decoration: none;
	font-family: Cardo, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 1.30em;
	text-align: left;
	font-weight:normal;
	margin-top:10px;	
}
.ms-rteCustom-TituloSeccionVerde {
	background-image:url('/SiteCollectionImages/fjaSecVerde.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	color: #066;
	text-decoration: none;
	font-family: Cardo, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 1.30em;
	text-align: left;
	font-weight:normal;
	margin-top:10px;	
}



