/* Defino los estilos para el menú horizontal*/

.menuNormal, a.menuNormal:link, a.menuNormal:hover, a.menuNormal:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #99CCFF;
}

a.menuNormal:link, a.menuNormal:hover, a.menuNormal:visited {
	text-decoration: none;
}

a.menuNormal:hover {
	background-color: #0099FF;
	color: #000033;
}

/* Defino los estilos para el pie de página*/

.footer, a.languageVersion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.languageVersion {
	text-align: right;
	color: #FFFFFF;
}

.footer {
	color: #CCCCCC;
	text-align: center;
}

/*Defino los estilos para las tablas contenedoras*/

.tableBody {
	border: thin solid #000000;
	background-color: #F9F8EC;
}

.tableBodyCell, label.tableBodyCell {
	background-color: #FFFFFF;
	border: thin dashed #A85400;
}

label.tableBodyCell {
	font-weight: bold;
}

p.radioButtonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-style: normal;
}

input.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	font-style: normal;
	background-color: #FFFF99;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.tableLanguagesCellTop {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A85400;
	border-right-color: #A85400;
	border-bottom-color: #A85400;
	border-left-color: #A85400;
}

.tableLanguagesCellBottom {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A85400;
	border-right-color: #A85400;
	border-bottom-color: #A85400;
	border-left-color: #A85400;
}

.tableLanguagesCellCenter {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A85400;
	border-right-color: #A85400;
	border-bottom-color: #A85400;
	border-left-color: #A85400;
}


.tableImageCell {
	background-color: #CCCCCC;
	border: thin dotted #333333;
}


.tableCVMenuCell {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}

.tableMenu {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #006699;
}

/*Defino los estilos para los encabezados*/

H1.wellcomeText, H1.bodyTitle1, H2.bodyTitle1, H3.bodyTitle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

H1.wellcomeText {
	text-align: center;
	font-size: 19px;
	color: #663333;
	margin-bottom: 20px;
}

H1.bodyTitle1, H2.bodyTitle1, H2.bodyTitle1 {
	text-align: left;
}

H1.bodyTitle1 {
	font-size: 19px;
	color: #663333;
	margin-bottom: 20px;
}

H2.bodyTitle1 {
	font-size: 17px;
	color: #000055;
}

H3.bodyTitle1 {
	font-size: 15px;
	color: #000055;
	margin-left: 25px;
}

/*Defino el estilo del fondo de la página*/

body {
	background-image: url(../images/all/background.png);
	background-repeat: repeat;
}

/*Define el estilo para el texto principal (nivel de anidamiento 1, 2y 3) */

p.mainText, li.mainText, a.mainText:link, a.mainText:hover, a.mainText:visited, p.mainText2, li.mainText2, a.mainText2:link, a.mainText2:hover, a.mainText2:visited, p.mainText3, li.mainText3, a.mainText3:link, a.mainText3:hover, a.mainText3:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 3px;
}

p.mainText, p.mainText2, p.mainText3 {
	color: #000033;
}

li.mainText, li.mainText2, li.mainText3 {
	color: #000033;
	list-style-type: square;
}

a.mainText:link, a.mainText:hover, a.mainText:visited, a.mainText2:link, a.mainText2:hover, a.mainText2:visited, a.mainText3:link, a.mainText3:hover, a.mainText3:visited {
	text-decoration: none;
}

a.mainText:link, a.mainText2:link, a.mainText3:link {
	color: #006699;
}

a.mainText:hover, a.mainText2:hover, a.mainText3:hover {
	color: #990000;
}

a.mainText:visited, a.mainText2:visited, a.mainText3:visited {
	color: #006699;
}

p.mainText2, li.mainText2, a.mainText2:link, a.mainText2:hover, a.mainText2:visited {
	/*Ahora mismo es como mainText1, pero podría cambiar.*/
}

p.mainText3, li.mainText3, a.mainText3:link, a.mainText3:hover, a.mainText3:visited {
	margin-left: 25px;	
}

.footNoteBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #000033;
	margin-top: 14px;
}

/*Define el estilo para el texto de la sección "Contacto"*/

p.mainTextContact {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000033;
	text-align: justify;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.mainTextCentered {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000033;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.visitorsText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000033;
	text-align: center;
}
strong.mainTextContact {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000033;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
p.mainTextContact {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000033;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
a.mainTextContact:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #006699;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
a.mainTextContact:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #990000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
a.mainTextContact:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #006699;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
p.CVMenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	font-variant: normal;
}
a.CVMenuText:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-variant: normal;
}
a.CVMenuText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-variant: normal;
}
a.CVMenuText:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-variant: normal;
}
