/**
 * Estilos principales.
 * Color primario #005581
 * Color secundario #7B2431 
 */

/* Cuerpo Principal */




body, td, th, button
	{
	font-size: 13px;
	}

body, td, th, p, div, center, blockquote
	{
	color: #333333;
	}

body, td, th, input, textarea, button
	{
	font-family: Georgia, Tahoma, Arial, sans-serif;
	}


body, td, th, h1, h2, input, textarea, button
	{
	line-height: 170%;
	letter-spacing: +1px;
	word-spacing: +2px;
	}


/* Estilo general */
td, th, th, div, center, p, blockquote, strong, span, big, a, ul, li, form, input, textarea, button
	{
	line-height: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	font-size: inherit;
	color: inherit;
	}

input, button, textarea
	{
	line-height: normal;
	}


/*Estilo de Elementos*/
p
	{
	text-align: justify;
	}

h1
	{
	font-family: "Times New Roman", Times, serif;
	
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	color: #005581;
		
	padding: 0px;
	margin: 0px;
	
	line-height: 120%;
	}

h2
	{
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #7B2431;
	padding-top: 20px;
	
	line-height: 120%;
	}

a
	{
	color: #005581;
	text-decoration: underline;
	}

a:active
	{
	border: none;
	}

img
	{
	border: none;
	}


form
	{
	margin: 0px;
	padding: 0px;
	}

button, input.button
	{
	cursor: pointer;
	font-weight: normal;
	}


big, .big
	{
	font-size: 15px;
	color: #005581;
	font-weight: bold;
	vertical-align: text-bottom;
	}

/*Clases de Estilos*/
.aligncenter, .alignCenter
	{
	text-align: center !important;
	}

.alignright, .alignRight
	{
	text-align: right !important;
	}

.alignleft, .alignLeft
	{
	text-align: left !important;
	}

.alignjustify, .alignJustify
	{
	text-align: justify !important;
	}

.bold
	{
	font-weight: bold;
	}

.colored
	{
	color: #005581;
	}

.colored2
	{
	color: #7B2431;
	}

img.rightposition, img.rightPosition
	{
	float: right;
	margin-left: 15px;
	}

img.leftposition, img.leftPosition
	{
	float: left;
	margin-right: 15px;
	}

img.border
	{
	border: 5px solid #005581;
	}

img.middle
	{
	vertical-align: middle;
	}

.space
	{
	font-size: 1px;
	}

.nowrap
	{
	white-space: nowrap;
	}

.withBig
	{
	line-height: 200%;
	}


/*Mas Informacion*/
.masInformacion
	{
	width: 100%;
	margin-top: 20px;
	}

.masInformacion td
	{
	text-align: justify;
	vertical-align: middle;
	line-height: 200%;
	}

.masInformacion td a
	{
	font-weight: bold;
	}


.masInformacion th
	{
	width: 95px;
	height: 80px;
	vertical-align: middle;
	}

.masInformacion th a
	{
	margin-left: 15px;
	width: 80px;
	height: 80px;
	display: block;
	text-decoration: none;
	background-image: url(../images/mas-informacion.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

