/* GENERAL */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color:#CCCCCC;
	text-transform: none;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
}
.verde{
	/*color: #99dd99;*/
	font-size: 12px;
	background-color:#cceecc;
}
.blanco{
	/*color: #ffffff;*/
	font-size: 12px;
	background-color:#ffffff;
}
.gris{
	/*color: #cecece;*/
	font-size: 12px;
	background-color:#cecece;
}
.generaldefault {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	background-image: url(../images/bg.gif);
	/*background-color: #EAEAEA;*/
}
.defaultc {
	vertical-align: middle;
	background-color: #ffffff;
	margin: 0px;
	width: 700px;
	border: thin solid #999999;
}
.default {
	vertical-align: middle;
}
.general {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bg1.gif);
	background-repeat:  repeat-y;
}
.bandera {
	height: 100%;
	width: 750px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bg2.gif);
	background-repeat:  repeat-y;
}
.contenedor {
	width: 700px;
	height: 300px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}	
.texto {
	text-align:justify;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	/*background-image: url(../images/bgx.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
	border: thin solid #999999;
	background-color: #dddddd;
}
.banner {
	text-align:center;
	height: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}