.contents
{
	width:				980px;
	height:				300px;
	margin-left:		10px;
	font-size:			11px;
	color:				#20416C;
}

.contents h3
{
	margin:				10px;
	font-size:			14px;
}

.contents h4
{
	margin:				10px;
	font-size:			12px;
}

.contents ul
{
	list-style-image:	url(../img/dot.gif);
	margin:				5px 10px 5px 25px;
}

.contents ul li
{
	margin-top:			5px;
}

.contents a
{
	text-decoration:	none;
	font-weight:		bold;
	color:				#20416C;
}

.contents a:hover
{
	text-decoration:	underline;
	color:				#42638E;
}

#acceso_intranet
{
	width:				396px;
	height:				146px;
	margin:				50px 300px 50px 300px;
	background-color:	#20416C;
	color:				white;
	border:				2px solid #F2B80A;
}

#acceso_intranet h2
{
	font-size:			14px;
	color:				white;
	text-align:			center;
	margin-top:			10px;
}

#acceso_intranet label
{
	font-weight:		bold;
	font-size:			11px;
	display:			block;
	text-align:			right;
	width:				250px;
	margin:				10px 75px 5px 75px;
}

#acceso_intranet .submitter
{
	background:			#F2B80A;
	padding:			2px 10px 4px 10px;
	color:				black;
	cursor:				pointer;
	margin-left:		200px;
	margin-top:			10px;
	border:				none;
	text-align:			center;
	font-weight:		bold;
	font-size:			10px;
}

/* Cajas */

.box
{
	width:				235px;
	height:				248px;
	float:				left;
	border:				1px solid #20416C;
	margin:				10px 5px 0 5px;
}

.box h4
{
	width:				235px;
	text-align:			center;
	color:				white;
	margin:				0 0 10px 0;
	padding:			5px 0 5px 0;
	background-color:	#20416C;
}

.box p
{
	margin-left:		10px;
}

.centerer
{
	margin:				10px 0 0 0;
}
