﻿/*body {
    margin: 0px;
        background-repeat:repeat-x;
	    font-family: Tahoma;
	    font-size:small;
	    text-align: left;
	    margin-left: 0px;
	    margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    background-image: url(img/fnd_pagina.jpg);
	    background-repeat: repeat-x;
	    
}
.descripcion {
	    font-family: Tahoma;
	    font-size:11px;
}
a:link {
	color: #397F99;
	text-decoration: none;
}
.paginador
{
color: White;
}
a:visited {
	color: #397F99;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #397F99;
	text-decoration: none;
}
*/
.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}
.modalBackground {
	background-color:Gray ;
	filter:alpha(opacity=70);
	opacity:0.7;
	
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color:#3895B3;
     
   /* background-color: #4474A5;#6CB7D2;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-image: url('img/fnd_cuadrantes2.jpg');
    background-repeat:repeat-y;
    border-color: #97AACA;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /*background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
