body {
	margin: 1px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border-left: 1px dashed #FF9900;
	border-right: 1px dashed #FF9900;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	BACKGROUND-COLOR: #f7f7f7;
	BACKGROUND-COLOR: #FFF5E6;
}

/* Hay diversidad de estilos para los cuerpos del mensaje, están al final, buscar * Estilos Cuerpo Mensaje * */


/* Estilos para las páginas secundarias que tengan una sola columna. *********************************************************** */
#McColumn1Body{													/* Cuerpo */
	/*	font-size: small;	*/
	text-align: left;
	margin-right: 5px;
	margin-left: 6px;
	margin-top: 6px;
}
#McColumn1Body #McColumn1Holder{								/* Titular */
	background-color: #FFFFFF;		/*	Blanco	*/
	background-color: #FFF5E6;		/*	FFF5E6 */
	color: #FFFFFF;
	color: #FF9900;
	font-weight: bold;
	height: 23px;
	padding-top: 6px;
	padding-left: 10px;
	margin-top: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff9900;
	border-bottom-color: #ff9900;
	border-left-color: #ff9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9900;
}
#McColumn1Body #McColumn1Holder #McColumn1HolderArticles{	/* Artículos encontrados. A la derecha del Titular */
	text-align: right;
	margin-top: -16px;
	padding-right: 10px;
}

#McColumn1Body #McColumn1Fund {									/* Fondo para texto libre */
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	text-align: justify;
	text-indent: 10px;
}
#McColumn1Body #McColumn1Grid {									/* Fondo para una rejilla creada con registros y un While */
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;

}
#McColumn1Body #McColumn1Grid #McColumn1Date {
	background-color: #E3E3E3;
	color: #FF9900;
	font-size: x-small;
	font-weight: bold;
	height: 14px;
	padding-left: 6px;
	margin-top: 2px;
	margin-bottom: 6px;
}
#McColumn1Body #McColumn1Grid #McColumn1Text {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 4px;
	color: #FF9900;
}
#McColumn1Body #McColumn1Grid #McColumn1Text a:link {					
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McColumn1Body #McColumn1Grid #McColumn1Text a:visited { 					
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McColumn1Body #McColumn1Grid #McColumn1Text a:hover {						
	color: #FF9900;
	font-size: small;
 } 

/* Imagen del logo, en cualquier página indicando lo siguiente: <div id="McLogo"></div> */

#McLogo {
	background-image: url(../images/McLogo.150.81.gif);
	background-repeat:   no-repeat;
	background-position: center;
	height:90px;
	width: 160px;
}
#McLogoArticleByMc {
	background-image: url(../images/ArticleByMc.gif);
	height:18px;
	width: 118px;
	margin-bottom: 14px;
}
#McLogoNewsByMc {
	background-image: url(../images/NewsByMc.gif);
	height:18px;
	width: 118px;
	margin-top: 20px;
}
#McFavoritesByMc {
	background-image: url(../images/FavoritesByMc.gif);
	height:18px;
	width: 118px;
}
#McSponsorByMc {
	background-image: url(../images/SponsorByMc.gif);
	height:18px;
	width: 118px;
}


/* Imágenes, por ejemplo la de descarga de archivos demo.*/
#McImagen {
	border-width: 0px;
	margin-top: -16px;
}

#McTable {									/* FALTA VERIFICAR */
/*	border: thin dotted #FFFF00;	*/

}


/* Default.asp **************************************************************************************************************** */

#McTableDefault {
	/*	border: thin dotted #FF6600;    */

}
#McTableDefault #McTableTopDefault {
/*	border: thin dotted #6699CC; */
}
#McTableDefault #McTableTabsDefault {
	margin-top: 14px;
}
#McTableDefault #McTableBodyDefault {
	margin-top:-8px;
}


/* McTabs	*/
#McColumnTabsDefault {
	font-size: medium;
	padding-left: 7px;
	padding-right: 6px;
	font-weight: bold;/*	border: thin dashed #669999; */
	font-family: Arial, Helvetica, sans-serif;
}
#McColumnTabsDefault #McTabsDefault {
	float:left;
	width: 100%;
	border-bottom-color: #FF9900;
	border-bottom-width: thin;
	border-bottom-style: solid;	
}
#McColumnTabsDefault #McTabsDefault ul {
        margin:0;
}
#McColumnTabsDefault #McTabsDefault li {
      display:inline;
      margin:0;
      padding:0;
}













#McColumnTabsDefault #McTabsDefault a {
      float:left;
      background:url("../images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
}
#McColumnTabsDefault #McTabsDefault a span {
      float:left;
      display:block;
      background:url("../images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#McColumnTabsDefault #McTabsDefault a span {
	float:none;
}
    /* End IE5-Mac hack */
#McColumnTabsDefault #McTabsDefault a:hover span {			
    color:#FFF;
}
#McColumnTabsDefault #McTabsDefault a:hover {			/* Estilo del Enlace cuando pasamos el Mouse sobre el */
    background-position:0% -42px;
}
#McColumnTabsDefault #McTabsDefault a:hover span {
    background-position:100% -42px;
}
#McColumnTabsDefault #McTabsDefault #current a {
	background-position:0% -42px;
}
#McColumnTabsDefault #McTabsDefault #current a span {
    background-position:100% -42px;
}



