@charset "utf-8";

@font-face {
	font-family:"Myriad Pro";
	src: url('../fuentes/MyriadP0.otf');
}

body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.styleNoticia /* Texto de la noticia en la pag prin*/
{
	font-family:"Myriad Pro";
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

.styleNoticiaFeriado /* Texto de la noticia en la pag prin*/
{
	font-family:"Myriad Pro";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.styleTitulos 
{
	font-size: 14px;
	color: #003366;
	font-family:"Myriad Pro";
	font-weight: bold;
	display: table-header-group;
	text-transform: uppercase;
}

.styleTitulosGenerales
{
	font-family:"Myriad Pro";
	font-size: 15px;
	color: #003366;
	font-weight: bold;
}

.styleTitulosPaginasInt
{
	width: 100%;
	font-family:"Myriad Pro";
	font-size:14px;
	color:#003466;
	font-weight:bold;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #000040;/*#FFCC00;*/
	border-left-color: #FFCC00;
}

.tituloazulminimo{
	font-family:"Myriad Pro";
	font-size:8pt;
	color:#0c4c86;
}

.styleamArillo /* fondo amarillo*/
{
	font-family:"Myriad Pro";
	font-size: 12px;
	vertical-align:middle;
	color: #193c4f;
	height:15px;
	background-image:url(../imagenescss/fondoabajoamarillo.jpg);
}

.tabla
{
	background-color: #F3F3F3;
	font-family:"Myriad Pro";
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	border: thin dotted #FDD462;
}
