.colorear {
position: relative;
/* Estas dos propiedades sólo sirven para centrar */
display: table;
margin:0 auto;
}
/* Y esta para evitar el margin automático de Blogger en los enlaces */
.colorear a {
margin: 0 !important;
}
.colorear:before, 
.separator:before {
content: "";
display: block;
position: absolute;
/* Todas las posiciones a cero */
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.colorear:hover:before {
background-image: url("http://itspp.edu.mx/wp-content/uploads/2017/05/BASKET1.png");
}

************ORGANIGRAMA**********************************************

body {
  background-color: #333;
}

.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
	padding-top: 20px;
  position: relative;
}

.organigrama li {
	float: left;
  text-align: center;
	list-style-type: none;
	padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before, .organigrama li::after {
	content: '';
	position: absolute;
  top: 0px;
  right: 50%;
	border-top: 2px solid #f80;
	width: 50%;
  height: 20px;
}

.organigrama li::after{
	right: auto;
  left: 50%;
	border-left: 2px solid #f80;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
	border: 0 none;
}

.organigrama li:last-child::before{
	border-right: 2px solid #f80;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 50px 0 0;
}

.organigrama li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 50px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
	content: '';
	position: absolute;
  top: 0;
  left: 50%;
	border-left: 2px solid #f80;
	width: 0;
  height: 20px;
}

.organigrama li a {
	border: 3px solid #f80;
	padding: 1em .60em;
	text-decoration: none;
	color: #333;
  background-color: rgba(255,255,255,0.5);
	font-family: arial, verdana, tahoma;
	font-size: .44em;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
	border: 1px solid #fff;
	color: #ddd;
  background-color: rgba(67, 4, 4, 0.91);
	display: inline-block;
}

.organigrama > ul > li > a {
  font-size: .50em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
  width: 15em;
}



---------------------------------------BOTON-----------------------------------------------------
body{
	text-align: center;

}

