/* 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: #0099FF;
}

a.menuNormal:link, a.menuNormal:hover, a.menuNormal:visited {
	text-decoration: none;
}

a.menuNormal:hover {
	background-color: #666666;
}

/* Defino los estilos para el pie de página*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

/*Defino los estilos para las tablas contenedoras*/

.tableBody {
	border: thin solid #000000;
	background-color: #0A0A0A;
}

.tableBodyCell {
	background-color: #0A0A0A;
	border: thin dashed #666666;
}

.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: #0A0A0A;
	border: thin dashed #666666;
}

.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: #333333;
}

/*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: 18px;
	color: #FF6600;
	margin-bottom: 20px;
}

H1.bodyTitle1, H2.bodyTitle1, H2.bodyTitle1 {
	text-align: left;
}

H1.bodyTitle1 {
	font-size: 18px;
	color: #FF6600;
	margin-bottom: 20px;
}

H2.bodyTitle1 {
	font-size: 14px;
	color: #0099CC;
	margin-bottom: 12px;
}

H3.bodyTitle1 {
	font-size: 12px;
	color: #0099CC;
	margin-left: 25px;
	margin-bottom: 10px;
}

/*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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.mainText, p.mainText2, p.mainText3 {
	color: #0099CC;
}

li.mainText, li.mainText2, li.mainText3 {
	color: #0099CC;
	list-style-type: disc;
}

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: #00FFFF;
}

a.mainText:hover, a.mainText2:hover, a.mainText3:hover {
	color: #FF9900;
}

a.mainText:visited, a.mainText2:visited, a.mainText3:visited {
	color: #00FFFF;
}

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: 12px;
	font-style: italic;
	color: #0099CC;
	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: 14px;
	color: #000033;
	text-align: justify;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.mainTextCentered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.visitorsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-align: center;
}
strong.mainTextContact {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0099CC;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
p.mainTextContact {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0099CC;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.mainTextContact:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006699;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
a.mainTextContact:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
a.mainTextContact:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006699;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
p.CVMenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	font-variant: small-caps;
}
a.CVMenuText:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-variant: small-caps;
}
a.CVMenuText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-variant: small-caps;
}
a.CVMenuText:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-variant: small-caps;
}
