/*
''						ASPEL DESARROLLOS, S. A. DE C. V.
'' Proyecto	:		InterMedia Corporativa,  Módulo Web
''	Autor		:		Marco Antonio Acuña Rosas
''	Fecha		:		Martes 27 de Agosto del 2002
''	Archivo	:		InterMediaMain.Asp
''	Objetivo	:		Estilos para objetos, fuentes, lin's etc...
''	Untina Rev	:		Martes 27 de Agosto del 2002
	
*/


<style>
A:link    {text-decoration: none; font-weight: normal; color: #9CCFFF}');
A:visited {text-decoration: none; font-weight: normal; color: #C0C0C0}');
A:active  {text-decoration: none; font-weight: normal; color: #00FFFF}');
A:hover   {text-decoration: none; font-weight: normal; color: #000080; background-color:#9CCFFF;}');


.EstCMD 			{color:#C0C0C0;
					 font-size:8pt;
					 font-weight:bold;
					 font-face:Verdana;
					 background-color:#336699;
					 width=100}

.EstTextBox		{font-size:8pt;
					 color:#000080;
					 font-weight:bold
					 font-face:Verdana;
					 background-color:#B5C8F9;}

.EstList			{font-size:8pt;
					 color:#000080;
					 font-weight:bold
					 font-face:Verdana;
					 background-color:#B5C8F9;}
					 
.EstTexDer
                 {font-family: Arial; 
                  font-size: 8 pt; 
                  color: #000080; 
                  background-color: #B5C8F9; 
                  text-align: right;}




.ASPDiv08		/* Errores del Carro de Compras*/
{
	font: 8pt verdana;
	position:absolute;
	background-color:#F4F8FB;
	border-color:#666666;
	border-width:1;
	border-style:solid;
	/*Margen Superior ,Margen Derecho , Margen Inferior, Margen Izquierdo*/
	padding:2,2,0,2;
}


.ASP_Cmd04 		/* Botón para el Carrito de Compra */
{
    border-style: solid; 
    border-width: .5pt; 
    background-color:#EBEBEB;
    border-color:#666666;
    font-size: 8pt; 
    color: #666666;
    font-family: Verdana; 
    font-style: bold;
    width=20;
}

</style>
