/* -- Estilos GridView -- */

.listado .titulos
{
	background-color: #87c187;
	padding: 0px 3px 0px 0px;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.listado .dato1
{
	background-color: white;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 11px;
	color: Green;
	text-decoration: none;
	text-align: justify;
	color: #777;
	padding: 0px;
	border-bottom: 1px dotted #CCCCCC;
}

.listado .dato2
{
	background-color: white;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 11px;
	color: Green;
	text-decoration: none;
}

/* .listado .dato2 td{
	height:12px;
	}
	
.listado .dato1 td{
	height:12px;
	}
	

.listado .dato2 a:hover
{
	background-color: white;
	background-repeat: no-repeat;
}

.listado .dato2 a:link
{
	text-decoration: none;
	color: white;
}
.listado .dato2 a:active
{
	color: white;
	text-decoration: none;
}
.listado .dato2 a:visited
{
	color: white;
	text-decoration: none;
}

.listado .dato1 a:link
{
	text-decoration: none;
	color: white;
}
.listado .dato1 a:active
{
	color: white;
	text-decoration: none;
}
.listado .dato1 a:visited
{
	color: white;
	text-decoration: none;
}
.listado .dato1 a:hover
{
	color: white;
	text-decoration: none;
} */

/* -- Estilos ModalPopUp -- */

.modalPopup
{
	display: block;
	color: #87c187;
	background-color: Gray;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border:solid 3px green;
}

.modalPopup2
{
	display: block;
	background-color: White;
	text-align: left;
	vertical-align: top;
	padding:10px 10px 10px 10px;
	margin-left:20px;
	padding-right:20px;
	margin-top:5px;
	Width:490px;
	border:solid 3px orange;
}

.textTitle
{
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

/* -- Estilos Rating -- */

.rating_bar
{
	width: 60px;
	background: url(../images/nostar.gif) 0 0 repeat-x;
}

.rating_bar div
{
	height: 12px;
	background: url(../images/FilledStar.gif) 0 0 repeat-x;
}

.rating_der
{
	padding-left: 60px;
}

.ratingStar
{
	font-size: 0pt;
	background-color: Transparent;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../images/FilledStar.gif);
}

.emptyRatingStar
{
	background-image: url(../images/nostar.gif);
}

.savedRatingStar
{
	background-image: url(../images/savedstar.gif);
}

/* -- Estilos Paginador -- */

.Pages
{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.Paginator
{
	font-size: 12px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.Paginator a, .pageList .this-page
{
	text-decoration: none;
	color: Green;
}

.Paginator .AtStart
{
	margin-right: 20px;
	color: #87c187;
}

.Paginator .Prev
{
	margin-right: 20px;
}

.Paginator .break
{
	padding: 2px 6px;
	margin-right: 2px;
	border: none;
	text-decoration: none;
}

.Paginator .Next
{
	margin-left: 20px;
}

.Paginator .AtEnd
{
	margin-left: 20px;
	color: #87c187;
}

.Paginator .this-page
{
	margin-right: 2px;
	padding: 2px 6px;
	font-weight: bold;
	font-size: 12px;
	color: Green;
}

.Paginator a:hover
{
	color: red;
	text-decoration: none;
}

.Pages div.Results
{
	text-align: center;
	color: Green;
	margin-top: 8px;
}

.buttonPurplePag
{
	color: red;
	padding: 2px;
	font: bold 13px sans-serif;
}

/* -- Estilos Botones -- */

.buttonPurple
{
	background-color: #87c187;
	color: white;
	border: double 2px White;
	font: bold 13px sans-serif;
	cursor: pointer;
}

.buttonOrange
{
	background-color: #f88222;
	color: white;
	border: double 2px White;
	font: bold 13px sans-serif;
	cursor: pointer;
}

/* Menu Administración*/

#cuerpoadmin
{
	text-align: center;
}

#menuadmin
{
	background-color: Silver;
	width: 800px;
	height: 31px;
}

#nav
{
	width: 800px;
	margin: 0px;
	padding-top: 7px;
}

#menuadmin li
{
	float: left;
}

#menuadmin a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 29px;
}

#menuadmin a:link, a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#menuadmin a:hover, #active a:link
{
	color: #87c187;
}

#texto_body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Green;
}

.line
{
	line-height:10px;
}

