/* sinlairql.es */

/* Estilos de etiquetas */

body {
	background-attachment: fixed;
	background-image:  url("fondo.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #cccccc;
	margin-left: 15px;
}

p {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 16px;
}

td {
	font-size: 12px;
	padding-bottom: 3px;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Estilos de enlaces */

a:link {text-decoration: none; font-weight: bold}

a:active {text-decoration: none; font-weight: bold}

a:visited {text-decoration: none; font-weight: bold}

a:hover {text-decoration: underline; font-weight: bold}


/* Estilos de textos */

.cabezera {font-size: 24px !important;}

.pie {
	font-size: 11px !important;
	line-height: 14px !important;
	color: #666666;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.marca {
	font-size: 11px !important;
	line-height: 14px !important;
	color: #666666;
}

.menu {
	font-size: 12px !important;
	color: #999999;
	font-weight: bold;
}

.titulo {
	font-size: 20px !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.subtitulo {
	font-size: 16px !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