#McColumnTabsDefault #McTabsDefault LI A.IdTab {
    float:left;
    background:url("../images/tableftI.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
	background-position: 0px -42px;	  
}

#McColumnTabsDefault #McTabsDefault LI A.IdTab span {
	DISPLAY: block;
	FLOAT: left;
	CURSOR: pointer;
	background-position: right -42px;
	background-image: url(../images/tabrightI.gif);
	background-repeat: no-repeat;
}


/* McArticlesXXX.asp *********************************************************************************************************** */
#McBodyArticlesAllList {
	WIDTH: 100%;
	border-left: 1px dashed #FF9900;
	border-right: 1px dashed #FF9900;
}
#McBodyArticlesAllList #McTitular {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
}
#McBodyArticlesAllList #McTitular #McTTextoLeft {
	text-align: left;
	background-color: #FF9900;
	padding: 4px 10px 10px 10px;
}
#McBodyArticlesAllList #McTitular #McTTextoRight {
	text-align: right;
	margin-top: -33px;
	padding: 4px 10px 16px 10px;
	font-size: small;
}
#McBodyArticlesAllList #McDescripcion {
	font: x-small;
	text-align: justify;
	font-size: small;
	padding: 4px 10px 20px 10px;
}
#McBodyArticlesAllList #McCuerpo #McCuerpoH1 {
	padding: 4px 10px 4px 10px;
	FONT-WEIGHT: bold;
	COLOR: #FF9900;
	text-align: left;
}
#McBodyArticlesAllList #McCuerpo #McCuerpoP {
	margin: 4px 10px 8px 10px;
	border: 1px solid #CCCCCC;
	BACKGROUND-COLOR: #F8F8F8;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: small;
}

/* mcArticlesXXXPopUp.asp ******************************************************************************************************** */
#McBodyArticlesAllPopUp {
	WIDTH: 60%;
	border-left: 1px dashed #FF9900;
	border-right: 1px dashed #FF9900;
	float: none;
}
#McBodyArticlesAllPopUp #McTitular {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#McBodyArticlesAllPopUp #McTitular #McTTextoLeft {
	text-align: left;
	background-color: #FF9900;
	padding: 4px 10px 10px 10px;
}
#McBodyArticlesAllPopUp #McTitular #McTTextoRight {
	text-align: right;
	margin-top: -33px;
	padding: 4px 10px 16px 10px;
	font-size: small;
}
#McBodyArticlesAllPopUp #McDescripcion {
	font: x-small;
	text-align: justify;
	font-size: small;
	padding: 4px 10px 20px 10px;
}
#McBodyArticlesAllPopUp #McCuerpo #McCuerpoH1 {
	padding: 4px 10px 4px 10px;
	FONT-WEIGHT: bold;
	COLOR: #FF9900;
	text-align: left;
}
#McBodyArticlesAllPopUp #McCuerpo #McCuerpoP {
	margin: 4px 10px 8px 10px;
	border: 1px solid #CCCCCC;
	BACKGROUND-COLOR: #F8F8F8;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: small;
}












/* McArticlesXXX.asp */


/* McArticle.asp *****************************************************************************************************************/
#McBodyArticle {
	WIDTH: 60%;
	border-left: 1px dashed #FF9900;
	border-right: 1px dashed #FF9900;
	float: none;
}
#McBodyArticle #McTitular {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#McBodyArticle #McTitular #McTTextoLeft {
	text-align: left;
	background-color: #FF9900;
	padding: 4px 10px 10px 10px;
}

#McBodyArticle #McCabeceraA {
	margin: 10px 10px 0px 10px;
	background-color: #FFF5E6;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: small;
	color: #995C00;	
}
#McBodyArticle #McCabeceraA #McAsunto{
	padding-bottom: 20px;
}
#McBodyArticle #McCabeceraAMc {
	margin: 10px 10px 0px 10px;
	background-color: #FFF5E6;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: small;
	color: #FF0000;
}

#McBodyArticle #McCabeceraAUser {
	margin: 10px 10px 0px 10px;
	background-color: #FFF5E6;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: small;
	color: #FF0000;
}

#McBodyArticle #McCabeceraAN {
	margin: -16px 10px 0px 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	font-size: small;
	color: #995C00;
	font-weight: bold;
}
#McBodyArticle #McCabeceraB {
	margin: -16px 10px 0px 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	font-size: small;
	color: #995C00;
}
#McBodyArticle #McCabeceraBPassword {
	margin: -16px 10px 0px 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	font-size: small;
	color: #FF0000;
}

#McBodyArticle #McCabeceraC {
/*	background-color: #F8F8F8;	*/
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: small;
	color: #FF9900;
	color: #995C00;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#McBodyArticle #McCabeceraD {
	background-color: #F8F8F8;
	text-align: center;
	font-size: small;
	color: #FF0000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFCC00;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
}
#McBodyArticle #McCabeceraDT {
	background-color: #F8F8F8;
	text-align: center;
	font-size: x-small;
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-style: italic;
}
#McBodyArticle #McCabeceraCenter {
	margin: 10px 10px 20px 10px;
	background-color: #F8F8F8;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: small;
	color: #FF9900;
}
#McBodyArticle #McCuerpo {

}
#McBodyArticle #McCuerpo #McCuerpoT {
	padding: 10px;
	text-align: justify;
	font-size: small;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
}
#McPieArticles {
	WIDTH: 60%;
	border-left: 1px dashed #FF9900;
	border-right: 1px dashed #FF9900;
}
/* Fin de McArticle.asp */

