﻿/*Menu*/
#menu
{
	height:100%;
	width:300px;
}

#menu ul
{
	height:100%;
	width:300px;
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu li.out
{
	width:190px;
	height:100%;
	border:0px;
	text-align:center;
	background: transparent url(../Imagenes/menu_out.jpg) repeat-x 0px 0px;
	line-height: 115px;
}

#menu li.in
{
	width:202px;
	height:135px;
	border:0px;
	text-align:center;
	line-height: 125px;
}

#menu li a
{
	display:block;
	text-decoration:none;
	font-family:Verdana;
	font-size:10.5pt;
	color:White;
}

/*Scroll*/
.scrollbar
{
	overflow:auto;
	scrollbar-base-color: White;
	scrollbar-arrow-color: Green;
	scrollbar-3dlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: White;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
}

/*General*/
.rounded
{
    margin:0; padding:0; width:100%; height:100%;
    background-image: url('../Imagenes/cuadroPrincipal.png');
    background-repeat:no-repeat;
    background-position: left top;
    z-index: 2;
}

.roundedLabel
{
	/*-moz-border-radius:40px;
	-webkit-border-radius:40px;
	behavior:url(border-radiusLabel.htc);*/
}

.roundedOut
{
    margin:0; padding:0;
    background-image: url('../Imagenes/CuadroFooter.png');
	background-repeat:no-repeat;
    background-position:right center top;
    border:none;
    width:100%;
    height:230px;
    top: -130px;
    position:relative;
}

#pie
{
	position:relative;
	clear:both;
	width:100%;
    text-align:center;
    z-index: 3;
}

#pie_texto0
{
	width:90%;
	background-color:#0e7fb5;
	height:4px;
	margin:auto;
	font-size:4px;
	z-index: 3;
}

#pie_texto1 
{
	margin:auto;	
	z-index: 3;
}

#pie_texto1 font
{
	text-align:center;
	font-weight:normal;
	font-size: 10px;
    z-index: 3;
}

#pie_texto2
{	
    margin:auto;
    z-index: 3;
    position:relative;
	top:120px;
}

#pie_texto2 font
{
	font-size: 10px;
	z-index: 3;
}

#pie_texto2 a
{
	font-size: 10px;
	color:#6699cc;
	z-index: 3;
}

#pie_texto3 
{
	margin:auto;
	z-index: 3;
	position:relative;
	top:130px;
}

#pie_texto3 font
{
	text-align:center;
	font-weight:normal;
	font-size: 10px;
	z-index: 3;
}

#pie_texto4
{
	margin:auto;
	position:relative;
	/*top:120px;*/
}

#pie_texto4 font
{
	text-align:center;
	font-weight:normal;
	font-size: 10px;
	z-index: 3;
}

input
{
	border-bottom-color: #ff784c;
	border-left-color:transparent;
	border-top-color:transparent;
	border-right-color:transparent;
	border-style:solid;
}

textarea
{
	border-bottom-color: #ff784c;
	border-left-color:#ff784c;
	border-top-color:#ff784c;
	border-right-color:#ff784c;
	border-style:solid;
}

.href
{
	text-decoration:none;
	color:#ff784c;
}

.cursor_mano { cursor:hand; cursor:pointer; }