﻿body {
}


.tabla-titulo {
	background-color: #0694FB; 
	border-right: #0694FB thin solid; 
	border-top: #0694FB thin solid; 
	border-left: #0694FB thin solid; 
	border-bottom: #0694FB thin solid
}

.botones {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #0694FB; 
	border: solid 1px white;
	text-transform:capitalize;
	text-align:center;
	width:90px;
	height:20px;
}

.TitulosSeccion {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A4FA2;
	text-transform: uppercase
}
.lineas
{
	border-right: #8583A9 solid;
	border-top: #8583A9 solid;
	border-left: #8583A9 solid;
	color: #8583A9;
	border-bottom: #8583A9 solid;
}

li
{
	list-style-image: url(../../Imagenes/bullets.gif);
	list-style-position:outside;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #4f7997;
	border-bottom: solid 1px orange;
}