﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.bordeIzq
{
	background:url(images/degradado_izq.gif) repeat-y;
	width:61px;
}

.bordeDer
{
	background:url(images/degradado_der.gif) repeat-y;
	width:61px;
}

#Encabezado_Master
{
	background:url(images/encabezado.gif) no-repeat;
	width:954px;
	height:226px;

}

#Menu_Principal
{
	background:url(images/fondoGris.gif);
	
}

.Contenido
{
	background:url(images/fondoGris.gif);
}

.Boton_Contacto
{
 position: relative;
 background-image: url(Images/Botones/botones-2.png);
 background-repeat: no-repeat;
 white-space: nowrap;
 display: block;
 width: 80px;
 height: 18px;
 margin: 0;
 padding: 0;
}

.Boton_Contacto a
{
 display: block;
 color: #000000;
 font-size: 11px;
 font-weight:bold;
 width: 80px;
 height: 18px;
 display: block;
 float: left;
 color: White;
 text-decoration: none;
}

.Boton_Contacto img
{
 width: 80px;
 height: 18px;
 border: 0;
 margin-left: -5px;
}

* html a:hover
{
 visibility:visible
}

.Boton_Contacto a:hover img
{
 visibility:hidden
}

.Boton_Contacto span
{
 padding-right: 0px;
 padding-left: 0px;
 left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 cursor: pointer;
 padding-top: 0px;
 position: absolute;
 top: 2px;
 width: 80px;
 text-align: center;
 color: White;
}

.Parrafo_LaEmpresa, .Parrafo_QuienesSomos
{
	padding:30px;
	padding-bottom:30px;
	padding-top:0px;
	font-family:Arial;
	font-size:15px;
	color:#555658;
	text-align:justify;
}

.Subtitulo_QuienesSomos
{
	background:Black;
	color:White;
	margin-left:25px;
	margin-right:25px;
	padding:5px;
	font-weight:bold;
	margin-bottom:10px;
}


