* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px;
	text-align: center;
	background: #fff;
	color: #000;
	font-family: tahoma, arial,helvetica,sans-serif;
	font-size: 11px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	margin: 0 0 15px;
	font: 11px/130% tahoma,arial,helvetica,sans-serif;
}

h1 {
	font: 14px tahoma,arial,helvetica,sans-serif;
	margin: 20px 0;
	color: #999;
}

h1 strong {
	color: #000;
	font-weight: normal;
}

h2 {
	font: bold 11px tahoma,arial,helvetica,sans-serif;
}



/************* cajas y contenedores *************************/

#contenedor {
	position: relative;
	margin: 0 auto;
	width: 400px;
	text-align: left;
}

#cabecera {
	background: #fff url("../img/popup_top.gif") 0 0 no-repeat;
	height: 7px;
}

#contenidos {
	background: #fff url("../img/popup_fondo.gif") 0 0 repeat-y;
	padding: 0 5px 15px 10px;
	float: left;
	margin: -6px 0 0;
}

html>body #contenidos {
	margin: 0;
}

#textos {
	width: 345px;
	padding: 0 20px 0 20px;
}

#textos ol {
	margin-left: 20px;
}

#textos img {
	margin: 5px 0;
}

#pie {
	clear: both;
	height: 20px;
	background: #fff url("../img/popup_pie.gif") 0 0 no-repeat;
}

.cerrar {
	text-align: right;
	color: #999;
	margin: 4px 15px -10px 0;
}

