/* CSS Document */

#cuerpo h1 {
	background-image: url(../img/globales/lineaPunteada.gif);
	background-position: bottom;
  	background-repeat: repeat-x;
	padding-bottom: 5px;
  	font-size:18px;
	margin-bottom:10px;
	margin-top:20px;
}
#cuerpo h1{
  	color: #FA710C;
  	text-decoration: none;
}

#cuerpo p{
	margin-bottom:5px;
}

#cuerpo img.derecha{
	float:right;
	padding:15px;
}

#cuerpo img.izquierda{
	float:left;
	padding:15px;
}

#cuerpo ul{
	margin-left:50px;
	list-style-image:url(../img/globales/iconoLista.jpg);
}

#cuerpo li{
	padding:1px;
}

#cuerpo ol{
	margin-left:55px;
}

#cuerpo li{
	padding:1px;
}

#cuerpo #contacto{
	text-align:center;
	font-weight:bold;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:30px;
	background-image:url(../img/globales/botonContacto.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:8px;
}

#cuerpo #contacto a{
	text-decoration:none;
	color:#FFFFFF;
}

#cuerpo #contacto a:hover{
	color:#333333;
}

.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/globales/bck_titulo.png) no-repeat center top;
	color:#FFF;
}

.content{
	padding:5px 10px 5px 10px;
}

.contenidoSeccion{
	margin-left:250px;
	border:#F90 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:left;
}

.aviso h2{
	font-size:large;
	font-weight:bold;
	padding-bottom:5px;
	color:red;
	text-align:center;
}

.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 **/
