﻿/*ASOCIACIÓN DE ALUMNOS*/
body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#contenedor{
	margin: 0 auto;
	width: 853px;
	background:url(../images/bgweb.gif) repeat-y;
}

.boton_buscador{
	background:url(../images/lupa.gif);
	background-color:#FFFFFF;
	height:19px;
	width:19px;
}

a{
	text-decoration:underline;
	color: #ABBA02;
}

input,select,textarea{
	font-family: 'Trebuchet MS',arial;
	color: #777676;
	font-size: 12px;
	background:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	border-top:2px solid #808080;
	border-left:2px solid #808080;
	border-right:1px solid #D4D0C8;
	border-bottom:1px solid #D4D0C8;
}

input,select,textArea.paginado{
	font-size: 11px;
	color: #333;
	/*margin-left: 5px;*/
	border: 1px solid #ddd;
	background: #f4f4f4;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif; 
}

.celdaTexto{
	background:url(../images/bgtexto.gif) no-repeat top;
	padding:10px 20px 10px 20px
}

.nombreUsuario{
color:#256678;
font-size:11px;
}

.texto{
	font-family: 'Trebuchet MS',arial;
	color: #737373;
	font-size: 12px;
}

.textoGris{
	font-family: 'Trebuchet MS',arial;
	color: #A7A7A7;
	font-size: 12px;
}

.textoGrisP{
	font-family: 'Trebuchet MS',arial;
	color: #A7A7A7;
	font-size: 11px;
}
.textoGrisG{
	font-family: 'Trebuchet MS',arial;
	color: #A7A7A7;
	font-size: 13px;
}


.textoAmarillo{
	font-family: 'Trebuchet MS',arial;
	color: #ABBA02;
	font-size: 12px;
}

.textoAmarilloP{
	font-family: 'Trebuchet MS',arial;
	color: #ABBA02;
	font-size: 11px;
}
.textoAmarilloG{
	font-family: 'Trebuchet MS',arial;
	color: #ABBA02;
	font-size: 16px;
}
