﻿body
{
    background-position: center center;
    text-align: center;
    background-color: #999966;
    margin: 0px;
    font-size: 13px;
    font-family: Tahoma;
    background-image: url(Imagenes/UI/backGround.jpg);
    background-repeat: repeat-y;
}

body
{
    background-position: center center;
    text-align: -moz-center;
    background-color: #999966;
    margin: 0px;
    font-size: 13px;
    font-family: Tahoma;
    background-image: url(Imagenes/UI/backGround.jpg);
    background-repeat: repeat-y;
}

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;
    
    }