/*
**	@desc:	PHP ajax login form using jQuery
**	@author:	programmer@chazzuka.com
**	@url:		http://www.chazzuka.com/blog
**	@date:	15 August 2008
**	@license:	Free!, but i'll be glad if i my name listed in the credits'
*/
@charset "utf-8";
/* CSS Document */


	.textfield
		{
			
			border:solid 1px #C3D1DF;
			font:"Comic Sans MS", cursive;
			/*margin:20px 0px 4px 30px;*/
			width:99%;
		}
	.textfield:hover,
	.textfield:focus
		{
			color:#000;
			border: solid 1px #C2D3D8;
			filter:alpha(opacity=60); 
			opacity:.60; 
			-moz-opacity:.60;


		}
	
	.buttonfield
		{
			background: url(../imagenes/boton.png);
			background-repeat:no-repeat;
			color:#000;
			font:bold 11px/normal Tahoma, Verdana;
			width:80px;
			height:28px;
			line-height:25px;
			margin: auto; 
			padding:0; 
		}
	.buttonfield:hover,
	.buttonfield:focus
		{
			color: #666;
			cursor: pointer;
		}
#formulario {
	margin: auto; 
	padding:0; 

}
#head {
	text-align: inherit;
	font-size: 15px;
	height:30px;
	line-height:30px;
	font-weight: bold;
}
#respuesta {

	position:relative;
	width:300px;
	margin: auto; 
	padding:0; 

}
#baner
{
	/*width:500px;*/
	width:50%;
	height:75px;
	top:0px;
	float: left;
	text-align:center;
	/*min-width:500px;*/
	position:relative;
	overflow:hidden;

}

#wrap{ 
width:100%; 
margin:auto;
display:table;
/*min-width:900px;*/
text-align:left;
} 

#img
{
	float:left;
	width:342px;
	height:75px;
	
}

.baner{
	height:75px;
	border:1px dotted #999999;
	position:absolute;
	
}

#menu{
	font-family: "Comic Sans MS", cursive;
	margin-top:-17px;
	margin-left:20px;
	margin-right:20px;
	min-width:800px;
	height:80px;
	clear: both;
}

    .graph {
	position: relative; /* IE is dumb */
	width: 300px;
	border: 1px solid #B1D632;
	
    }
    .graph .bar { 
        display: block;
        position: relative;
        background: #B1D632; 
        text-align: center; 
        color: #333; 
        height: 0.7em; 
        line-height: 0.7em;
		width:0%;
    }
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
