﻿div#result{
	min-height: 110px;
	vertical-align:text-bottom;
	width: 550px;
	margin-top: 40px;
	margin-left:10px;
	border-top: 1px dotted #E4E4E4;
	}

.result-tit{
	font-family: Arial, Verdana;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8em;
	color:#444444;
	margin-left:0px;
	}

.result-resume {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.8em;
	color:#444444;
	margin-left:0px;
	padding-top:50px;
	}

#result a {
	font-weight: normal;
	color: #0066CC;
	text-decoration:none;
	}
#result a:hover {
	color: #0066CC;
	text-decoration: underline;
	}

/* PARA DOWNLOAD DE FICHEROS PDF */
/* Para otro tipo de ficheros, copiar este ESTILO,*/
/* cambiar el nombre y modificar el icono a mostrar.*/
#result-link-pdf {font-family: Arial, Verdana; font-size: 0.8em; font-weight: normal; line-height: 2.0em; color: #0066CC; text-decoration:none; margin-left:15px; margin-top:10px; list-style-image:url('../images/ic_pdf16.jpg');	}
#result-link-pdf li{padding: 2px 2px 2px 10px;}