/* McTop.asp ****************************************************************************************************************/
#McBodyTop {
	FONT-WEIGHT: bold;
	margin-left: -20px;	
}
#McBodyTop #McTopList {
	FONT-WEIGHT: bold;
}
#McBodyTop #McTopList #McTopListUL {
	font-size: x-small;
	color: #FF9900;
	text-align: left;
}
#McBodyTop #McTopList #McTopListUL LI {
	PADDING-RIGHT: 6px;
	DISPLAY: inline;
}
#McBodyTop #McTopList #McTopListUL LI.First{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#McBodyTop #McTopList #McTopListUL A:link{
	color: #FF9900;
}
#McBodyTop #McTopList #McTopListUL A:visited {
	color: #FF9900
}
/* Fin de McTop.asp */

/* McBodyLeft.asp, McBodyCenter.asp, McBodyRight.asp *****************************************************************************/
/* Columna izquierda de default.asp y que se usa en mcBodyLeft.asp */
#McColum3BodyLeft {
	text-align: left;
	width: 25%;

	width: 25%;

	float: left;
	margin-top: 6px;
	margin-left: 6px;
}
/* Columna central de default.asp y que se usa en mcBodyCenter.asp */
#McColum3BodyCenter {
	text-align: left;
	width: 46%;
	float: left;	
	margin-top: 6px;
	margin-left: 14px;
}
#McColum3BodyRight {
	text-align: left;
	width: 10px;
	width: 25%;
	float: left;
	margin-top: 6px;
	margin-left: 14px;
}

#McColum3Holder_242 {
	/* Titular de ancho 242 de las columnas en mcNews3.asp, mcArticlesEmphasized.asp, mcArticlesLast10.asp, etc. */

	/* El alto (Height) no coincide con el alto de la imagen debido al uso de padding-top, se compensa la bajada del texto con 
	la altura. */
	background-image: url(../images/CabColumna.242.32.gif);
	background-repeat: no-repeat;

	height:24px;
	width: 242px;
	color: #FF9900;
	font-size: small;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 12px;

/*	background-color: #FFF5E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff9900;
	border-right-color: #ff9900;
	border-bottom-color: #ff9900;
	border-left-color: #ff9900;
*/
}
#McColum3Holder_242 a:link {			/* Estilo del Enlace. Vínculos no visitados */
	color: #FF9900;
	text-decoration: none;
 } 
#McColum3Holder_242 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	text-decoration: none;
} 
#McColum3Holder_242 a:hover {			/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	font-variant: small-caps;
	text-transform: uppercase;
} 
#McColum3Holder_242 a:active {			/* Estilo del Enlace está activo */
} 


#McColum3Holder_445 {
	/* Titular de ancho 445 de las columnas en mcNews3.asp, mcArticlesEmphasized.asp, mcArticlesLast10.asp, etc. */

	/* El alto (Height) no coincide con el alto de la imagen debido al uso de padding-top, se compensa la bajada del texto con 
	la altura. */
	background-image: url(../images/CabColumna.445.32.gif);
	background-repeat: no-repeat;

	height:24px;
	width: 445px;
	color: #FF9900;
	font-size: small;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 12px;
}
#McColum3Holder_445 a:link {			
	color: #FF9900;
	text-decoration: none;
 } 
#McColum3Holder_445 a:visited { 		
	color: #FF9900;
	text-decoration: none;
} 
#McColum3Holder_445 a:hover {			
	font-variant: small-caps;
	text-transform: uppercase;
} 
#McColum3Holder_445 a:active {			
} 

#McColum3Holder_706 {
	/* Titular de ancho 445 de las columnas en mcNews3.asp, mcArticlesEmphasized.asp, mcArticlesLast10.asp, etc. */

	/* El alto (Height) no coincide con el alto de la imagen debido al uso de padding-top, se compensa la bajada del texto con 
	la altura. */
	background-image: url(../images/CabColumna.706.32.gif);
	background-repeat: no-repeat;

	height:24px;
	width: 706px;
	color: #FF9900;
	font-size: small;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 12px;
}
#McColum3Holder_706 a:link {			
	color: #FF9900;
	text-decoration: none;
 } 
#McColum3Holder_706 a:visited { 		
	color: #FF9900;
	text-decoration: none;
} 
#McColum3Holder_706 a:hover {			
	font-variant: small-caps;
	text-transform: uppercase;
} 
#McColum3Holder_706 a:active {			
} 

#McColum3Holder_956 {
	/* Titular de ancho 445 de las columnas en mcNews3.asp, mcArticlesEmphasized.asp, mcArticlesLast10.asp, etc. */

	/* El alto (Height) no coincide con el alto de la imagen debido al uso de padding-top, se compensa la bajada del texto con 
	la altura. */
	background-image: url(../images/CabColumna.956.32.gif);
	background-repeat: no-repeat;

	height:24px;
	width: 956px;
	color: #FF9900;
	font-size: small;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 12px;
}
#McColum3Holder_956 a:link {			
	color: #FF9900;
	text-decoration: none;
 } 
