body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;

//  background: url('imagenes/fondousuario.jpg');
	background: #f2f2f2;
	color: #666;
	font: 85%/140% Arial, Helvetica, sans-serif;
//	width: 1300px;
//	max-width: 96%;
//	margin: 0 auto;
}
a {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
h1 {
	font: 1.7em;
	line-height: 110%;
	color: #000;
}
h1, h2, h3 {
	color: #000;
}
h3 {
	border-top: solid 1px #eee;
	padding: 20px 0;
	margin: 20px 0 0;
	font-size: 150%;
}
p {
	margin: 0 0 20px;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

#pagewrap {
position: relative;
margin-left:auto;
margin-right:auto;
width: 100%;
max-width: 1200px;
background-color:#dbdbda;
}
#pagewrapinterno {
position: relative;
margin-left:auto;
margin-right:auto;
width: 98%;
}
.wrapper {
	overflow: hidden;

}

.center
{
margin-left:auto;
margin-right:auto;
width: 100%;
max-width: 1000px;
background-color:#b0e0e6;
}
/************************************************************************************
COLUMN
*************************************************************************************/
.col {
//	background: #eee;
	float: left;
//	margin-left: 0.2%;
	margin-bottom: 5px;
	//	height:170px;

}



.wrap, .wrapbn, .wrapg, .wrapmini, .wrapminis{  
    margin: 1px auto;
    display: block;
    width: 93%;
    padding:3px;
    
    background: #fafafa;
    border: 1px solid #fff;
    border-radius: 5px;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	height:190px;
//	height:auto;
	position:relative;
}

.wrapmini{  
	height:150px;
}

