* {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

h1 {
    background-color: #dedede;
    margin-top: 8px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #003366;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

th {
    background-color: #bee1f4;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    color: #003366;
    line-height: 11px;
    font-weight: bolder;
}

td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #003366;
    line-height: 11px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: normal;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

button {
    font-size: 11px;
    font-weight: bold;
}

input[type="text"]{
    font-size: 11px;
}

td.sombreado {
    background-color: #e5f2fa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

table.sombreado td
    {
    background-color: #e5f2fa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

table.sombreado th
{
    text-align: left;
}


a[href^=http]
{
    padding-right: 18px;
    background: transparent url(../mat09/img/world.png) no-repeat center right;
}

.mensaje {
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

