body {background-color: #f5f5f5; margin:0;font-family:Arial, Helvetica, sans-serif;font-size:10px; color: #545454;}
#main {margin: 0 auto; width:1150px; }
#main-fancy {margin: 0 auto; width:980px; }
header {  margin:0px; background-color:#fff;  float:left;}
header a {color: #8E118C}
a   {color: #8E118C; text-decoration: none;}
a:hover {text-decoration:underline}
h1 {color: #607a89 !important; font-size: 18px !important; margin: 0 !important; }
h2 {color: #8E118C !important; font-size: 14px !important; border-bottom: 1px dotted grey !important; margin: 10px 15px 0 12px !important;}
.logo {  float: left;  padding: 0;  float:left;  width: 361px;  height: 143px;  margin: 0 0 0 15px ;}
.sepe {  float: left;  width: 261px;  margin-top:40px;  display: inline-block;  height:103px;}
#user {  float:left;  width:500px;  height:143px;}
#user-into {  padding-top:40px; padding-left:10px; margin: 5px 0 5px 5px; height:90px; border-left: 1px dotted #bbbbbb;}
#user-into label{ font-size:13px; font-weight: bold;}
#user-into p{ margin-left:55px; margin-top:20px; font-size:13px; }
#user-datos {  margin-top: 30px;  margin-left: 100px; height:100px; border-left: 1px dotted #bbbbbb; font-size: 13px; width:350px; }
.floatr{ float:right;}
.floatl{ float:left;}
#user-datos p {margin-left: 22px; margin-top: 22px;}
#user-datos img {vertical-align: middle;}
input {
  -webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  -moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  padding: 3px;
  border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border: 1px solid #959595;
  height: 25px;
  width: 100px;
}
button,.button {
  display:block;
  -webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  -moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  padding: 3px;
  margin: 0 0 0 5px;
  border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border: 1px solid #959595;
  height: 34px;
  width: 100px;
  color: #fff;
  float:right;
  cursor:pointer;
  background: rgba(142,17,140,1);
  background: -moz-linear-gradient(top, rgba(142,17,140,1) 0%, rgba(142,17,140,1) 50%, rgba(110,10,107,1) 51%, rgba(142,17,140,1) 71%, rgba(110,10,107,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,17,140,1)), color-stop(50%, rgba(142,17,140,1)), color-stop(51%, rgba(110,10,107,1)), color-stop(71%, rgba(142,17,140,1)), color-stop(100%, rgba(110,10,107,1)));
  background: -webkit-linear-gradient(top, rgba(142,17,140,1) 0%, rgba(142,17,140,1) 50%, rgba(110,10,107,1) 51%, rgba(142,17,140,1) 71%, rgba(110,10,107,1) 100%);
  background: -o-linear-gradient(top, rgba(142,17,140,1) 0%, rgba(142,17,140,1) 50%, rgba(110,10,107,1) 51%, rgba(142,17,140,1) 71%, rgba(110,10,107,1) 100%);
  background: -ms-linear-gradient(top, rgba(142,17,140,1) 0%, rgba(142,17,140,1) 50%, rgba(110,10,107,1) 51%, rgba(142,17,140,1) 71%, rgba(110,10,107,1) 100%);
  background: linear-gradient(to bottom, rgba(142,17,140,1) 0%, rgba(142,17,140,1) 50%, rgba(110,10,107,1) 51%, rgba(142,17,140,1) 71%, rgba(110,10,107,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e118c', endColorstr='#6e0a6b', GradientType=0 );
}
.button{
  line-height: 32px;
  text-decoration:none;
  font-size:15px;
  text-align:center;
}
button:hover,.button:hover{
  text-decoration:none;
}

label {padding:3px;}
.menu-nav{
  float: left;
  text-align: left;
  margin:0 !important;
  height:36px;
  position: relative;
}

.menu-nav > li > ul { width: 220px; display: none; position: absolute; top: 100%; left: 0; list-style: none; background-color: #ccc; margin-top: 1px; }
.menu-nav > li > ul > li > a {
  text-decoration: none;
  color: #333;
  line-height: 20px;
  display:block;
  padding:2px;
  height:20px;
  margin-left: -10px;
}

.nav-pills > li > a {
  display: block;
  width:75px;
}
#menu-s{
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: rgba(102,102,102,1);
  border:1px solid #8c8c8c;
  background: rgba(156,156,156,1);
  background: -moz-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(132,132,132,1) 30%, rgba(112,111,112,1) 50%, rgba(87,87,87,1) 51%, rgba(113,113,113,1) 86%, rgba(140,140,140,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,156,156,1)), color-stop(30%, rgba(132,132,132,1)), color-stop(50%, rgba(112,111,112,1)), color-stop(51%, rgba(87,87,87,1)), color-stop(86%, rgba(113,113,113,1)), color-stop(100%, rgba(140,140,140,1)));
  background: -webkit-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(132,132,132,1) 30%, rgba(112,111,112,1) 50%, rgba(87,87,87,1) 51%, rgba(113,113,113,1) 86%, rgba(140,140,140,1) 100%);
  background: -o-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(132,132,132,1) 30%, rgba(112,111,112,1) 50%, rgba(87,87,87,1) 51%, rgba(113,113,113,1) 86%, rgba(140,140,140,1) 100%);
  background: -ms-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(132,132,132,1) 30%, rgba(112,111,112,1) 50%, rgba(87,87,87,1) 51%, rgba(113,113,113,1) 86%, rgba(140,140,140,1) 100%);
  background: linear-gradient(to bottom, rgba(156,156,156,1) 0%, rgba(132,132,132,1) 30%, rgba(112,111,112,1) 50%, rgba(87,87,87,1) 51%, rgba(113,113,113,1) 86%, rgba(140,140,140,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#8c8c8c', GradientType=0 );
  width: 95%;
  height: 36px;
  margin: 0 0 0 25px;
  float:left;
}

.menu>ul>li{
  float: left;
  list-style-type: none;
  font-size: 12px;
  position: relative;
  line-height: 20px;

}
.menu li{
  color: #fff;
  list-style-type: none;
}
.menu a{
  text-decoration: none;
  color: #fff;
  margin-left: 5px;
  line-height: 26px;
  display:block;
  padding:5px 10px;
  height:26px;

}
.menu li>a:hover, li>a:focus{
  background-color: #222222;
  color: #fff;
}
.menu li .active {

  background-color: #323232;
  color: #fff;
}
.head-image img{
  width: 100%;
  height: 300px;
}
.fila{
  width: 100%;  float:left; min-height:700px; background-color:#fff;
}
.contenido{
  width: 100%;
  height: auto;
  float: left;
}
.sidebar{
  width: 27%;
  height: auto;
  float: right;
}
.sidebar p{
  text-align: justify;
}
/* para home */
#art-home {
  float:left;
  color: #696464;
  width:97%;
  font-weight:bold; font-size:21px; margin:0; background-image:url(/Images/Web/bgtitulo.jpg); margin-top:48px; height: 62px; padding-top:6px; line-height: 27px; margin-left:25px;}
#art-home strong {color: black; margin-left: 30px;}
#art-home p{
  text-align: justify; margin:0 0 0 120px;
}
#art-home span {color: #607a89; font-size:30px}
.cat {float:left;  width:100px; margin:12px 12px 0 0; text-align:right;}
#art-img {margin-left:25px; width:506px;float:left; }
#cat-tit { float:left; color: #696464; width: 560px; text-align: right;font-weight:bold; font-size:16px; }
#cat-tit strong { color: #000}
#cat-box {
  margin-top: 12px;
  padding:12px;
  width:556px; float:left; min-height:340px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(43,43,43,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(43,43,43,1);
  box-shadow: 0px 0px 5px 0px rgba(43,43,43,1);
  background-color: #f5f5f5;
}
#curso-box {
  margin: 32px 0 40px 100px;
  padding:12px;
  width:856px; float:left;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(43,43,43,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(43,43,43,1);
  box-shadow: 0px 0px 5px 0px rgba(43,43,43,1);
  background-color: #f5f5f5;
}
#curso-box2 {
  margin: 12px 0 20px 80px;
  padding:12px;
  width:982px; float:left;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  background-color: #fff; font-size: 13px; color: #545454;
}
#curso-box2 p {padding: 15px;}
.list-cat { float:left; width: 265px;}
.list-cat ul a:hover {color: #8E118B;}
.list-cat ul {font-size:13px; color: #545454; line-height: 25px; }
.list-cat ul a {text-decoration:none; color: #545454}
.list-cat li {color: #8e118b;}
.list-cur { float:left; width: 395px; margin-left:13px;}
.list-cur ul {font-size:13px; color: #545454; line-height: 25px; }
.list-cur ul a {text-decoration:none; color: #545454}
.list-cur li {color: #8e118b; line-height: 19px; margin:12px 0 12px 0 }
#contra {float:left; width:90%; margin: 32px 0 62px 25px;}
.contra-into {margin-left:76px; font-size: 13px; width: 90%;}
.contra-into label {font-size: 15px;}
.contra-into p {border-top: 1px solid #607A89; padding:20px;}
.contra-into h1 {color: #607a89; font-size: 18px; }
.contra-into input {
  -webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  -moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  padding: 3px;
  border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border: 2px solid #959595;
  height: 25px;
  width: 200px;
}

#newsletter {float:left; width:96%; margin-left:25px; margin: 12px 0 62px 0;}
#art-news {
  color: black; font-size:14px; padding:20px; text-align:right;
  width:56%; float:left; background-color: #607A89; height: 40px;
  border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  background: rgba(102,102,102,1);
  border:1px solid grey;
  background: rgba(219,219,219,1);
  background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(163,163,163,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,219,219,1)), color-stop(100%, rgba(163,163,163,1)));
  background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(163,163,163,1) 100%);
  background: -o-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(163,163,163,1) 100%);
  background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(163,163,163,1) 100%);
  background: linear-gradient(to bottom, rgba(219,219,219,1) 0%, rgba(163,163,163,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#a3a3a3', GradientType=0 );
}
#tit-news {
  height: 40px; width:20%; float:left; text-align:right;
  margin:12px 24px 0 100px; font-size: 22px; color: #696464	;
}
#art-news button,#art-news .button
{-webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
 -moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
 box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
 padding: 3px;
 margin: 0 0 0 5px;
 border-radius: 11px 11px 11px 11px;
 -moz-border-radius: 11px 11px 11px 11px;
 -webkit-border-radius: 11px 11px 11px 11px;
 border: 1px solid #959595;
 height: 37px;
 width: 100px;
 color: #fff;
 background: rgba(219,219,219,1);
 background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,219,219,1)), color-stop(100%, rgba(96,122,137,1)));
 background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
 background: -o-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
 background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
 background: linear-gradient(to bottom, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#607a89', GradientType=0 );
}
#art-busca { float:left;margin:28px 24px 0 0;  width: 45%}
#tit-curso {float:left; width: 88%;  margin: 48px 0 0 79px;}
.volver {float:left; width:94%; text-align:right; margin-bottom:0px; color:#000; font-size:13px}
.volver a {color: #545454; font-size: 13px; padding:2px;}
.volver a:hover {color: #8E118C; text-decoration: underline}
.volver2 {float:left; width:94%; text-align:right; margin-bottom:20px; color:#000; font-size:13px}
.volver2 a {color: #545454; font-size: 13px; padding:2px;}
.volver2 a:hover {color: #8E118C; text-decoration: underline}
.cajasInline {display:inline-block; width:130px; margin: 5px 10px; background-color: blue; text-align: center; color: #fff;}
.dContent {background-color: grey; border:1px solid red; float:left;}
#foot {
  width:1100px;
  height:100px;
  text-align:left;
  color: #fff;
  margin:0 auto;
  font-size: 14px;
}
.footer{
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  float: left;
  background-color: #434343;
}
.footer p{
  padding: 20px;

  color: #fff;
}
.footer a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 0.5px #8E118C;
}
.footer a:hover{
  color: #8E118C;
  text-shadow: 0px 0px 5px #fff;
}
#contra{float:left;margin:32px 0 62px 25px;width:90%;}.contra-into {margin-left:76px; font-size: 13px; width: 90%;}

.contra-into label {font-size: 15px;}
.contra-into p {border-top: 1px solid #607A89; padding:20px;}
.contra-into h1 {color: #607a89; font-size: 18px; }
.contra-into input {
	-webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
	-moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
	box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
	padding: 3px;
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border: 2px solid #959595;
	height: 25px;
	width: 200px;
	}
.styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 390px;
  float:left;
}
.styled-select select {
  background: transparent;
  border: none;
  font-size: 11px;
  height: 29px;
  padding: 5px;
  width: 408px;
}
.styled-select.slate {
  background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
  height: 34px;
  width: 240px;
}
.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 14px;
  height: 34px;
  width: 298px;
}
.rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.semi-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #828282; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }

.datagrid thead tr td{
  padding:5px;
  font-size:14px;
}
.datagrid tbody tr td{
  padding:5px;
  font-size:14px;
}


#art-migas2 {
  float:left;
  color: #696464;
  /*width:60%;*/
  font-weight:bold;
  font-size:12px;
  margin:0;
  background-image:url(/Images/Web/bgmigas.jpg);
  margin-top:28px;
  height: 48px;
  line-height: 27px;
  margin-left:25px;
}
#art-migas2 strong {color: black; }
#art-migas2 > span{
  display:block;
  float:left;
  margin:0 0 0 70px;
  height:36px;
  line-height:36px;
}
#contenedor-hilo-ariadna{
  width:auto !important;
  height:34px;
  line-height:26px;
}
#hilo-ariadna{
  width:auto !important;
}
#hilo-ariadna a{
  color:rgb(142, 17, 140);
  text-decoration:none;
  font-size:12px;
}
/* -------------------- 15 de diciembre 2014 */

#inspector-box {
  margin: 12px 0 40px 80px;
  padding:12px;
  width:982px;
  float:left;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  background-color: #fff;
  font-size: 13px;
  color: #545454;
}
#inspector-box-fancy {
  margin: 12px 0 40px 5px;
  padding:12px;
  width:95%;
  float:left;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
  background-color: #fff;
  font-size: 13px;
  color: #545454;
}

#bot-acciones #inspector-box{
  margin: 12px 0 40px 0 !important;
  padding:12px;
  width:auto !important;
  float:none !important;
}