.wrapminis{  
	height:80px;
	filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
.wrapbn{  
	filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}

.wrapg{  
	height:200px;
}

.wrap img {
 //   width: 50%;
 //   margin-bottom: -10px;
}

.iconos {
    margin-bottom: 2px;
	width: 100%;
	max-width: 348px;

}

.clicimg {
	width: 25px;
padding: 0px;
margin: 8px;
position: absolute;
bottom: 0;
right: 0;
}
.volver {
	width: 55px;
padding: 0px;
margin: 8px;
position: absolute;
bottom: 0;
right: 0;
}
.infoimg {
	width: 25px;
padding: 0px;
margin: 8px;
position: absolute;
top: 0;
right: 0;
}

.textocontenido {  
  // position:relative;
//   margin-left:20px;
//   width: 80%;
margin-left:10px;
margin-right:0px;
margin-bottom:10px;
width: 93%;
font-size: 10pt;
text-align : justify;
}

.listadocontenido {  
  // position:relative;
//   margin-left:20px;
//   width: 80%;
margin-left:25px;
margin-right:0px;
margin-bottom:10px;
width: 93%;
}

.listadocontenidoancho {  
  // position:relative;
//   margin-left:20px;
//   width: 80%;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
width: 93%;
}



.iconosguion {
    margin-bottom: -9px;
    margin-left: -20px;
	height:30px;
}

p{ 
    margin-top: 15px;
    text-align: justify;
}

h1{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px; 
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

a{
    text-decoration: none;
    color: #4A4A4A !important;
}

a:hover{
    text-decoration: underline;
    color: #6B6B6B !important ;
}

.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
/* grid3 col */
.grid3 .col {
	width: 33.3%;
}
/* grid2 col */
.grid2 .col {
	width: 49.9%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* reset cols to 3-column */
@media screen and (max-width: 740px) {
	/* grid4 */
	.grid4 .col {
		width: 33.3%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 0.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
	
}

/* reset cols to 2-column */
@media screen and (max-width: 900px) {
	/* grid4 */
	.grid4 .col {
		width: 49.9%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 49.9%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	
}

/* reset cols to fullwidth */
@media screen and (max-width: 600px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
		.wrapmini{ height:auto; }

}


@media screen and (max-width: 810px) {
//	.milogo { float:''; }
	.logopr { max-width: 200px; }
}
@media screen and (min-width: 810px) {
//	.milogo { float:left; }
	.logopr { max-width: 300px; }
}
@media screen and (max-width: 705px) {
	.milogo { height:70px;}
	.logopr { max-width: 200px;}
//	.usuariojuntos { position:absolute; bottom:2px;}
	.caja { height:auto;}
}

@media screen and (max-width: 470px) {
	.logopr { max-width: 150px;}
	//.caja { height:130px;}
//	.usuariojuntos { clear:both;}
	
}

@media screen and (max-width: 345px) {
	.milogo { width: 100%;}
	.logopr { max-width: 220px;}	
	//.caja { height:130px;}
//	.usuariojuntos { clear:both;}
	#loginBox { top:140px; }

}

@media screen and (max-width: 325px) {
	.logopr { max-width: 220px;}	
	.usuariofoto { width: 95%; }	

}





#TnITTtw-tooltip-wrap {
  position: absolute;
  z-index: 9999;
  font-family: Tahoma;
  font-size: 13px;
  line-height: normal
}

  .TnITTtw-inside-layout {

  }

    .TnITTtw-content {
      
    }</style><style type="text/css">.TnITTtw-arrow {
  display: none;
  width: 12px;
  height: 6px;
  background: url(chrome-extension://ihmgiclibbndffejedjimfjmfoabpcke/resources/images/sprites/sprite.png);
  position: relative
}

.TnITTtw-top-arrow {
  background-position: -108px 148px;
  bottom: -1px
}

.TnITTtw-bottom-arrow {
  background-position: -108px 154px;
  top: -1px
}</style><style type="text/css">#TnITTtw-tooltip-wrap {
  position: absolute;
  z-index: 9999;
  font-family: Tahoma;
  font-size: 13px;
  line-height: normal
}

  .TnITTtw-inside-layout {

  }

    .TnITTtw-content {
      
    }</style><style type="text/css">/* Local ID — mndocdiojkckhpnhpeminpalidafeink */
/* Web Store ID — ihmgiclibbndffejedjimfjmfoabpcke */

.TnITTtw-help-selected-wrap {
  border: 1px solid #C7C6C2;
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.325);
  border-radius: 4px;
  width: 231px
}

  .TnITTtw-help-inside-layout {
    height: 133px;
    background: #F5F5F5;
    border-radius: 3px
  }

    .TnITTtw-left-particle {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      box-shadow: inset 0 1px 0 white;
      color: #4E4E4E;
      text-shadow: 0 1px 0 white;
      width: 194px;
      display: inline-block;
      border-right: 1px solid #D9D9D9
    }

      .TnITTtw-content-layout {
        text-align: left;
        margin: 10px 15px
      }

        .TnITTtw-variant-bunch-wrap {

        }

          .TnITTtw-variant-bunch-wrap .inside-layout {

          }

            .TnITTtw-main-variant-wrap {

            }

              .TnITTtw-main-variant {
                font-weight: 700;
                font-size: 15px;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.775);
                display: inline-block;
                vertical-align: top;
                color: #2B2B2B
              }

            .TnITTtw-variants-by-pos {
              
            }

              .TnITTtw-TnITTtw-variant-row {
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.775)
              }

                .TnITTtw-v-pos {
                  font-weight: 700;
                  margin-top: 10px;
                  font-size: 12px;
                  color: #545454
                }

                  .TnITTtw-v-pos:first-child {
                    margin-top: 8px
                  }

                .TnITTtw-v-closest-wrap {
                  font-size: 13px;
                  color: #4E4E4E
                }

                  .TnITTtw-v-item {
                    display: inline-block
                  }

        .TnITTtw-listen-disabled {
          opacity: 0.475;
          cursor: default
        }

    .TnITTtw-right-particle {
      background: rgba(255, 255, 255, 0.125);
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      display: inline-block;
      width: 36px;
      height: 133px;
      vertical-align: top;
      box-shadow: inset 1px 0 3px rgba(43, 43, 43, 0.05), inset 0 1px 0 #F5F5F5
    }

      .TnITTtw-sidebar {

      }

        .TnITTtw-sbutton {
          position: absolute;
          -webkit-user-select: none;
          cursor: pointer
        }

        .TnITTtw-listen-button {
          width: 16px;
          height: 17px;
          background: url(chrome-extension://ihmgiclibbndffejedjimfjmfoabpcke/resources/images/sprites/sprite.png);
          background-position: -54px 153px;
          margin: 10px 0 0 10px
        }

          .TnITTtw-listen-button:active, .TnITTtw-listen-disabled {
            background-position: -54px 136px
          }

/* ========== */
/* Scrollbars */

#TnITTtw-trVisibleLayout {
  position: relative !important;
  overflow: hidden;
  height: 133px;
  width: 100%
}

#TnITTtw-tr-scrollbar {
  position: absolute;
  display: block;
  width: 9px; 
  height: 135px; 
  font-size: 1px
}

#TnITTtw-track { 
  position: absolute;
  left: 185px;
  top: -134px;
  width: 11px;
  height: 129px;
  background: transparent
}

#TnITTtw-dragBar {
  position: absolute; 
  left: 1px;
  top: 1px;
  width: 5px; 
  height: 10px;
  background: rgba(43, 43, 43, 0.475);
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFF
}

  #TnITTtw-dragBar:hover, #TnITTtw-dragBar:active {
    background: rgba(43, 43, 43, 0.775)
  } 

#TnITTtw-scrollbar, #TnITTtw-track, #TnITTtw-dragBar {
  -webkit-user-select: none
}

.imagenesfd {
	width: 100%;
	max-width: 300px;
//	min-width: 150px;
}



/* header */
.logopr {
	margin-top: 0px;
	width: 100%;
//	max-width: 300px;
	float:left;
}
.mitabla {
	width: 100%;
	max-width: 1200px;
}

