/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

body
{	background-color: #ffffff;
	margin-top:0px;	
	padding-top:0px;
	text-align:center;
	font-size: 9pt;
    font-family:  Arial, Verdana, 'Ms sans Serif';
}

hr
{
	height:1px;
	color:#496092;
}

a
{
	text-decoration:none;
	color:Black;
}

td
{
	vertical-align:top;
}

#Header
{
	background-color:#ffffff;
	padding-top:10px;
	margin:0px;
	text-align:right;
}

#MainTable
{
	border-collapse: collapse;
	background-color:#ffffff;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#MainMenu.masterpage
{
	background-color:#ffffff; 
	margin:0 8px 0 0;
}

#MainMenu ul
{
	margin:0 9px 0 0;
	padding:0px;
}
	
#MainMenu li
{
	list-style-type:none;
	list-style-image:none;
	list-style:none;
	display:block;
	width:126px;
	height:25px;
	margin-bottom:0px;
	border-bottom:solid 2px #ffffff;
	padding-bottom:2px;
}
	
#MainMenu li.sel a
{
	background-color:#8694B9;
	background-image: url(/images/fondoMselected.png);
	background-repeat: no-repeat;
}
	
 #MainMenu a
{
	background-image: url(/images/fondoM.png);
	padding-top:2px;
	color:#ffffff;
	font-family: 'Arial Narrow', Arial;
	font-size:11pt;
	background-color:#496092;
	display:block;
	width:126px;
	height:25px;
	text-decoration:none;	
}

#MainMenu a:hover
{
	background-color:#8694B9;
	background-image: url(/images/fondoMselected.png);
	background-repeat: no-repeat;
}

#BreadCrumb
{
	width:639px;
	background-image: url(/images/fondomc.png);
	background-repeat:no-repeat;
	background-color: #496092;
	text-align:center;
	color:#ffffff;
	font-weight: bold;
	font-size: 11pt;
	font-family: 'Arial', Arial;
	height:27px;
	vertical-align:middle;
	border-bottom:solid 2px #ffffff;
}

#BreadCrumb a
{
	text-decoration:none;
	font-weight:lighter;
	color:#CCCEDD;
}

#Content
{	width:639px;
	text-align:left;
	background-color:#CCCEDD;
	height:auto;
	
}

#NavMenu
{	
	width:639px;
	background-image: url(/images/fondoconttop.png);
	background-repeat:no-repeat;	
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color:#CCCEDD;
	overflow:hidden;
}

.InputTitulo
{
	font-size:10pt;
	color:#496096;
	font-weight: bold;
}

.t1
{
	font-family:Arial;
	color:black;
	width:178px;
	border:0px;
	padding:3px;
	font-style:italic;
}

.t2
{
	font-family:Arial;
	color:black;
	width:380px;
	border:0px;
	padding:3px;
	font-style:italic;
}

ul.RMenu
{
	margin:0px;
	padding:0px;	
}

ul.RMenu li
{
	list-style: none;
	display: inline;
	font-size:10pt;	
}

ul.RMenu li a
{
	background-image:url(/images/ar5.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#496092;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
	padding-left:15px;
}

ul.RMenu li.sel a
{
		background-image:url(/images/ar4.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#ffffff;
}


ul.RMenu li a:hover
{
	background-image:url(/images/ar4.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#ffffff;
}

.header 
{
	padding-top:5px;
    width:639px;
	background-image: url(/images/fondomc.png);
	background-repeat:no-repeat;
	background-color: #496092;
	text-align:center;
	color:#ffffff;
	font-weight: bold;
	font-size: 10pt;
	font-family: 'Arial', Arial;
	height:22px;
	border-bottom:solid 2px #ffffff;
	border-top:solid 20px #ffffff;
}			

.Logo
{
	padding-right:320px;
	padding-top:20px;
	padding-bottom:20px;
	border:0px;
}

.NavButton
{
	margin:0 0 10px 4px;
	padding:0px;
	border:0px;
	background-color:#8694b9;
	width:54px;
	height:46px;
}


	
.SelBox
{
	color:black;
	background-color:white;
	overflow: auto;
	height: 120px;
	width:185px;
	border: solid 2px white;
	text-align:left;
}

.SelBox a 
{
	font-size:9pt;
	color:Black;
	text-decoration:none;
}

.Ylink 
{	
	color:#FBA200; 
	text-decoration: underline;
	}

.YlinkTemarios 
{	
	
	text-decoration: underline;
	}

.dtree
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	padding-left: 20px;
	padding-top: 10px;
}

.dtree img
{
	border: 0px;
	vertical-align: middle;
}

.dtree a
{
	color: #333;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel
{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover
{
	color: #333;
	text-decoration: underline;
}

.dtree a.nodeSel
{
	background-color: #c0d2ec;
}

.dtree .clip
{
	overflow: hidden;
}