@charset "utf-8";

#cuerpo h1 {
	background-image: url(../img/lineaPunteada.gif);
	background-position: bottom;
  	background-repeat: repeat-x;
	padding-bottom: 2px;
  	font-size:18px;
	margin-bottom:5px;
	margin-top:20px;
}

#cuerpo h1{
  	color: #FF3300;
  	text-decoration: none;
}

#cuerpo p{
	margin-bottom:5px;
	text-align:justify;
}

#cuerpo ul{
	margin-left:50px;
	list-style-image:url(../img/iconoLista.jpg);
}

#cuerpo li{
	padding:1px;
}

.bold{
	font-weight:bold;
}

/** begin: ACCESO A LAS APLICACIONES **/
#acceso{
	margin-top:20px;
	margin-bottom:10px;
	width:500px; 
	margin-left:auto;
	margin-right:auto;
	background-color: #EEE;
	border:#DDD solid thin;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

#acceso h1{
	margin-top:10px;
}

#acceso p{
	text-align:center;
}

#acceso .acceso{
	font-size:150%;
	margin-top:10px;
}

#acceso .problema a,
#acceso .problema a:hover,
#acceso .problema a:visited{
	font-size:90%;
	color:#000;
	text-decoration:none;
}

#acceso .problema a:hover{
	text-decoration:underline;
}
/** end: ACCESO A LAS APLICACIONES **/

/** begin: DESCRIPCION DE LAS APLICACIONES **/
#descripcion{
	margin-top:25px;
	padding-left:10px;
	padding-right:10px;
}

.tituloSeccion{
	float:left;
	width:250px;
	font-size:120%;
	background:url(../img/bck_titulo.png) no-repeat center top;
	color:#FFF;
}

.content{
	padding:5px 10px 5px 10px;
}

.contenidoSeccion{
	margin-left:250px;
	border:#C30 1px solid;
}
/** end: DESCRIPCION DE LAS APLICACIONES **/

/** begin: AVISOS y NOTIFICACIONES **/
.aviso{
	margin-top:20px;
	margin-bottom:10px;
	width:800px; 
	margin-left:auto;
	margin-right:auto;
	background-color: #F8B49C;
	border: #FF0000 solid thin;
	padding:10px;
	text-align:center;
}

.aviso h2{
	font-size:large;
	font-weight:bold;
	padding-bottom:5px;
	color:red;
}

.nuevaVersion{
	margin-top:20px;
	margin-bottom:10px;
	width:600px; 
	margin-left:auto;
	margin-right:auto;
	background-color: #D9FFD9;
	border: #390 solid thin;
	padding:10px;
	text-align:left;
}

.nuevaVersion h2{
	font-size:large;
	font-weight:bold;
	padding-bottom:5px;
	color: #004020;
}
/** end: AVISOS y NOTIFICACIONES **/