#McColum3Holder_956 a:visited { 		
	color: #FF9900;
	text-decoration: none;
} 
#McColum3Holder_956 a:hover {			
	font-variant: small-caps;
	text-transform: uppercase;
} 
#McColum3Holder_956 a:active {			
} 










#McColum3BodyFavoritesCenter {
	text-align: left;
	width: 73%;
	float: left;	
	margin-top: 6px;
	margin-left: 9px;
}
#McColum3TextMcFavorites {
	font-size: small;
	margin-right: 6px;
	margin-left: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FBCF8D;
	border-bottom-color: #FBCF8D;
	border-left-color: #FBCF8D;
	padding-bottom: 10px;
}
#McColum3TextMcFavorites #McColum3Nivel00 {
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
#McColum3TextMcFavorites #McColum3Nivel01 {
	color: #995C00;
	margin-left: 4px;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
#McColum3TextMcFavorites #McColum3Nivel02 {
	color: #99CC00;
	margin-left: 14px;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
#McColum3TextMcFavorites #McColum3Nivel03 {
	color: #00CC99;
	margin-left: 24px;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
#McColum3TextMcFavorites #McColum3Nivel04 {
	color: #00CC00;
	margin-left: 34px;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

/*	#McColum3TextMcFavorites #McColum3TextMcFavoritesA {	*/
#McColum3TextMcFavoritesA {
	background-color: #FAFAFA;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
}
#McColum3TextMcFavoritesB {
	background-color: #FFE6BF;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesAMc {
	color: #FF0000;
	background-color: #FAFAFA;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesBMc {
	color: #FF0000;
	background-color: #FFE6BF;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
}


#McColum3TextMcFavorites #McColum3TextMcFavoritesA A:link{
	color: #FF9900;
	text-decoration: none;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesA A:visited {
	color: #FF9900;
	text-decoration: none;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesB A:link{
	color: #995C00;
	text-decoration: none;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesB A:visited {
	color: #995C00;
	text-decoration: none;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesAMc A:link{
	color: #FF0000;
	text-decoration: none;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesAMc A:visited {
	color: #FF0000;
	text-decoration: none;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesBMc A:link{
	color: #FF0000;
	text-decoration: none;
}
#McColum3TextMcFavorites #McColum3TextMcFavoritesBMc A:visited {
	color: #FF0000;
	text-decoration: none;
}





#McColumHolderRight {
	text-align: right;
	margin-top: -20px;
	padding: 4px 10px 16px 10px;
	font-size: small;
}

/* Texto del contenido de las columnas de index.asp y que se usa en mcBodyLeft.asp, mcBodyCenter.asp y mcBodyRight.asp */
#McColumText {
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 2px;
}
#McColumTextMcFavorites {
	font-size: small;
}
#McColumTextMcFavoritesA {
	background-color: #F8F8F8;
	padding-left: 10px;
	padding-bottom: 3px;
}
#McColumTextMcFavoritesB {
	background-color: #E3E3E3;
	padding-left: 10px;
	padding-bottom: 3px;
}
#McColumTextMcFavorites A:link{
	color: #FF9900;
}
#McColumTextMcFavorites A:visited {
	color: #FF9900
}





/* McNews.asp ****************************************************************************************************************** */

/* Columna única de McNews.asp */
#McNewsColum {
	text-align: left;
	margin-right: 5px;
	margin-left: 6px;
}

#McNoArticles{						/* Artículos no encontrados. Incluir el div en otro para que tenga el formato del ancho */
	background-color: #FFE6BF;
	font-size: small;
	font-style: italic;
	color: #995C00;
}

#McColum3FundGoogleRight {						/* Fondo de la noticia de la columna de la izquierda */
	background-color: #f7f7f7;		/*	FFF5E6 */
	margin-left: 6px;
	padding-bottom: 6px;
	width: 160px;
	float: left;
}
#McColum3FundGoogleCenter {						/* Fondo de la noticia de la columna de la izquierda */
	background-color: #f7f7f7;		/*	FFF5E6 */
	margin-left: 100px;
	float: left;
}
#McColum3FundGoogleLeft {						/* Fondo de la noticia de la columna de la izquierda */
	background-color: #f7f7f7;		/*	FFF5E6 */
	margin-left: 19px;
	width: 260px;
	float: left;
}

#McColum3Fund {						/* Fondo de la noticia de la columna de la izquierda */
	background-color: #FAFAFA;
	font-size: small;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FBCF8D;
	border-bottom-color: #FBCF8D;
	border-left-color: #FBCF8D;
}

#McColum3Fund #McNewsDate {
	background-color: #FAFAFA;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
#McNewsDate a:link {				/* Estilo del Enlace */
	color: #FF9900;
/*	text-decoration: none;	*/
}
#McNewsDate a:visited { 			/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
}
#McNewsDate a:hover {				/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
}


#McColum3Fund #McNewsDateMc {
	background-color: #FAFAFA;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
