/* etiquetas */

body, h1, h2, h3, h4, h5, h6, p, div, ul, li{
	margin:0px;
	padding:0px;
}
body{
	background-color:#DDDDD3;
}

a{
	color: #6e6114;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
	margin-top: 65px;
}
strong{
	font-size: 16px;
	font-weight: bold;
}
/* capas */

#todo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	background-color:#FFF;
	color: #060545;
}

#contenedor{
	padding: 30px;
	clip:rect(auto, auto, auto, auto);
}

#contenido{
	background-color: #d3cfb8;
	color: #6e6114;
	padding: 30px;
}

#atipika{
	clear: both;
	text-align: right;
	font-size: 9px;
	margin: -12px 2px 0 0;
}
 /* clases */
 
#pie{
	clear: both;
	margin-top: 12px;
}

