@charset "utf-8";
/* CSS Document */

body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
h1, h2, ul, li{
	margin:0;
	padding:0;
}
a{
	color:#000066;
}
.txt17{
	font-size:17px;
}
.txt12{
	font-size:12px;
}
#divPrincipal{
	width:738px;
	text-align:left;
	margin:auto;
	background-image:url(images/icono.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#0099cc;
}
#divLogo{
	background-color:#000066;
	text-align:right;
}
#divCabecera{
}
#divContenido{
	padding:0 70px 0 70px;
	min-height: 340px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 340px;/* this is also the min height for IE */
}
h1{
	margin-top:20px;
	font-size:20px;
	color:#FFFFFF;
}
h2{
	font-size:16px;
	color:#FFFFFF;
	padding:0 0 5px 0;
}

li{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
	list-style-type:none;
	padding:0 0 0 20px;
	margin-top:11px;
}
#divBotones img{
	margin-bottom:4px;
	
}