#McNewsDateMc a:link {			
	color: #FF0000;
} 
#McNewsDateMc a:visited {
	color: #FF0000;
} 
#McNewsDateMc a:hover {		
	color: #FF0000;
} 


#McColum3Fund #McNewsDateII {
	background-color: #FAFAFA;
	color: #FF9900;
	font-size: 12px;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 0px;
	font-weight: bold;
}
#McColum3Fund #McNewsDateII a:link {			
	color: #FF9900;
 } 
#McColum3Fund #McNewsDateII a:visited { 
	color: #FF9900;
 } 
#McColum3Fund #McNewsDateII a:hover {	
	color: #FF9900;
 } 
 
 
#McColum3Fund #McNewsDateIIMc {
	background-color: #FAFAFA;
	color: #FF0000;
	font-size: 12px;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 0px;
	font-weight: bold;
}
#McColum3Fund #McNewsDateIIMc a:link {			
	color: #FF0000;
 } 
#McColum3Fund #McNewsDateIIMc a:visited { 
	color: #FF0000;
 } 
#McColum3Fund #McNewsDateIIMc a:hover {	
	color: #FF0000;
 } 




#McColum3Fund #McNewsBody {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 20px;
	color: #FF9900;
	color: #995C00;
}
#McNewsFund {						/* Fondo de la noticia */
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;		/*		background-color: #F8F8F8; */
	font-size: small;
	margin-top: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
}


#McNewsDate {
	background-color: #E3E3E3;
	font-size: x-small;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	color: #FF9900;
	font-weight: bold;
}
#McNewsBody {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 4px;
	color: #FF9900;
}
#McNewsBody a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBody a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 }  
#McNewsBody a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: small;
 } 

#McNewsDateSmall {
	background-color: #E3E3E3;
	color: #FF9900;
	font-weight: bold;
	font-size: small;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 8px;	
	height: 20px;
}
#McNewsBodySmall {
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
	color: #FF9900;
}
#McNewsBodySmall a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
} 
#McNewsBodySmall a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: small;
} 
 
 
/* McTricks.asp *************************************************************************************************************** */
 
/* 
http://www.psicofxp.com/forums/grafica.543/239550-combinacion-de-colores.html

http://wellstyled.com/tools/colorscheme2/index-en.html?mono;50;0;60;-1;-1;1;-0.7;0.25;1;0.5;1;-1;-1;1;-0.7;0.25;1;0.5;1;-1;-1;1;-0.7;0.25;1;0.5;1;-1;-1;1;-0.7;0.25;1;0.5;1;1 

http://reg.imageshack.us/content.php?page=rules
*/



/* McTricks.asp *********************************************************************************************************** */
#McNewsFund_Tricks {						/* Fondo de la noticia */
	background-color: #FAFAFA;		/*	FFF5E6 */
	
	padding-top: 8px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border-right-color: #FBCF8D;
	border-bottom-color: #FBCF8D;
	border-left-color: #FBCF8D;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	
}

#McNewsDateSmall_Tricks {
	background-color: #FFE6BF;
	color: #995C00;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	height: 20px;
}
#McNewsDateSmall_TricksA {
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 8px;
}
#McNewsDateSmall_TricksA a:link {			/* Estilo del Enlace */
	color: #995C00;
	text-decoration: none;
 } 
#McNewsDateSmall_TricksA a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #995C00;
	text-decoration: none;
} 
#McNewsDateSmall_TricksA a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #995C00;
 } 

#McNewsDateSmall_TricksMc {
	background-color: #FFE6BF;		
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;	
	margin-bottom: 4px;
	height: 20px;
}
#McNewsDateSmall_TricksAMc {
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 8px;
}
#McNewsDateSmall_TricksAMc a:link {			/* Estilo del Enlace */
	color: #FF0000;
	text-decoration: none;
 } 
#McNewsDateSmall_TricksAMc a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF0000;
	text-decoration: none;
 } 
#McNewsDateSmall_TricksAMc a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF0000;
 } 



#McNewsDateSmall_Tricks #McNewsVisits {
	color: #FF9900;
	text-align: right;
	margin: -16px 10px 0px 10px;
	padding-left: 10px;
}

#McNewsBodySmall_Tricks {
	color: #666666;
	color: #995C00;
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#McNewsBodySmall_Tricks a:link {			/* Estilo del Enlace */
	color: #FF9900;
	color: #995C00;
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	color: #995C00;
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	color: #995C00;
	color: #FF9900;
	font-size: small;
	font-weight: bold;	
 } 

/* McTricks0.asp *********************************************************************************************************** */
#McNewsFund_Tricks0 {						/* Fondo de la noticia */
	background-color: #F8F8F8;
	font-size: small;
	margin-top: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
#McNewsDateSmall_Tricks0 {
	background-color: #E3E3E3;
	color: #FF9900;
	font-weight: bold;
	font-size: medium;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	height: 26px;
}
#McNewsBodySmall_Tricks0 {
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
	color: #FF9900;
}
#McNewsBodySmall_Tricks0 a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks0 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks0 a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: small;
 } 

