﻿/* ---------------------------------------
ENTORNO
--------------------------------------*/

			HTML, BODY
			{
				font-family: verdana,aria,sans-serif;
				font-size: 11px;
				width:100%;
				margin: 0px;
				border:0px;
				margin-left:auto;
				margin-right:auto;
				/*min-width:600px;
				background-repeat: no-repeat;
				text-align:center;*/
				}

		#Contenedor
		{
			width:780px;
				margin-left:auto;
				margin-right:auto;
		}

			.Logo
			{
				border:0px;
				padding: 5px 0px 15px 0px;
				float:none;
			}
			
			#Titular
			{
				background-image: url('../entorno/TituloCabecera.gif');
				background-repeat: no-repeat;
				width:600px;
				height: 71px;
				padding: 0px;
				margin: 30px 0px 0px 0px; 
				float:none;
			}
			
			#Columna1
			{
				width:330px;
				float:left;
				padding-right:10px;
			}
			
			#Columna2
			{
				width:410px;
				float:left;
				padding: 15px;
				background: #E6E6E6;
				margin-bottom: 20px;
			}
			
		
			span.Titulo
			{
				font-weight:bold;
			}
			
			
			div.Fecha
			{
				font-weight:bold;
				color:#4d7688;
			}
			
			div.Enlaces
			{
				padding-left: 10px;
				padding-bottom: 5px;
				border-bottom: 1px #ccc dotted;
			}
						
			div.Enlaces a
			{
				text-decoration: none;
				color: #000;
			}
		
			div.Enlaces a:hover
			{
				text-decoration: none;
				color: #4d7688;
			}
			
			div.Separacion
			{
			margin-top:30px;
			}
			
