/*------------------------------------------------------------amartinezCSS demo para SIMAPECurso 2005-2006version01: 29-03-2007--------------------------------------------------------------*//*Undo browser defaultshttp://tantek.com/log/2004/09.html#d06t2354*/:link,:visited {text-decoration: none;}ul,ol {list-style: none;}h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, div {margin: 0; padding: 0;}a img, a:link img, a:visited img {border: none;}address {font-style: normal;}/*---------*//* estilos comunes a todas las páginas */body {	text-align: center; 	font-size:12px; 	font-family: Arial, Helvetica, sans-serif;	background-color:#F1F1F1;}#main {	width: 760px;	margin: 0 auto;	text-align: left;	border-top: 35px solid #2A58DD;	}#contenedor{border-left:1px dotted #CDCDCD; border-right:1px dotted #CDCDCD; background-color:#FFFFFF; color:inherit;}/* --------- *//* estilos contenidos */#content{ 	margin-left:30px;	padding-bottom:40px; 	margin-bottom:0px; 	margin-right:15px;	padding-right:10px;}h1, h2, h3, h4, h5 { font-family:"Trebuchet MS", Georgia, Arial, Helvetica, sans-serif; }p {	font-size:95%;	padding:5px 0px 5px 10px;	}hr { border:0px; color:#AABCF1; background-color:#AABCF1; height:1px;}ul {	color: #787B7B;	margin: 0 0 0 0px;	list-style-type: none;	line-height: 1.3em;	padding-bottom:15px;	padding-top:15px;	background-color:inherit;	margin-left:15px;	margin-top:20px;}ul li {	font-size: 110%;	list-style-image:url(../img/bullet_lista.png);	list-style-position:outside;	padding-bottom:5px;	margin-right:20px;}#creditos {border-top: 1px dotted #C7C005; border-bottom: 1px dotted #C7C005; margin-right:215px;}#creditos div {border-top: 4px solid #FFF; border-bottom: 4px solid #FFF; background-color:#F1F1F1; color:inherit;}#navegacion {text-align:right; font-size:90%; margin-right: 20px; margin-top:30px; letter-spacing:0.1em;}#navegacion a, #navegacion a:link, #navegacion a:visited {border:1px solid #C7C005; color:#000; background-color:#F1F1F1; padding:3px 4px;}#navegacion a:hover {background-color:#F9F9E6; color:#000; border-color:#C7C005;}/* --------- *//* estilos pie de pagina */#footer{	clear:both; 	padding: 5px 30px 10px 15px; 	border-top:1px dotted #DCDCDC;	bottom:0; 	background-color:#cdcdcd; 	margin:0px; 	color:#666;}#footer h6 {font-size: 75%;  margin: 0 0 0 0px; text-align:right;}#footer a, #footer a:link, #footer a:visited {	color:#666;	background-color:inherit;	text-decoration:none;}#footer a:hover {text-decoration:underline;}/* --------- */