/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../fotos/fondoclaro1.jpg);
	background-attachment:fixed;
}
H1 {
  font-family: "Arial";
  font-style: italic;
  font-weight: bold;  
  color: #FFFFFF;
  text-align: center;
  background-color:#E3A8A8;
}
H2 {
  font-family: "Arial";
  font-style: italic;
  font-weight: bold;
  background-color:#E3A8A8;
  color: #FFFFFF;
  text-align: center;
}
TH {
  	text-align: justify;
	margin: auto;
	font-family: "Arial";
}
a:link {
  font-family: "Arial";
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}
a:visited {
  font-family: "Arial";
  font-size: 20px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
a:active {
  font-family: "URW Chancery L";
  color: #000000;
  text-decoration: none;
  text-align: center;
}
PRINT {
  font-family: "arial";
  color: #000000;
  text-decoration: underline;
  text-align: center;
}
IMG{
	border-style:none;
}
#contenttext{width:80%;}
#leftpanel{float:left; width:17%;}
#rightpanel{float:right; width:20%;}
#footer{float:left; width:100%; background-color:#F0F0F0; padding:10px;}
#volver{float : center; padding:14px;}
#tablacandidatos{float : center; background-color:#E5E5E5; padding:30px;}
#contacto{float:left;}
/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}
/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #4D4D4D;
	font-size:20px;
	float:center;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
	text-align:justify;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	float : justify;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.centrar-imagen {
	text-align: center;
}