/* McTricks1.asp *********************************************************************************************************** */
#McNewsFund_Tricks1 {						/* Fondo de la noticia */
	background-color: #F8F8F8;
	font-size: small;
	margin-top: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
#McNewsDateSmall_Tricks1 {
	background-color: #E3E3E3;
	color: #818181;
	font-weight: bold;
	font-size: medium;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	height: 26px;
}
#McNewsBodySmall_Tricks1 {
	color: #000000;
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#McNewsBodySmall_Tricks1 a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks1 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks1 a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: small;
 } 

/* McTricks2.asp *********************************************************************************************************** */
#McNewsFund_Tricks2 {						/* Fondo de la noticia */
	background-color: #FFF5E6;
	font-size: small;
	margin-top: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
#McNewsDateSmall_Tricks2 {
	background-color: #FFE6BF;
	color: #995C00;
	font-weight: bold;
	font-size: medium;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	height: 26px;
}
#McNewsBodySmall_Tricks2 {
	color: #995C00;
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#McNewsBodySmall_Tricks2 a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks2 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks2 a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: small;
 } 


/* McTricks3.asp *********************************************************************************************************** */
#McNewsFund_Tricks3 {						/* Fondo de la noticia */
	background-color: #F9F9F9;
	font-size: small;
	margin-top: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
#McNewsDateSmall_Tricks3 {
	background-color: #EAEAEA;
	color: #000099;
	font-size: medium;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	height: 26px;
}
#McNewsBodySmall_Tricks3 {
	color: #000099;
	font-size: medium;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#McNewsBodySmall_Tricks3 a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks3 a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks3 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 


/* McTricks4.asp *********************************************************************************************************** */
#McNewsFund_Tricks4 {						/* Fondo de la noticia */
	background-color: #FDE4D0;
	font-size: small;
	margin-top: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
#McNewsDateSmall_Tricks4 {
	background-color: #FFB477;		/*	FBCAA2 */
	color: #995C00;
	font-weight: bold;
	font-size: medium;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	height: 26px;
}
#McNewsBodySmall_Tricks4 {
	color: #995C00;
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#McNewsBodySmall_Tricks4 a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks4 a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks4 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
 /* McTricks5.asp *********************************************************************************************************** */
#McNewsFund_Tricks5 {						/* Fondo de la noticia */
	background-color: #FDE4D0;
	font-size: small;
	margin-top: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
#McNewsDateSmall_Tricks5 {
	background-color: #FFB477;
	color: #000099;
	font-weight: bold;
	font-size: medium;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	height: 26px;
}
#McNewsBodySmall_Tricks5 {
	color: #000099;
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#McNewsBodySmall_Tricks5 a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks5 a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks5 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 

/* McTricks6.asp *********************************************************************************************************** */
#McNewsFund_Tricks6 {						/* Fondo de la noticia */
	background-color: #FDE4D0;
	font-size: small;
	margin-top: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
#McNewsDateSmall_Tricks6 {
	background-color: #FBCAA2;		/*	FBCAA2 */
	color: #995C00;
	font-weight: bold;
	font-size: medium;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	height: 26px;
}
#McNewsBodySmall_Tricks6 {
	color: #995C00;
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#McNewsBodySmall_Tricks6 a:link {			/* Estilo del Enlace */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks6 a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks6 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 

/* McTricks7.asp *********************************************************************************************************** */
#McNewsFund_Tricks7 {						/* Fondo de la noticia */
	background-color: #FFF5E6;		/*	FFF5E6 */
	padding-top: 8px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	border-right-color: #FBCF8D;
	border-bottom-color: #FBCF8D;
	border-left-color: #FBCF8D;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#McNewsDateSmall_Tricks7 {
	background-color: #FBCF8D;		/* #FBCF8D */
	color: #995C00;
	font-weight: bold;
	font-size: small;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 8px;
	margin-bottom: 4px;
	height: 20px;
}
#McNewsDateSmall_Tricks7Mc {
	background-color: #FF0000;		/* #FBCF8D */
	color: #995C00;
	font-weight: bold;
	font-size: small;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 8px;
	margin-bottom: 4px;
	height: 20px;
}

#McNewsBodySmall_Tricks7 {
	color: #995C00;
	font-size: medium;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#McNewsBodySmall_Tricks7 a:link {			/* Estilo del Enlace */
	color: #FF9900;
	color: #995C00;
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks7 a:visited { 		/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	color: #995C00;
	color: #FF9900;
	font-size: x-small;
	text-decoration: none;
 } 
#McNewsBodySmall_Tricks7 a:hover {		/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	color: #995C00;
	color: #FF9900;
	font-size: small;
	font-weight: bold;	
	
 } 
 






















/* Fin de McBodyLeft.asp, McBodyCenter.asp, McBodyRight.asp **********************************************************************/


/*	McMail.asp	*/

#frmMail {
	padding-left: 100px;
	padding-right: 100px;
}

#McMailFieldset {
	border: 1px solid #FF9900;
}
#McMailFund {						/* Fondo del formulario */
	font-size: small;
	text-align: left;
	margin-top: 30px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 30px;

}
#McMailCaption {
	font-size: small;
	color: #FF9900;
}

#formFields {
	background-color: #F8F8F8;
	margin-top: 30px;	
}