.proyecto {
	float:right;
	margin-top: 0px;
    margin-left: 8px;
    margin-right: 8px;
//	background-color:#eee;
//	height: 27px;
}
.desconectar {
	float:right;
	margin-top: 0px;
    margin-left: 8px;
    margin-right: 8px;
//	background-color:#eee;
	height: 27px;
}
.usuariojuntos {
//background-color:#eee;
}


.usuariofoto {
	float:right;
	margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
//	background: #eee;
	max-width: 300px;
}
.usuariofotonombre {
	float:left;
	height: 100%;
	vertical-align: middle;
	width: 100px;
}   

.usuarioimgm {
//	margin-top: -10px;
	margin-bottom: -5px;
    margin-left: -1px;
}
.usuarioimgg {
	float:right;
//	margin-top: -10px;
	margin-bottom: -25px;
    margin-left: -1px;

    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow:hidden;
	
}
.milogo {
	float:left;
//	height: 60px;
//	background: #eee;
}

.caja {
position:relative;
margin-left:auto;
margin-right:auto;
//width: 100%;
max-width: 1200px;
background-color:#fff;

}

.cajaa {
position:absolute;
background-image:url('imagenes/bannertop/fondo_sep.jpg');
background-repeat:repeat-x;	
width:100%;
height:4px;
bottom:0px;
left:0px;
right:0px;

}


/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */


	input[type="text"], input[type="password"], textarea, select, div.styled {  
		width:100%; border-radius:2px; border: solid 1px #ccc; padding:0.3em; margin: 2px;}
	
	div.styled, select, input[type="submit"], input[type="button"], 
	input[type="file"]:after {
		background: white;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);}	
	
	input[type="text"], input[type="password"], textarea, input[type="file"] { 
		background-color: #f5f5f5;
		-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
		box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);}
	
		.ie9 input[type="text"] { line-height:normal; } /* Get the stuff to line up right */
	
	textarea { width:100%;  }
	
/* ----------------------------------------------  Select menu  ---------------------------------------------- */
	
	/* For IE and Firefox */

	div.styled { overflow:hidden; padding:0; margin:0; }
		
		.ie7 div.styled {border:none;}

	div.styled select {	
		width:115%; background-color:transparent; background-image:none;
		-webkit-appearance: none; border:none; box-shadow:none;}
		
		.ie7 div.styled select {
			width:100%; background-color:#fff; border: solid 1px #ccc; 
			padding:0.3em 0.5em;}	
	
/* ----------------------------------------------  File field  ----------------------------------------------  */

	/* Webkit Only */
	
	input[type="file"] { 
		position: relative; 
		-webkit-appearance: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
//		width: 70%;	
		padding:3px;
//		padding: 0px 0px 0px 0px;
		}
		
	input[type=file]::-webkit-file-upload-button {
		width: 0; padding: 0; margin: 0;-webkit-appearance: none; border: none;}	
		
	input[type="file"]:after {
		content: 'Adjuntar fichero';
		margin:0 0 0 0.5em;
		display: inline-block; left: 100%; position: relative;
		background:white;
		padding:0.3em 0.5em; border: solid 1px #ccc !important;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		border-radius:4px;}	
		
		
		input[type="file"]:active:after {box-shadow:none;}
	
	
/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */	
		
		
	
	input[type="checkbox"] + label:before { background-position: 0 -25px;}
	input[type="checkbox"]:checked + label:before {background-position: 0 0 ; }
		 
	input[type="radio"] + label:before { background-position: -25px -25px;}	 	
	input[type="radio"]:checked + label:before { background-position: -25px 0;}
	
		/* Remove the custom styling for IE 7-8 */
		
		.ie8 label:before { display:none; content:none; }
		
		.ie8 input[type="checkbox"],
		.ie8 input[type="radio"],
		.ie7 input[type="checkbox"],
		.ie7 input[type="radio"]{ 
			position: static; left:0; }
		
		.ie8 input[type="checkbox"],
		.ie8 input[type="radio"] { 
			position:relative; top:5px; margin-right:0.5em;}	
			
	input[type="text"]:focus, input[type="radio"]:focus, textarea:focus, select:focus {
		border-color:#000;
		background:#dfdfdf;
		}

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */	

	input[type="submit"], 
	input[type="button"] { 
		padding:0.5em 1em; line-height:1em; cursor:pointer;
		border-radius:4px; color:#000; font-weight:bold; font-size:inherit;
		border:solid 1px #ccc;	box-shadow:0 1px 5px rgba(0,0,0,0.2);
		background-position: center bottom;}
		
		/* Gradient Generator by : http://www.colorzilla.com/gradient-editor/ */
		
	input[type="submit"]:active, 
	input[type="button"]:active {-webkit-box-shadow: none; box-shadow:none;}
		
		/* IE7 needs you to change the background to transparent when using image background for submit buttons */	

