/* ESTILOS GENERALES */	
		
*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

a,a:link,a:visited,a:hover
{
	text-decoration: none;
}
body
{
	background-color: #bfc2c5;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Botones */
a.BtnAzul
{
    background: transparent url('http://www.alquimiainformatica.com/img/btn-azul-der.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 30px;
    padding: 0px 16px 0px 0px;
    text-decoration: none !important;
    color: white !important;
    font-size: 11px;
}
a.BtnAzul span
{
    background: transparent url('http://www.alquimiainformatica.com/img/btn-azul-izq.png') no-repeat;
    display: block;
    height: 30px;
    padding: 7px 0 0px 16px;
}
a.BtnAzulHover
{
    background: transparent url('http://www.alquimiainformatica.com/img/btn-azul-hover-der.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 30px;
    padding: 0px 16px 0px 0px;
    text-decoration: none !important;
    color: white !important;
    font-size: 11px;
}
a.BtnAzulHover span
{
    background: transparent url('http://www.alquimiainformatica.com/img/btn-azul-hover-izq.png') no-repeat;
    display: block;
    height: 30px;
    padding: 7px 0 0px 16px;
}
a.BtnBlanco
{
    background: transparent url('http://www.alquimiainformatica.com/img/btn-blanco-der.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 30px;
    padding: 0px 16px 0px 0px;
    text-decoration: none !important;
    color: #282f39 !important;
    font-size: 11px;
}
a.BtnBlanco span
{
    background: transparent url('http://www.alquimiainformatica.com/img/btn-blanco-izq.png') no-repeat;
    display: block;
    height: 30px;
    padding: 7px 0 0px 16px;
}
a.BtnBlancoHover
{
    background: transparent url('http://www.alquimiainformatica.com/img/btn-blanco-hover-der.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 30px;
    padding: 0px 16px 0px 0px;
    text-decoration: none !important;
    color: #282f39 !important;
    font-size: 11px;
}
a.BtnBlancoHover span
{
    background: transparent url('http://www.alquimiainformatica.com/img/btn-blanco-hover-izq.png') no-repeat;
    display: block;
    height: 30px;
    padding: 7px 0 0px 16px;
}

/* BOTONERA */	

#DivBotonera ul
{
	list-style: none;
}
#DivBotonera li
{
	float: left;
	height: 36px;
	text-align: center;
}
#DivBotonera li a
{
	text-decoration: none;	
}
#DivBotonera li a span
{
	text-align: center;
	display: block;
	color: white;
	font-size: 14px;
	background: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	height: 34px;
}
#DivBotonera li a span:hover
{
	color: #ffb32b;
	background: url('http://www.alquimiainformatica.com/img/botonera-hover.png') center 32px no-repeat;
}
/* En Firefox no funcionan las propiedades background-position, así que
quitamos el fondo */
.browserFirefox #DivBotonera li a span:hover,.browserFirefox1 #DivBotonera li a span:hover,.browserFirefox2 #DivBotonera li a span:hover,.browserFirefox3 #DivBotonera li a span:hover
{
	color: #ffb32b;
	background: none;
	text-decoration: underline;
} 

/* BANNER */	
#DivBotonesBanner a,#DivBotonesBanner a:link,#DivBotonesBanner a:visited
{
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 4px;
	background: url(http://www.alquimiainformatica.com/img/dot-banner.png) top left no-repeat;
}
#DivBotonesBanner a:hover
{
	background: url(http://www.alquimiainformatica.com/img/dot-banner-hover.png) top left no-repeat;
}

/* CONTENIDO 1 */	

.Contenido1
{
	color: black;
	font-size: 12px;
	line-height: 16px;
}
.Contenido1 .Titulo1
{
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #282f39;
	margin-bottom: 20px;
}
.Contenido1 .Titulo2
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #095c73;
	margin-bottom: 10px;
}
.Contenido1 .Subtitulo
{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #095c73;
	margin-bottom: 0px;
}
.Contenido1 p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.Contenido1 p.Nota
{
	color: #4d5a6c;
	font-size: 11px;
	line-height: 16px;
}
.Contenido1 a,.Contenido1 a:link,.Contenido1 a:visited,.Contenido1 .Enlace
{
	color: #095c73;
	text-decoration: underline;
}
.Contenido1 a:hover
{
	color: #6ab6cb;
}
.Contenido1 ul li
{
	float: left;
	color: #353f4c;
	margin-bottom: 6px;
}
.Contenido1 .ulPrincipal li
{ 
	width: 300px;
}
.Contenido1 .ulPrincipal li.Izquierda
{
	clear: left;
}
.Contenido1 input
{
	background-color: white;
	border: 1px solid #cbcbcb;
	font-size: 12px;
	color: black;
	width: 300px;
	min-height: 20px;
	height: auto;
}
.Contenido1 textarea
{
	background-color: white;
	border: 1px solid #cbcbcb;
	font-size: 12px;
	color: black;
	width: 500px;
	height: 300px;
}
/* CONTENIDO 2 */	

.Contenido2
{
	color: white;
	font-size: 12px;
	line-height: 16px;
}
.Contenido2 .Titulo2
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: white;
	margin-bottom: 10px;
}

/* PIE DE PÁGINA */	

.Pie
{
	color: #4d5a6c;
	font-size: 11px;
	line-height: 16px;
}


