﻿body
{
    background-position: center center;
    text-align: center;
    background-color: #fff;
    margin: 0px;
    font-size: 13px;
    font-family: Tahoma;
 
}

body
{
    background-position: center center;
    text-align: -moz-center;
    background-color: #ffffff;
    margin: 0px;
    font-size: 13px;
    font-family: Tahoma;
    
}

A
{
    font-size: 12px;
    color: #660033;
    font-family: Arial;
    text-decoration: none;
}

A:hover
{
    font-size: 12px;
    color: #660033;
    font-family: Arial;
    text-decoration: underline;
}

input[type="text"], input[type="password"]
{
    border-right: #696969 1pt solid;
    border-top: #696969 1pt solid;
    border-left: #696969 1pt solid;
    border-bottom: #696969 1pt solid;
    background-color: #ffffff;
    height: 17px;
}

lblTitulo01
{
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    color: #ffffff;
}

.lblChico
{
    font-size: 11px;
    font-family: Tahoma;
    }
    
.lblChico:hover
{
    font-size: 11px;
    font-family: Tahoma;
}

#rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 350px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 150px;
	height: 350px;
}

.pnlScroll
{
    overflow: auto;
    border-right: lightgrey 1pt solid;
    border-top: lightgrey 1pt solid;
    border-left: lightgrey 1pt solid;
    border-bottom: lightgrey 1pt solid;
}

.miniatura
{
    border-right: #696969 1pt solid;
    border-top: #696969 1pt solid;
    border-left: #696969 1pt solid;
    border-bottom: #696969 1pt solid;
}

.tabla01
{
    border-right: darkgray 1pt solid;
    border-top: darkgray 1pt solid;
    border-left: darkgray 1pt solid;
    border-bottom: darkgray 1pt solid;
}
.tabla02
{
    border-right: darkgray 1pt solid;
    border-top: darkgray 1pt solid;
    border-left: darkgray 1pt solid;
    border-bottom: darkgray 1pt solid;
    border-color: #990000;
    background-color: #ffffff;
    width: 780px;
}

.noticiasTexto
{
    text-align:left;
    padding:10px;
    }
    
.noticiasTexto img
{
    max-width:600px;
    
    }
    
    
.bordeBordo
{
    border: 1pt solid #666666;
}
    
    
.Boton01 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#990000;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.Boton01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	font-size:15px;
	font-weight:bold;
	background-color:#dfdfdf;
}.Boton01:active {
	position:relative;
	top:1px;
}
