/*COMMONS*/

*{
	margin:0;
	padding:0;
}

body,html{
	width:100%;
	height:100%;
}

a			{text-decoration:none;}
	
a img 	{border:none;}

table 	{border-collapse: collapse; border-spacing: 0;}

/* POR SU NOMBRE */

.bold		{font-weight:bold;}
.left 		{float:left;}
.right 	{float:right;}
.cleaner 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last	{margin-bottom:0px;}

/* POR SU NOMBRE */


/*ALERT*/

.error{
	background-color:#fff !important;
	border:1px solid #1DBED0 !important;
	color:#1DBED0 !important;
}

#modal, #modal-alert{
	width: 100%;
	height:150%;
	margin:-10% 0;
	background: #000;
	display:none;
	position:absolute;	
	opacity: 0.4;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	z-index:999;
}
#alert,#fase {
	border: #A9A9A9 4px solid;
	background: #DBDAD8;
	font-size: 12px;
	color:white;
	width: 290px;
	height: 140px;
	padding: 10px;
	margin:15% 0 0 35%;
	position:fixed;
	text-align: left;
	z-index:9999;
}
#alert a{
	font-size:12px;
	color:#666;
}
#alert a:hover{
	color:#000;
}

#error-image{
	margin: 10px;
	float: left;
}
#alertinfo{
	width: 200px;
	height: 120px;
	float:right;
	line-height: 17px;
	top: 25%;
	color: #000;
}
#alertinfob{
	width: 200px;
	height: 20px;
	float:right;
	line-height: 17px;
	top: 25%;
}

#cuadro{
	width:225px;
	margin:25% 0 0 40%;
	background: #fff;
	border: 1px solid #DFE67D;
	display:none;
	position:absolute;	
	z-index:9999;
}
#cuadroTxt{
	padding:20px;
}


#fase{
	position:fixed;
	margin:1em 60em;
	width:210px;
	height:90px;
}
#fase .faseImg{
	height:200px;
	width:40px;
	float:left;
}
#fase .faseTxt{
	color:#666;
	float:right;
	width:150px;
}
/*pagination*/

.pagination{
	clear:both;
	font-size:0.7em;
	padding:12px 0;
	text-align:left;
}

.pagination a{
	cursor: hand;
	cursor: pointer;
}

.pagination a, .pagination b{
	color: #0765C7;
	margin:5px;
	font-weight:bold;
}

.pagination b.selected{
	color:#FE9901;
	font-size:1.2em;
	font-weight:bolder;
}

.pagination a:hover{
	color: #FE9901;
}

/*MISC*/