/* McSearch.asp ******************************************************************************************************************/
#McBodySearch {
	height: 52px;
/*	margin-right: 10px;
	margin-left: 10px;
*/
	margin-bottom: 10px;
}
#McBodySearch #McTitularSearch {
	height: 52px;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	background-image: url(../images/cmdBuscar52.png);
	background-repeat:    repeat-x;
}
#McBodySearch  #McTitularSearch  #Mctxt {
	padding-top: 2px;
}
#McBodySearch #McTitularSearch #McLinksSearch {
	COLOR: #FFFFFF;
	font-style: normal;
	font-size: x-small;
	background-color: #FF9900;
	height: 16px;
	padding-top: 2px;
	margin-left: 0px;
}
#McBodySearch #McTitularSearch #McLinksSearch LI {
	PADDING-RIGHT: 6px; 
	DISPLAY: inline; 
	PADDING-LEFT: 6px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
}
#McBodySearch #McTitularSearch #McLinksSearch LI.First{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#McBodySearch #McTitularSearch #McLinksSearch A:link{
	color: #FFFFFF;
}
#McBodySearch #McTitularSearch #McLinksSearch A:visited {
	color: #FFFFFF
}
/* Del form McSearch donde están los controles McSearchtxt y McSearchcmd */
#McSearchtxt {
	border:1px #FFFFFF solid;
}
#McSearchcmd {
	font-weight:500;
	border:1px #FFFFFF solid;
	color:#FFFFFF;
	overflow:visible;
	background-color: #FF9900;
	padding-right: 14px;
	padding-left: 14px;
}
/* Fin de McSearch.asp */


/* McList.asp ******************************************************************************************************************/
#McBodyListGoogle {
	background-color: #FF9900;
	height: 20px;
	/*	Quitar el border al finalizar, sólo en diseño	
	border: 1px dashed #99FF00;*/
	margin-bottom: 4px;


}
#McBodyListGoogle #McLinksListCenterGoogle {
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

#McBodyList {
	background-color: #FF9900;
	height: 20px;
	/*	Quitar el border al finalizar, sólo en diseño	
	border: 1px dashed #99FF00;*/
	margin-bottom: 4px;
	background-image: url(../images/cmdList.png);
	background-repeat:    repeat-x;

}
#McBodyList #McLinksListLeft {
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	font-size: x-small;
	text-align: left;
	height: 20px;
	margin-left: 10px;
}

#McBodyList #McLinksListCenter {
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	/*	background-color: #FF9900; */
	padding-top: 2px;
	margin-top: -20px;	
	margin-left: 10px;
	margin-right: 10px;
}
#McBodyList #McLinksListCenter LI {
	DISPLAY: inline; 
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
}
#McBodyList #McLinksListCenter LI.First{
	color: #FFFFFF;
}

#McBodyList #McLinksListCenter A:link{
	color: #FFFFFF;
}
#McBodyList #McLinksListCenter A:visited {
	color: #FFFFFF;
}

#McBodyList #McLinksListRight {
/*	background-color: #FF9900;	*/
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	font-style: normal;
	font-size: x-small;
	margin-top: -36px;	
	float: right;
}
#McBodyList #McLinksListRight LI {
	display: inline; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
}
#McBodyList #McLinksListRight A:link{
	color: #FFFFFF;
}
#McBodyList #McLinksListRight A:visited {
	color: #FFFFFF
}

/* Fin de McList.asp */

/* McButtom.asp ******************************************************************************************************************/
#McButtomCopy {
	margin-top: 40px;
}
#McButtomCopy A:link{
	color: #995C00;
}
#McButtomCopy A:visited {
	color: #995C00
}
#McButtomCopy a:hover {							/* Estilo del Enlace cuando pasamos el Mouse sobre el */
	color: #FF9900;
	font-size: small;
 } 

#McButtom {
	BACKGROUND-COLOR: #FFF5E6;
	color: #995C00;
	font-size: x-small;
	padding-bottom: 20px;
	line-height: 20px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FBCF8D;
	border-bottom-color: #FBCF8D;
}
#McButtom #McButtomLeft {
	width: 20%;
	float: left;
	padding-left: 10px;
	text-align: left;
}
#McButtom #McButtomCenter {
	width: 56%;
	text-align: center;
	float: left;
}
#McButtom #McButtomRight {
	width: 30%;
	text-align: right;
	float: right;
	padding-right: 10px;
}
#McButtom #McButtomStatistical {
	float: left;
	padding-left: 10px;
	text-align: left;
}
/* Fin de Buttom.asp */


/* Estilos Cuerpo Mensaje ********************************************************************************************************/
/* Estilos varios que están contenidos en los cuerpos de los mensajes. */

/* Bloques de colores para ennumerar un resumen de artículos por ejemplo el 0024 que agrupa un resumen de otros. */
#McPijamaGris {
	font-size: small;
	text-align: left;
	line-height: 18px;
}
#McPijamaGris #McCuerpoColor1 {
	background-color: #EAEAEA;
	padding: 10px;
	margin-bottom: 2px;
}
#McPijamaGris #McCuerpoColor2 {
	background-color: #C1C1C1;
	padding: 10px;
	margin-bottom: 2px;
}
#McPijamaGris #McCuerpoColor1a {
	background-color: #CCFFFF;
	padding: 10px;
	margin-bottom: 2px;
}
#McPijamaGris #McCuerpoColor2a {
	background-color: #99FFFF;
	padding: 10px;
	margin-bottom: 2px;
}