h1{
	font-family: century gothic;
	text-transform: uppercase;
	color: #ccc;
	text-shadow:1px 2px 1px #780000;
}
footer{
	margin: 0 auto;
	margin-top: 500px;
}
.boton {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 12px 20px;
	font-size: 18px;
	border-radius: 10px;
	background-color: #780000;	
	box-shadow: 0 5px 5px #fff, 0 0px 0 #fff, 0px 0px 10px rgba(0,0,0,0.4), inset 0px 2px 0px rgba(255,255,255,0.2), inset 0 -2px 0px rgba(0,0,0,0.2);
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	font-family: Arial, Helvetica, sans;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

.boton:hover {
	box-shadow: 0 5px 5px #fff, 0 0px 0 #fff, 0px 0px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
	color: #fff !important;
}

.boton:active {
	top: 7px;
	box-shadow: 0 2px 0 #fff, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);	
	color: #fff !important;
}

.formaBoton {
	border-radius: 5px;	
	padding-left: 25px;
	padding-right: 25px;
}


---------------------------------------BOTON(1,2,3)-----------------------------------------------------
body{
	text-align: center;

}

h1{
	font-family: century gothic;
	text-transform: uppercase;
	color: #ccc;
	text-shadow:1px 2px 1px #780000;
}
footer{
	margin: 0 auto;
	margin-top: 500px;
}
.boton1 {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 1px 20px;
	font-size: 18px;
	border-radius: 10px;
	background-color: #780000;	
	box-shadow: 0 5px 5px #fff, 0 0px 0 #fff, 0px 0px 10px rgba(0,0,0,0.4), inset 0px 2px 0px rgba(255,255,255,0.2), inset 0 -2px 0px rgba(0,0,0,0.2);
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	font-family: Arial, Helvetica, sans;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

.boton:hover {
	box-shadow: 0 5px 5px #fff, 0 0px 0 #fff, 0px 0px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
	color: #fff !important;
}

.boton:active {
	top: 7px;
	box-shadow: 0 2px 0 #fff, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);	
	color: #fff !important;
}

.formaBoton1 {
	border-radius: 5px;	
	padding-left: 5px;
	padding-right: 5px;
}

---------------------------------------BOTON(perfil)-----------------------------------------------------
body{
	text-align: center;

}

h1{
	font-family: century gothic;
	text-transform: uppercase;
	color: #ccc;
	text-shadow:1px 2px 1px #780000;
}
footer{
	margin: 0 auto;
	margin-top: 500px;
}
.boton2 {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 1px 20px;
	font-size: 14px;
	border-radius: 10px;
	background-color: #780000;	
	box-shadow: 0 5px 5px #fff, 0 0px 0 #fff, 0px 0px 10px rgba(0,0,0,0.4), inset 0px 2px 0px rgba(255,255,255,0.2), inset 0 -2px 0px rgba(0,0,0,0.2);
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	font-family: Arial, Helvetica, sans;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

.boton:hover {
	box-shadow: 0 5px 5px #fff, 0 0px 0 #fff, 0px 0px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
	color: #fff !important;
}

.boton:active {
	top: 7px;
	box-shadow: 0 2px 0 #fff, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);	
	color: #fff !important;
}

.formaBoton2 {
	border-radius: 5px;	
	padding-left: 15px;
	padding-right: 15px;
}


****************************TABLA ADMON**********************
html{-webkit-font-smoothing:antialiased;}
scroll 0 0;font: 12px/1.5em Arial, Helvetica, sans-serif, "Arial Narrow";color:#656565;}
img{border:0;}
ul, li { list-style:none;margin: 0px;padding: 0px;}
a{color:#fb7c03;text-decoration:none;}
div { position:relative } 

#menu-holder3{margin:50px auto;width:850px;}
.content{margin-top:80px;text-align:center;color:#437fff;font-size:25px;text-shadow: #ffffff 1px 1px 1px;}
a.go{font-size:15px;}
a.go:hover{ text-decoration:underline;}
#home{margin-top:20px;}
.column-clear{clear:both;}

h1
{
text-align: center;
font-size: 50px;
}

.textos
{
text-align: center;
font-size: 20px;
}

/***** TABLA *****/
.price_table3 {width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #000;
	}
.price_table3 a{color: #444444;}
.price_table3 .align_center{text-align: center;}

.price_table3 .pack-title{font-family: 'Viga', arial, sans-serif;
	font-size: 30px;
	color: #000;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	margin-top:10px;}
.price_table3 .price{
font-family: 'Viga', arial, sans-serif;
	font-size: 50px;
color: #ffffff;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	margin:30px 0px 20px 0px;
	}
.price_table3 .time{font-size: 14px;color: #ffffff;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);}	
	
/* --- header row 1 ---  */
.price_table3 .column_4 .header_row_1{
	height: 45px;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #1b243c;
	background: #fdff2e;
	
	}


	
.price_table3 .column_4{height: 100%;
	float: left;
	width:267px;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
	}	

/**** COLUMN HOVERS ****/
.price_table3 .column_4:hover{
	position: relative;
	z-index: 100;
	box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-transform: translate(-5px,-15px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
	}

.price_table3 .column_4:hover .header_row_1,	
.price_table3 .column_4:hover .row_style_1,
.price_table3 .column_4:hover .row_style_2,
.price_table3 .column_4:hover .row_style_footer_1,
.price_table3 .column_4:hover .row_style_footer_2
{	padding-left: 5px;
	padding-right: 5px;
	}

	
/**** DATA ROWS  ****/
.price_table3 .row_style_1,
.price_table3 .row_style_2,
.price_table3 .row_style_footer_1,
.price_table3 .row_style_footer_2
	{width: 100%;
	height: 40px;
	padding-top: 9px;
	float: left;
	}
.price_table3 .row_style_footer_1, .price_table3 .row_style_footer_2{padding: 10px 0px;}
	
.price_table3 .row_style_1, .price_table3 .row_style_footer_1{background-color: #feffc0;}
.price_table3 .row_style_2, .price_table3 .row_style_footer_2{background-color: #feffc0;}

.price_table3 .row_style_1 span, .price_table3 .row_style_2 span{position:relative;font-size:14px;}
.price_table3 .row_style_1 span:before, .price_table3 .row_style_2 span:before{
background: url("../images/icon-yes.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }
.price_table3 .no-option span:before{
background: url("../images/icon-no.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }






