﻿html
{
	height:100%;
}
form
{
	height:100%;
}
.body
{
	background-color:#FEFEFE;
	height:100%;
	margin:0px;
}
/*** TABLA CONTENEDORA ***/
.MasterPagina
{
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FEFEFE;
}
.shadowLeft
{
	*height:100%;
	min-height:100%;
	width:15px;	
	background-image: url('/SiteCollectionImages/SombraIz.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.shadowRight
{
	*height:100%;
	min-height:100%;
	width:15px;	
	background-image: url('/SiteCollectionImages/SombraDr.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.spacer
{
	width:15px;
}
.ms-main
{
	width:980px;
	*height:100%;
	min-height:100%;
}
	.ms-main td
	{
		border-collapse:collapse;
		border:0;
		padding:0;
	}
/*** ACCIONES AL SITIO ***/
.AccionesSitio
{
	position:absolute;
	top:0;
	width:980px;
	*width:auto;
	text-align:right;
	background-image:url('/SiteCollectionImages/FdoAccionesSitio.png');
}
	.AccionesSitio a, .AccionesSitio a:link, .AccionesSitio a:active, .AccionesSitio a:visited {
		/*color:#FFF;*/
		font-size:10px;
		text-decoration:none;
	}
	.AccionesSitio a:hover {
		color:#06F;
		text-decoration:underline;
	}
/*** MENU SUPERIOR ***/
.MenuA2
{
	background-image:url('/SiteCollectionImages/a2/fdo_mna2.jpg');
	background-repeat:repeat-x;
}
.ListaProgramas
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	text-align:left;
	background-color:#999;
	line-height:13px;
}
	.ListaProgramas ListItem
	{
		margin-bottom:5px;
	}
/*** FECHA BUSCAR ***/
.fecha{
	margin:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003366;
	vertical-align:middle;			
}
.search
{
    margin:5px 0;
    text-align:right;
}
	/*.search .ms-sbcell .ms-sbplain
	{
	    margin-right:2px;
    	margin-left:2px;
    	border:1px #555555 solid;
    	height:14px;
	}*/
	.ms-sbplain{
		border:1px #CCC solid;
		line-height:normal;
		height:19px;
		margin-left:2px;
		margin-right:2px;
		/*background-color:#e5e5e5;*/
		padding-left:5px;
	}
	.search .ms-sbcell
	{
	    border:none;
	    font-weight:normal; 
	    font-size:8pt; 
	    color: #3A4663;
	    padding:0px;
	}
	.search .ms-sbgo
	{
	    background:none;
	}
/* MENU A4 ESTILOS RELACIONADOS: SPRYASSETS*/
.MenuA4
{
	background-image:url('/SiteCollectionImages/a4/fdo_mna4.jpg');
	background-repeat:repeat-x;
}
.SombraMenu
{
	background-image:url('/SiteCollectionImages/sombra.png');
	background-repeat:repeat-x;
}
/* SITEMAP */
.breadcrumb, breadcrumbCurrent
{
    color:#BBBEC4;
    clear:both;
    font-size:8pt; 
    font-family: Tahoma, Arial; 
    padding-left:7px;
    padding-bottom:2px;
    padding-top:0px;
    border-bottom:1px #CCC solid;
    margin-bottom:3px;
    font-weight:normal;
}
.breadcrumb a, .breadcrumb:active, .breadcrumb a:link, .breadcrumb a:visited
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #BBBEC4;
   	font-weight:normal;
}
.breadcrumb a:hover
{
	text-decoration:underline;
	color:#656b77;
}
.breadcrumbCurrent
{
	font-weight:normal;
	/*text-decoration:underline; */
}
a.ms-sitemapdirectional{
	font-family:Tahoma, Arial;
	font-size:8pt;
	color:lime;			
}

/*** BOTTOM ***/
.FondoBottom
{
	background-image:url('/SiteCollectionImages/a7/fdo_bottom.jpg');
	background-repeat:repeat-x;
}