/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fondo.jpg);
	
	scrollbar-face-color: #507493;
	scrollbar-highlight-color: #507493;
	scrollbar-shadow-color: #d7e2eb;
	scrollbar-arrow-color: #d7e2eb;
	scrollbar-base-color: #d7e2eb;
	scrollbar-dark-shadow-color: d7e2eb;
	scrollbar-3d-light-color: #d7e2eb

}

.titulo_pagina {
	font-family: Arial, Helvetica sans-serif;
	font-size: 13.5px;
	color: #507493;
	font-weight: bold;
}

.texto_pagina {
	font-family: Arial, Helvetica sans-serif;
    font-size: 12px;
	color: #6181a2;
	
}

.texto_naranja {
	font-family: Arial, Helvetica sans-serif;
    font-size: 12px;
	color: #FFA74F;
		
}


.texto_pagina_negritas {
	font-family: Arial, Helvetica sans-serif;
    font-size: 11px;
	color: #6181a2;
	font-weight: bold;
}



.negritas_doctor {
	font-family: Arial, Helvetica sans-serif;
    font-size: 11px;
	color: #003399;
	font-weight: bold;
}


.leyenda_pagina {
	font-family: Arial, Helvetica sans-serif;
    font-size: 12px;
	color: #646464;
	
}

.leyenda_pagina_chica {
	font-family: Arial, Helvetica sans-serif;
    font-size: 9px;
	color: #646464;
	
}

<style type="text/css">
/*Important style definition is 'position:absolute'. Means the element can
be placed at an arbitrary position without affecting the flow of surrounding
elements*/
.popup
{
	position:absolute;
	border:solid 1px blue;
	
	padding:4px;
	width:250px;
	height:auto;
}
</style>