/* CSS Document */
		.home{
	width:500px;
	margin:0 auto;
	padding:5px;
	text-align:left;
	}
		
		* {padding:0;margin:0}
		
		body
		{
			margin: 0;
			padding: 0;
			font-size: 76%;
			line-height:150%;
			font-family: Georgia, Garamond, arial, helvetica, serif;
			background: #F8F4E7;
			color: #333;
		}

		a:link { color: #666666; text-decoration: none;}
		a:visited { color: #666666; text-decoration: none;}
		a:hover { color: #AF2120; text-decoration: underline;}
        a:active{
	font-style: italic;
}
.activo	{
	font-style: italic;
	text-decoration: underline;
}	
		#header
		{
			background-color: #fff;
		}
        .content{
	margin: 0px;
}
		#title
		{
			float: left;
			width: 550px;
			height: 92px;
			background: url(../img/bg.gif) repeat-x;
		}

		#titlewrapper
		{
			background: none;
			height: 92px;
		}
		
		#titledesc
		{
	width: 550px;
	float:left;
	text-align: center;
		}
		
		#titledesc p
		{
	padding-top: 25px;
		}

		#col2
		{
			float: left;
			width: 550px;
			border-left: 1px solid #E9DDB4;
		}

		.entrada
		{
			background: url(../img/fond.jpg) no-repeat left top;
			border-top: 1px solid #E9DDB4;
			padding: 10px 0 10px 10px;
			max-width: 550px;
		}
		
		.entrada img 
		{
	border: #E9DDB4 1px solid;
	padding: 4px;
	background: #fff;
			}

		.clear {clear: both;}

		#footer
		{
	clear: both;
	height: 33px;
	width: 550px;
		}

		h1
		{
	font-size: 2em;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
		}

		h2, h3, h4
		{
	margin-top: 0;
	margin-bottom: 5px;
		}

		p
		{
			margin-left: 7px;
			margin-right: 0px;
			margin-bottom: 7px;
		}

	#top_nav
	{
	margin: 0;
	background-image: url(../img/bgtit.jpg);
	text-align: center;
	}
    .valid{
	float: left;
}
.foo{
	float: right;
	font-size: 8px;
	color: #990000;
}
 #footer img{border:0;}
h2{
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pimg{
	text-align: center;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
.subtitulo{
	text-align: center;
	background-image: url(../img/bgtit.jpg);
	font-size: 11px;
}
ul{
	list-style-position: inside;
}
li{}

