/*------------------------------------------------------------*
**  All
**------------------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	/*background-image:url(../images/fondo.jpg);*/
	background-repeat:repeat-x;
}
img{
border:0;
}
a {
	font-size:14px;
	font-weight: bold;
	color:#1B7BC2;
	font-family:  Arial;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color:#1B7BC2;
}
a:hover {
	text-decoration: underline;
	color:#1B7BC2;
}
a:active {
	text-decoration:underline;
	color:#1B7BC2;
}



/*------------------------------------------------------------*
**  Language
**------------------------------------------------------------*/

.campoLanguage {
	background-color:#666666;
	color:#FFFFFF;
	border-color:#000000;
	font-family:  Arial;
	font-size:12px;
	width:180px;
}


.texto {

	color:#000000;

	font-size:14px;

	font-family:  Arial;
}

.texto2 {

	color:#FFFFFF;

	font-size:11px;

	font-family:  Arial;
}

.texto3 {

	color:#FFFFFF;

	font-size:14px;

	font-family:  Arial;
}

.campos {

	background-color:#FFFFFF;

	color:#000000;

	border-color:#000000;

	font-family:  Arial;

	font-size:14px;

	width:180px;

}

.camposLogin {

	background-color:#FFFFFF;

	color:#000000;

	border-color:#000000;

	font-family:  Arial;

	font-size:14px;

	width:150px;

}

.tablaLogin {
  width: 180px;
  border: 0px solid #E0E0E0;
  background:#f1f1f1;
  margin-bottom: 5px;
}

.tablaPoll {
  width: 180px;
  border: 0px solid #E0E0E0;
  background:#DFDFDF;
  margin-bottom: 5px;
}

.camposList {

	background-color:#FFFFFF;

	color:#000000;

	border-color:#000000;

	font-family:  Arial;

	font-size:14px;

	width:180px;

}

.botones{

	background-color:#CCCCCC;
	
	color:#FFFFFF;
	
	border-color:#666666;

	font-family:  Arial;

	font-size:14px;
	
	font-weight:bold;

}

.titulo1{

	font-family:  Arial;
	font-size:16px;
	color:#1B7BC2;
	font-weight:bold;

}

.titulo2{

	font-family:  Arial;
	font-size:16px;
	color:#000000;
	font-weight:bold;

}

.titulo{

	font-family:  Arial;
	font-size:28px;
	color:#1B7BC2;
	font-weight:bold;

}

.textoConfirmacion{

	font-family:  Arial;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;

}

.paginado{

	font-family:  Arial;

	font-size:14px;

	color:#000000;

}

.textoError{

	font-family:  Arial;

	font-size:14px;

	color:#FF0000;

}

/*Styles Polls*/

.pollsResult0{
	background-image:url(../images/complet/polls/poll0.jpg);
	background-repeat:repeat-y;
}
.pollsResult1{
	background-image:url(../images/complet/polls/poll1.jpg);
	background-repeat:repeat-y;
}
.pollsResult2{
	background-image:url(../images/complet/polls/poll2.jpg);
	background-repeat:repeat-y;
}
.pollsResult3{
	background-image:url(../images/complet/polls/poll3.jpg);
	background-repeat:repeat-y;
}

.pollsResult4{
	background-image:url(../images/complet/polls/poll4.jpg);
	background-repeat:repeat-y;
}

.pollsResult5{
	background-image:url(../images/complet/polls/poll5.jpg);
	background-repeat:repeat-y;
}

.pollsResult6{
	background-image:url(../images/complet/polls/poll6.jpg);
	background-repeat:repeat-y;
}

.pollsResult7{
	background-image:url(../images/complet/polls/poll7.jpg);
	background-repeat:repeat-y;
}

.pollsResult8{
	background-image:url(../images/complet/polls/poll8.jpg);
	background-repeat:repeat-y;
}

.pollsResult9{
	background-image:url(../images/complet/polls/poll9.jpg);
	background-repeat:repeat-y;
}

.pollsResult10{
	background-image:url(../images/complet/polls/poll10.jpg);
	background-repeat:repeat-y;
}

.pollsResult11{
	background-image:url(../images/complet/polls/poll11.jpg);
	background-repeat:repeat-y;
}


.pollResultTable {
  width            : 80%;
  border           : 1px solid #E0E0E0;
  background       : none;
  margin-bottom    : 5px;
}

.pollCalificationTable {
  border           : 1px solid #000000;
  background       : none;
  margin-bottom    : 5px;
}


.camposRegedit {

	background-color:#FFFFFF;

	color:#000000;

	border-color:#000000;

	font-family:  Arial;

	font-size:14px;

	width:240px;

}

.camposListRegedit {

	background-color:#FFFFFF;

	color:#000000;

	border-color:#000000;

	font-family:  Arial;

	font-size:14px;

	width:240px;

}

/*Calendar*/

.sunday, .saturday{

width:30px;
height:20px;
margin:0;
padding:0px;
border: thin #000000 dotted;
text-align:center;
vertical-align:bottom;
background-color: #eeeeee;
}
.selectedday{
width:30px;
height:20px;
margin:0;
padding:0px;
border: thin #000000 dotted;
text-align:center;
vertical-align:bottom;
background-color: #e7e5e5;
}

 .monthnavigation, .monthname{
text-align:center;
color:#000000;
border: thin #000000 dotted;

}

.dayname{
text-align:center;
color:#000000;
border: thin #000000 dotted;
}
.today{
text-align:center;
vertical-align:bottom;
border: thin #000000 dotted;
background-color:#1B7BC2;
}
.today a:link, .today a:visited, .today a:hover{
color:#FFFFFF;
}
.nomonthday, .monthday{

width:30px;
height:20px;
margin:0;
padding:0px;
border: thin #000000 dotted;
text-align:center;
vertical-align:bottom;

}