#inspector-sup {
	margin: 12px 0 20px 80px;
	padding:12px;
	width:982px; float:left;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px solid #e6e6e6;
-webkit-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
background-color: #fff; font-size: 13px; color: #545454;}

#inspector-sup .foto_participante {
  width:150px;
  border:0px;
}

#inspector-sup .nombre_participante {
  width:390px;
}

#inspector-box p {padding: 15px 15px 0; line-height: 22px;}
#inspector-sup p {padding: 15px 15px 0 15px; line-height: 22px;}

#inspector-box p button 	 {-webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
-moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
	padding: 3px;
	margin: 0 0 0 5px;
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border: 1px solid #959595;
	height: 27px;
	width: 70px;
	color: #fff;
	background: rgba(219,219,219,1);
background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,219,219,1)), color-stop(100%, rgba(96,122,137,1)));
background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
background: -o-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
background: linear-gradient(to bottom, rgba(219,219,219,1) 0%, rgba(96,122,137,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#607a89', GradientType=0 );
	}



#tit-inspector {float:left; width: 88%;  margin: 38px 0 20px 79px;}

.buscador-insp {text-align:right; width: 94%; margin: 0 32px 20px 3px;}

#inspector-box table {border:0; width: 96%; margin: 0 32px 20px 13px; padding:0; font-size:12px; }
#inspector-box td {border:0; padding: 5px; text-align:center; border-bottom:1px dotted grey;}
#inspector-box td.titulo {text-align:left;}
#inspector-box th {border:0; padding:9px; background-color: #6D6D6D; color: #fff}

#inspector-sup table {border:0; width: 96%; margin: 0 32px 5px 13px; padding:0; font-size:12px; }
#inspector-sup td {border:0; padding: 5px; text-align:center; border-bottom:1px dotted grey;}
#inspector-sup td.titulo {text-align:left; line-height:16px;}
#inspector-sup th {border:0; padding:9px; background-color: #6D6D6D; color: #fff}

#inspector-box input[type=checkbox] {width: 13px;
	-webkit-box-shadow: 0px 0px 0px -7px rgba(48,48,48,1);
	-moz-box-shadow: 0px 0px 0px -7px rgba(48,48,48,1);
	box-shadow: 0px 0px 0px -7px rgba(48,48,48,1);
	}

