.titulo{
	min-height: 30px;
}
.parrafo{
	min-height: 86px;
}
.resumen{
	min-height: 21px;
}

#principal{
	margin-right: 10px;
}

#logo{
	text-align: center;
}

#parrafo_inicial{
	text-align: justify;
	font-size: 14px;
	color: #6a6969;
}

#cuadro_gris{
	background-color: #f3f3f3; 
	height: 992px; 
	border: 1px solid #e3e3e3;
}

.coolpc{
	background-color: white; 
	width: 404px;
	float: left; 
	margin: 40px 40px 0px 38px; 
	min-height: 275px; 
	border: 1px solid #e3e3e3; 
	border-radius: 10px;
}

.coolpc h1{
	text-align: center;
	color: #494949;
}

.coolpc p{
	text-align: center;
	font-size: 11px; 
	padding: 0px 10px 10px 10px;
	color: #868686;
}

.coolpc h4{
	text-align: center;
	color: #494949;
}
/*
#coolpc_nvidia{
	background-color: white; 
	width: 404px;
	float: left; 
	margin: 36px 25px 25px 38px; 
	min-height: 235px; 
	border: 1px solid #e3e3e3; 
	border-radius: 10px;
}

#coolpc_nvidia h1{
	text-align: center;
	color: #494949;
}

#coolpc_nvidia p{	
	text-align: center;
	font-size: 11px; 
	padding: 0px 10px 10px 10px;
	color: #868686;
}

#coolpc_nvidia h4{	
	text-align: center;
	color: #494949;
}

#coolpc_nvidia a{
	margin-left: 120px;
}

#parrafo_nvidia{
	min-height: 56px;
}
*/
.azul{
	text-align: center; 
	color: #549af0 !important; 
	font-weight: bold; 
	padding: 0px 10px 10px 10px;
}

.naranja{
	text-align: center; 
	color: #FC7A03 !important; 
	font-weight: bold; 
	padding: 0px 10px 10px 10px;
}

.verde{
	text-align: center;
	color: #74b71a !important; 
	font-weight: bold; 
	padding: 0px 10px 10px 10px;
}

.gris{
	text-align: center;
	color: #A7A6A6 !important; 
	font-weight: bold; 
	padding: 0px 10px 10px 10px;
}

.boton_azul{
	background-color: #549af0;
	color: white;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
	width: 153px;
	display: block;
	margin: 0 auto 0;
	height: 21px;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.boton_naranja{
	background-color: #ff8a00;
	color: white;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
	width: 153px;
	display: block;
	margin: 0 auto 0;
	height: 21px;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.boton_verde{
	background-color: #74b71a;
	color: white;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
	width: 153px;
	display: block;
	margin: 0 auto 0;
	height: 21px;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.boton_gris{
	background-color: #C7C7C7;
	color: white;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
	width: 153px;
	display: block;
	margin: 0 auto 0;
	height: 21px;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.boton_azul:hover{
	color: white;
	background-color: #156ada;
}
	
.boton_naranja:hover{
	color: white;
	background-color: #FC7A03;
}

.boton_verde:hover{
	color: white;
	background-color: #437d37;
}

.boton_gris:hover{
	color: white;
	background-color: #A7A6A6;
}

.parrafos{
	text-align: justify;
	font-size: 14px;
	color: #6a6969;
}

.titulo_der{
	text-align: right; 
	padding-top: 15px; 
	color: #494949;
}

.titulo_izq{
	padding-top: 15px; 
	color: #494949;
}

h4 span {
	font-size: 8px;
}