/********************************************************************************************************************************/
/* Cantos redondos, bordes redondos, cantos rodados, etc. Gracias a C:\Temp.CSS3\Stu Nicholls CSSplay Snazzy Borders.htm ********/
#McBorder{
	width: 300px;
	margin: 10px;
}

#McBorderRound {
	margin: 0px;
	/* Hacer transparente el espacio exterior de la curva, de este modo se adapta a cualquier color de fondo.	*/
	background-color: transparent;		
}

#McBorderRound P {
	margin: 0px;
	letter-spacing: 1px;
	/* Con las propiedades Padding-Top y Padding-Bottom y Font-Size se consigue el alto del cuadro con bordes redondos.	*/
	padding-top: 3px;
	padding-left: 12px;
	padding-bottom: 4px;
	color: #FF9900;
	font-size: small;
	font-weight: bold;
 } 
#McBorderRound #PRight{							/* A la derecha del Titular */
	color: #FF9900;
	font-weight: bold;
	font-size: small;
	text-align: right;
	margin-top: -22px;							/*	Con esta propiedad se sube el texto	*/
	margin-right: 8px;
	padding-bottom: 6px;						/* 	Con esta otra se colocan los registros */
}
 

#McBorderRound a:link {					/* Estilo del Enlace. Vínculos no visitados */
	color: #FF9900;
	text-decoration: none;
} 
#McBorderRound a:visited { 				/* Estilo del Enlace cuando ya fue visitado */
	color: #FF9900;
	text-decoration: none;
} 
#McBorderRound a:hover {				/* Estilo del Enlace cuando pasamos el Mouse sobre el */
/* 	Los siguientes cambios de propiedad producen un efecto no deseado en el cuadro cuando se usa este sistema de bordes redondos. 
	Si no se usan los bordes redondos, el efecto de las dos siguientes propiedades 
	contrario el efecto es muy llamativo.
/*	font-variant: small-caps;			
	text-transform: uppercase;*/
} 
#McBorderRound a:active {				/* Estilo del Enlace está activo */
} 	

/* Los cuatro siguientes elementos (xb1, xb2, xb3 y xb4 son para crear una curva de tres alturas o 3 píxeles de altura.	*/
.McBorderRound_xb1 {
	/*       ------------       Primera línea horizontal con margen a ambos lados de 5px	*/
	display: block;
	background: #ff9900;
	margin-top: 0px, ;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	height: 1px;
}
.McBorderRound_xb2 {
	/*       ------------       Primera línea horizontal con margen a ambos lados de 5px	*/
	display: block; 
	background: #FFF5E6; 
	border-top-width: 0px; 
	border-right: #ff9900 1px solid; 
	border-left: #ff9900 1px solid;
	border-left-width: 2px; 
	border-right-width: 2px;
	border-bottom-width: 0px; 
	margin: 0px 3px; 
	height: 1px;
	overflow: hidden
}
.McBorderRound_xb3 {
	/*    ------------------    Tercera línea horizontal con margen a ambos lados de 2px	*/
	display: block; 
	background: #FFF5E6; 
	border-right: #ff9900 1px solid; 
	border-left: #ff9900 1px solid;
	margin: 0px 2px;
	height: 1px;
	overflow: hidden
}
.McBorderRound_xb4 {
	/*       ------------       Primera línea horizontal con margen a ambos lados de 5px	*/
	/*     ----------------     Segunda línea horizontal con margen a ambos lados de 3px	*/
	/*    ------------------    Tercera línea horizontal con margen a ambos lados de 2px	*/
	/*   --------------------   Cuarta línea horizontal con margen a ambos lados de 1px y 2 px de altura	*/
	background: #FFF5E6; 
	display: block; 
	border-right: #ff9900 1px solid; 
	border-left: #ff9900 1px solid;
	margin: 0px 1px; 
	height: 2px;
	overflow: hidden
}

/* Los dos siguientes elementos (xb1B, xb2B son para crear una curva de una altura o 1 pixel de altura.	*/
.McBorderRound_xb1B {
	/*	Línea horizontal sin los laterales.	 	------------ 	*/
	display: block;
	background: #ff9900;
	margin-top: 0px, ;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	height: 1px;
}
.McBorderRound_xb2B {
	/* Segunda línea 	------------
		   			   -            -	 	*/
	background: #FFF5E6; 
	display: block; 
	border-right: #ff9900 1px solid; 
	border-left: #ff9900 1px solid;
	margin: 0px 1px; 
	height: 1px;
	overflow: hidden
}

.McBorderRound_Content {
/*	Propiedades del cuadro.	*/
	background-color: #FFF5E6;
	display: block;
	border-right: #ff9900 1px solid;
	border-top: #ff9900 0px solid;
	border-left: #ff9900 1px solid;
	border-bottom: #ff9900 0px solid;
}
/* Fin de Cantos redondos...*/
/********************************************************************************************************************************/