#inspector-box input {
	-webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
	-moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
	box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
	padding: 3px;
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border: 1px solid #959595;
	height: 25px;
	width: 200px;
	}

#inspector-box button	 {-webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
-moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
	padding: 3px;
	margin: 0 0 0 5px;
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border: 1px solid #959595;
	height: 27px;
	width: 70px;
	color: #23282C;
	background: rgba(219,219,219,1);

	}

#inspector-box h2 {
	color: #8E118C; font-size: 16px; border-bottom: 1px dotted grey; margin: 10px 15px 0 12px;
	}


.izqda-box {float:left;  width: 970px; border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
	box-shadow: 0px 0px 2px 0px rgba(43,43,43,1);
	margin: 12px 0 40px 80px;
	padding: 10px 0 0 22px;

 }


.tit-inspector {
 background-color:#6D6D6D; color: #fff; font-weight:bold;
 padding: 8px 8px 8px 12px !important;}


.inspectorinfo-box1 {
	width:937px; float:left;
	margin-bottom:25px;
	background-color: #fff; font-size: 13px; color: #545454;

}

.inspectorinfo-box1 table { width:100%; margin-top: 15px; }
.inspectorinfo-box1 td {padding: 7px 0 7px 5px;  }
.inspectorinfo-box1 .izq {font-weight: bold; width: 160px; text-align:right; padding-right: 7px;}


