*
	{
		padding:0;
		margin: 0;
		font-family: Trebuchet MS, "Trebuchet MS", Tahoma, Arial, Sans Serif;
	}
	
body
	{
		background-image: url(../imagenes/back.jpg);
	}
	
div.all
	{
		width: 820px;
		height:auto;
		margin: 0 auto;
		background: url("../imagenes/body.jpg") repeat-y top center;
	}
div.header
	{
		width: 792px;
		height: 290px;
		margin: 0 auto;
	}
div.menu	
	{
		background-color: #ff9900;
		height: 20px;
		width: 800px;
		margin: 0 auto;
		display: block;
	}
div.button
	{
		width: 100px;
		height: 20px;
		background: url("../imagenes/button.png") no-repeat top center;
		background-color: #ff9900;
		float: left;
		border-bottom: 5px solid #ff9900;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		vertical-align: middle;
		line-height: 20px;
		text-align: center;
		cursor: pointer;
	}
		div.button a
			{
				display: block;
				width: 100%;
			}
div.insideof
	{
		width: 790px;
		border-bottom: 1px solid #006699;
		margin:0 auto;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		padding-left:3px;
		background-color: #666699;
		background: url("../imagenes/bar.jpg") repeat-x top center;
		color:#FFFFFF;
		text-align:right;
	}
div.content
	{
		width: 765px;
		margin:5px auto 0 auto;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		text-align:justify;
	}
div.footer
	{
		width: 806px;
		margin:0 auto;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		text-align:center;
		background: url("../imagenes/footer.jpg") no-repeat top center;
		height:12px;
		clear:both;
	}
	div.spacer
		{
			border-bottom:1px solid #FFCC66;
			height:2px;
			font-size:2px;
			width:100%;
			display:block;
			background:url(../imagenes/bb.jpg) repeat-x;
			clear:both;
		}

h1
	{
		color:#003366;
		text-align: center;
		text-indent:10px;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:14px;
		margin-bottom:5px;
		margin-top:2px;
		outline: 1px dotted #003366;
		background:#FFFFCC;
		border-bottom:1px solid #FFCC00;
	}
h2
	{
		color:#000000;
		text-align:center;
		font-size:13px;
	}
h3
	{
		color:#003366;
		text-align: center;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:16px;
		margin-bottom:5px;
		display:block;		
		background:#FFFFFF;
		width:400px;
	}
div.content p.cita
	{
		font-size:10pt;
		text-align:center;
		margin-top:3px;
		text-indent:0;
		font-family:Arial, Helvetica, sans-serif;
			}
		div.content p.cita em
			{
				font-family:Candara, "Candara", Arial, Helvetica, sans-serif;
				font-style:cursiva;
			}
div.content p
	{
		text-indent:25px;
		margin-top:20px;
	}
ul, ol
	{
		list-style:disc;
		color:#333333;
		font-size:13px;
		padding-left:30px;
		list-style-position:inside;
	}
ul li, ol li
	{
		margin:10px;
	}
table.horario
	{
		border-collapse:collapse;
		width:100%;
	}
	table.horario th
		{
			background-color:#6699FF;
			padding:3px;
			text-align:center;
		}
	table.horario td
		{
			padding:3px;
			text-align:center;
			border: 1px dotted #999999;
		}