body 
	{
	color: #000;
    font-size:15px;
    margin:0px; 
	padding:0px;
    font-family:  Verdana, sans-serif;
	background-color: #fff;
	background-image: url(./i/fondo_2013.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
		text-align:center;
	}


table
{
	margin-left: auto;
	margin-right: auto;

}

td
	{
	font-size:15px;
    font-family: Verdana, sans-serif;
	}

.contenido
	{ 
	margin:0;
	padding:0;
	text-align: justify;
	width: 400px; 
	height: auto; 
	margin-left: auto;
	margin-right: auto;

	}

.fecha
{
	text-align: right;
	color:#5C5C5C;
}

.si
{
	color:#5C5C5C;
	font-weight:bold;
	border-bottom: 2px dotted #ccc;
}


.fx
{
	text-align:right;
	font-size:12px;
	border-top: 2px solid #09c;
	padding-top:5px;
}


dt 
	{
	font-weight:bold;
	}

h1
	 { 
	font-size:18px;
	color:#fff;
	padding:10px;
	text-align: center;
	visibility: visible; 
	font-weight:bold;
	background-color: #006;

	 }



.titulo
	 { 
	font-size:18px;
	color:#fff;
	margin:5;
	padding:10;
	text-align: center;
	visibility: visible; 
	border:solid 1px #666;
	font-weight:bold;
	background-color: #006;
	 }

.subt /* subtitulo */
  {
	display: block;
	font-size: 16px; 
	color: #900;
	padding: 7px 0 0 0; 
	border-bottom: 2px dotted #ccc;
	margin: 0; 
  }
  
h2  
  {
	display: block;
	font-size: 16px; 
	color: #900;
	padding: 7px 0 0 0; 
	border-bottom: 2px dotted #ccc;
	margin: 0; 
	font-weight:normal;	
  }




  

/* crea una sangrķa */

.sangria 
  {
  	margin-left:15px;
  }



a:link		
	{
	color: #36c;
	}

a:visited
	{
	color: #36c;
	}


a:hover
	{	
	text-decoration: none; 
	color: #696;
	}

a:active
 	{
	text-decoration: none; 
	color: #696;
	}



a.menu, A.menu:link, A.menu:visited	
	{
	background: #ccc;
	color:#000;
	text-decoration: none;
	FONT-SIZE:12px;
	font-family: arial, sans-serif;
	padding:5px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;

	}



A:hover.menu
	{
	background: #666;
	color:#fff;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	
	}

A:active.menu
	{
	background: #00f;
	color:#fff;
	font-weight: bold;	
	}


/* crea botones para compartir */

.sh
{
margin:auto; width:196px; clear:both;
}

.sh a
{
display:block;
float:left;
background-image: url("https://www.alaingarcia.net/i/fb.gif");
background-repeat: no-repeat;
}

.fb
{
width:52px;
height:22px;
background-position: 0 0 ;
}

.tr
{
width:71px;
height:22px;
background-position: -51px 0 ;
}


.rss
{
width:54px;
height:22px;
background-position: -122px 0 ;
}




@media screen and (max-width: 600px) 
{

	body 
	{
		font-size:20px;
	}


	td
		{
		font-size:20px;
		}

	.contenido
		{ 
		width:400px; 
		}

	h1
		 { 
		font-size:22px;
		}


	.titulo
		 { 
		font-size:22px;
		}
}


@media screen and (max-width: 400px) 
{


	.contenido
	{ 
	width:300px; 
	}


}