textarea {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px; color: #545454;
  -webkit-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  -moz-box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  box-shadow: 0px 0px 10px -7px rgba(48,48,48,1);
  padding: 12px;
  border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border: 1px solid #959595;
  height: 225px;
  width: 500px;
}

#art-imprimir {
  float:right;
  color: #696464;
  width:30%; text-align: right !important;
  font-weight:bold; font-size:12px; margin:0; margin-top:18px; height: 42px; padding-top:6px; line-height: 27px; margin-right:73px;}
#art-imprimir strong {color: black; }
#art-imprimir img {
  margin:0 0 0 0px;
}

#tb-imp table {}
#tb-imp th {background-color: #8E118C;}
#tb-imp td {padding:12px; text-align:left; border:0 0 1px dotted; vertical-align: top;}
#tb-imp img {text-align:center !important}
#tb-imp td.corto {widht:90px !important;}

#tb-imp2 table {}
#tb-imp2 th {background-color: #6d6d6d; text-align:left}
#tb-imp2 th img {padding:3px;   vertical-align: middle;}
#tb-imp2 td {padding:12px; text-align:left;}
#tb-imp2 td.solid {border-bottom:1px solid grey !important; }
#tb-imp2 td.vio {padding:12px; text-align:left; background-color: #333333; color:#fff; font-weight:bold}
#tb-imp2 img {text-align:center !important}

