﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:White;
	background-color: #333333;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: inherit;
	text-decoration: none;
}

a
{
	text-decoration: none; 
	color: #FFFFFF;
	}

#Contenedor
{
	margin: auto;
	width: 950px;
	height: auto;
	background-color: #000000;

}

#Header
{
	width: 950px;
	height: 125px;
	background-image: url('../imagenes/banner_superior.jpg');
}

#Menu
{
    width: 950px;
    background-color: #000000;
	text-align: center;
	height: 55px;
}
#SiteMap
{
	width:950px;
	height:auto;
}

#Zona
{
	background-color: #000000;
	width: 950px;
	height: auto;
	text-align:justify;
}
#Pie
{
	            background-color:Black;
	            width:950px;
	            font-family: Arial, Helvetica, sans-serif;
	            font-size:small;
	            color:Gray;
	            text-align:center;
            }

#Index
{
	width:950px;
	height:auto;
	margin:auto;
}

#Index_Contenido
{
	width:690px;
	height:auto;
	}
#Saludo
{
	width:690px;
	height:auto;
	}
#Secciones
{
	width:690px;
	height:auto;
	 background-color:Yellow;
	}



#ColumnaIzq, #ColumnaCentro
{
	width:340px;
	height:auto;
	background-color:Yellow;
}

#ColumnaIzq
{float:right;
 background-color:Yellow;

}

.Servicios_Link
{
	text-align:center;
	margin-top:5px;
}

#Index_Contenido .Columna1{
	width:345px;
	background-color:#FFFFFF;
}
#Index_Contenido .Columna2{
	width:345px;
	background-color:Aqua;
	float:left;
}

#IndexNoticias
{
	width:640px;
}

#MostrarServicios
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #800000;
	text-align: justify;
	list-style-type: disc;
	empty-cells: show;
	table-layout: auto;
}

#limpiarFloat
{
	clear:both;
}
