body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}

img { -ms-interpolation-mode:bicubic; }

a:link {
	font-size: x-small;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	font-size: x-small;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	font-size: x-small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	font-size: x-small;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	background-color: #FFFFCC;
}

.bigbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	background-color: #FFFFCC;
}

.errores {
	font-weight: bold;
	color: #FF0000;
	vertical-align: top;
	text-align: justify;
	font-size: x-small;
}
.foto_dch {
	float: right;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.foto_izq {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
.pie_foto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align:center;
}
.candado {
	text-align: right;
	position: absolute;
	top: 0px;
	vertical-align: top;
	border: 0;
	margin-left: -1px;
	margin-right: 0px;
	margin-top: 0px;
	z-index: -1;
	width: 100%;
}
.titulo_dest {
	font-size:16px;
	font-stretch:expanded;
	font-weight:bold;
}

.esq_moz {
	border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0; /* Específico de Mozilla */
	-ms-border-radius: 8px 0 0 0; /* Específico de IE */
	-webkit-border-top-left-radius: 8px; /* Específico de Webkit (Chrome, Safari etc) */
	-khtml-border-radius: 8px 0 0 0; /* Específico de Konqueror */
}

.Titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #990033;
	padding: 5px;
}
.linesep {
	line-height: 200%;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(/layout/arrow.gif);
}

.docPDF {	
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(layout/icon_pdf.gif);
}

.linesep li{
	margin-bottom: 0.2em;			
}

/* Formularios con el texto de la etiqueta dentro */

.input {
	margin: 3px 0;
	background: white;
	float: left;
	clear: both;
}
.input span {
	position: absolute;
	padding: 3px;
	margin-left: 3px;
	color: #999;
}
.input input, .input textarea, .input select {
	position: relative;
	margin: 0;
	border-width: 1px;
	padding: 4px;
	background: transparent;
	font: inherit;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}

#busqinfo input[type="submit"]
{
	font-weight:bold;
	padding: 3px;
	vertical-align:baseline;	
}

/* Colores de fondo */

.f_yellow
{
	background-color: #FFFFCC;
}

.f_green
{
	background-color: #99FFAA;
}

.f_cyan
{ background-color: #CFF; }

.f_orange
{ background-color: #FC6; }

.f_violet
{
	background-color: #CCAACC;
}

.f_pink
{
	background-color: #FFCCCC;
}