#tb-imp3 table {}
#tb-imp3 th {background-color: #8E118C; text-align:left}
#tb-imp3 td img {   vertical-align: middle;}
#tb-imp3 td {padding:7px; text-align:left; width:25%;}
#tb-imp3 td.solid {border-bottom:1px solid grey !important; }
#tb-imp3 td.vio {padding:12px; text-align:left; background-color: #333333; color:#fff; font-weight:bold}

.td-punt { background-image:url(/Images/Web/bg-punt.jpg); height:35px; background-repeat: no-repeat; text-align: left !important; color: #fff; font-weight:bold; font-size:16px; padding: 14px !important; border:0 !important; vertical-align: top;}
.td-punt span {padding: 0 0 0 12px; color:yellow}
.td-punt1 { float:left;background-image:url(/Images/Web/bg-punt1.jpg); height:35px; background-repeat: no-repeat; text-align: left !important; color: #fff; font-weight:bold; font-size:16px; padding: 10px !important; border:0 !important; vertical-align: top;}
.td-punt2 { float:left;background-color:#323A45;height:22px; text-align: left !important; font-weight:bold; font-size:16px; padding: 10px !important; border:0 !important; vertical-align: top;border-top-right-radius:20px;border-bottom-right-radius:20px;}
.td-punt2 span {color:yellow;}

.tit-punt  {border:1px solid #6A6869 !important; }
.tit-punt td { background-color:#f3f5f7 !important; margin:0; border:0 !important; text-align:left !important; font-weight: bold; padding:5px 15px 0 12px !important; line-height:23px; vertical-align: top; }
.tit-punt .equiv {background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(240,47,23,1) 30%, rgba(173,27,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(30%, rgba(240,47,23,1)), color-stop(100%, rgba(173,27,14,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(240,47,23,1) 30%, rgba(173,27,14,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(240,47,23,1) 30%, rgba(173,27,14,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(240,47,23,1) 30%, rgba(173,27,14,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(240,47,23,1) 30%, rgba(173,27,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ad1b0e', GradientType=0 );
  color: #fff; font-weight: bold; font-size: 16px; width: 110px; height: 45px; padding:6px; text-align:center !important; vertical-align: middle;
}

.tit-punt .correcto {background: rgba(164,179,87,1);
background: -moz-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(97,112,11,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(97,112,11,1)));
background: -webkit-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(97,112,11,1) 100%);
background: -o-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(97,112,11,1) 100%);
background: -ms-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(97,112,11,1) 100%);
background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(97,112,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#61700b', GradientType=0 );
  color: #fff; font-weight: bold; font-size: 16px; width: 110px; height: 45px; padding:6px; text-align:center !important; vertical-align: middle;
}
.tit-punt td:nth-child(3) { width:120px;}

.tit-conf { border-top:1px solid #6e6e6e !important; border-bottom:1px solid #6e6e6e !important; margin-bottom: 45px !important;}
.tit-conf td {border: 0 !important; text-align:left !important; vertical-align: top; padding-top: 6px !important;}
.tit-conf th {background-color: #e4e4e4 !important; color: #333b46 !important; }
.tit-conf tr.par {background-color: #e4e4e4 !important; }
.tit-conf td:nth-child(2) {width: 125px;}
.tit-conf td:nth-child(3) {width: 385px;}
.tit-conf td:first-child {width: 75px;}
.tit-conf td:nth-child(2), .tit-conf td:nth-child(1) {text-align: center !important;}

.ok {color: green !important;}
.ko {color: red !important;}

.completado {display:block;width:80px;background-color: #fff; border:1px solid grey; color: green; border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px; padding:5px;text-align: center;}
.incompleto {display:block;width:80px;background-color: #fff; border:1px solid grey; color: red; border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px; padding:5px;text-align: center;}
.sinacceso {display:block;width:80px;background-color: #fff; border:1px solid grey; border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px; padding:5px; color: black;text-align: center;}
.completado_verde {display:block;width:80px;background-color: green; color: #fff; border:1px solid grey; border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px; padding:5px;font-weight: bold;text-align: center;}
.completado_naranja {display:block;width:80px;background-color: #ccc; color: #fff; border:1px solid grey; border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px; padding:5px;font-weight: bold;text-align: center;}
.completado_rojo {display:block;width:80px;background-color: red; color: #fff; border:1px solid grey; border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px; padding:5px;font-weight: bold;text-align: center;}
h3 {margin: 40px 15px 10px 12px}

.miscursosbotbox {float:left; width: 95%;  margin-left:52px; margin-top: 33px; }
.miscursosbotinsp {float:left; width:500px;  margin-left:312px; margin-top: 33px;  margin-bottom: 44px}

.miscursosbotinsp img {}
.miscursosbotinsp a { }
.miscursosbotinsp a:hover { margin-top:12px !important;}

.miscursosbot { float:left; width:150px;  margin:12px; }
.miscursosbot:hover {margin-top:2px;}

.miscursosbot a { font-size:14px; color: #000;  vertical-align: bottom;}
.miscursosbot a:hover { font-size:14px; color: #000;  vertical-align: bottom;}

/*.miscursosbotbox div:first-child {background-color: lime;}*/

.miscursosBbot { float:left; width:56%; margin:22px 0 40px 175px; border-radius: 17px 17px 17px 17px;
-moz-border-radius: 17px 17px 17px 17px;
-webkit-border-radius: 17px 17px 17px 17px;
border: 2px solid #fff; padding:7px; text-align:center; height: 40px;
background: rgba(134,27,146,1);
background: -moz-linear-gradient(top, rgba(134,27,146,1) 0%, rgba(80,10,89,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,27,146,1)), color-stop(100%, rgba(80,10,89,1)));
background: -webkit-linear-gradient(top, rgba(134,27,146,1) 0%, rgba(80,10,89,1) 100%);
background: -o-linear-gradient(top, rgba(134,27,146,1) 0%, rgba(80,10,89,1) 100%);
background: -ms-linear-gradient(top, rgba(134,27,146,1) 0%, rgba(80,10,89,1) 100%);
background: linear-gradient(to bottom, rgba(134,27,146,1) 0%, rgba(80,10,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#861b92', endColorstr='#500a59', GradientType=0 );

-webkit-box-shadow: 0px 0px 7px 0px rgba(128,128,128,1);
-moz-box-shadow: 0px 0px 7px 0px rgba(128,128,128,1);
box-shadow: 0px 0px 7px 0px rgba(128,128,128,1);
}


.miscursosBbot:hover {
background: rgba(189,189,189,1);
background: -moz-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(135,135,135,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,189,189,1)), color-stop(100%, rgba(135,135,135,1)));
background: -webkit-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(135,135,135,1) 100%);
background: -o-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(135,135,135,1) 100%);
background: -ms-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(135,135,135,1) 100%);
background: linear-gradient(to bottom, rgba(189,189,189,1) 0%, rgba(135,135,135,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#878787', GradientType=0 );}


.miscursosBbot a { font-size:18px; color: #fff;}
.miscursosBbot img {border:2; vertical-align:bottom; padding-left:12px;}
.miscursosBbot p {padding-top: 0px !important; margin:0;}

.submenu a { color: #F2D20E }
.submenu a:hover { background-color: none !important; }

.browsers {margin-left:55px; line-height:25px; padding-top:0 !important; font-size: 15px; }

#inspector-box ul {margin-left: 45px; line-height:25px; font-size: 14px; }

#inspector-box h2 {
    border-bottom-color: rgb(128, 128, 128);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    color: rgb(142, 17, 140);
    font-size: 16px !important;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 15px;
    margin-top: 10px;
}

#bot-acciones {
    float: left;
    margin-bottom: 10px;
    margin-left: 80px;
    margin-right: 0;
    margin-top: 2px;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 1006px;
}
#tabs{
  border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  border: 1px solid #e6e6e6 !important;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1) !important;
  -moz-box-shadow: 0px 0px 2px 0px rgba(43,43,43,1) !important;
  box-shadow: 0px 0px 2px 0px rgba(43,43,43,1) !important;
  background-color: #fff !important;
  font-size: 13px !important;
  color: #545454 !important;
}

#paginador{ display:block; float:left; width: auto; font-size: 1em; margin: 0; padding: 0; list-style: none; font-weight: bold;font-size: 13px;}
#paginador li{ display: block; float: left; width: auto; height: 18px; margin: 0 2px; text-align: center;background:none !important;border:none;font-weight: bold;}
#paginador li a{ display:block; min-width:13px; height:14px; color: #545454; text-decoration:none; padding: 0 1px;}
#paginador li a:hover,a:active{ color: #8E118C;background:#FFF;outline: none;}
#paginador span.destacado{ display:block; float: left; min-width:15px; height:16px; color: #8E118C; text-decoration:none; padding: 0 1px;}
#paginador li a.paginador_siguiente, #paginador li a.paginador_fin, #paginador li a.paginador_primero, #paginador li a.paginador_anterior{ display:block; height:16px; color: #545454; text-decoration:none; padding: 0 1px; font-weight: bold;}
#paginador li a:hover.paginador_siguiente, #paginador li a:hover.paginador_fin, #paginador li a:hover.paginador_primero, #paginador li a:hover.paginador_anterior{ color: #8E118C;}
#paginador li a:active.paginador_siguiente, #paginador li a:active.paginador_fin, #paginador li a:active.paginador_primero, #paginador li a:active.paginador_anterior{ color: #8E118C;background:#FFF;outline: none;}


#paginado {float:left; width:90%; text-align:center; margin-bottom:40px; color:#000; font-size:13px}
#paginado a {color: #545454; font-size: 13px; padding:2px;}
#paginado a:hover {color: #8E118C; text-decoration: underline}