@import url('style.css');

#wrap #contenidos {
	background-color: #FFFFFF;
	display: table;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	-webkit-box-shadow: 1px 1px 1px 1px #339966;
-moz-box-shadow: 1px 1px 1px 1px #339966;
	box-shadow: 1px 1px 1px 1px #339966;
	padding: 5px;		
}

#wrap #contenidos #cuadroserviciosT {
	text-align: center;
	display: inline;
	margin: 5px;
	float: left;
	width: 235px;
	position: relative;
	background-color: #00CC00;
}


#wrap #contenidos #cuadroserviciosT p {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#wrap #contenidos #cuadroserviciosT img {
	width: 100%;
	position: relative;
}
#wrap #contenidos #cuadroserviciosT  img:hover {
filter: sepia(80%);
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;
}

#wrap #contenidos #cuadroserviciosV {
	text-align: center;
	display: inline;
	margin: 5px;
	float: left;
	width: 235px;
	position: relative;
	background-color: #00CC99;
}


#wrap #contenidos #cuadroserviciosV p {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#wrap #contenidos #cuadroserviciosV img {
	width: 100%;
	position: relative;
}
#wrap #contenidos #cuadroserviciosV  img:hover {
filter: sepia(80%);
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;
}
#wrap #contenidos #cuadroserviciosI {
	text-align: center;
	display: inline;
	margin: 5px;
	float: left;
	width: 235px;
	position: relative;
	background-color: #99CC00;
}


#wrap #contenidos #cuadroserviciosI p {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#wrap #contenidos #cuadroserviciosI img {
	width: 100%;
	position: relative;
}
#wrap #contenidos #cuadroserviciosI  img:hover {
filter: sepia(80%);
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;
}

#wrap #contenidos #cuadroserviciosC {
	text-align: center;
	display: inline;
	margin: 5px;
	float: left;
	width: 235px;
	position: relative;
	background-color: #99CC99;
}


#wrap #contenidos #cuadroserviciosC p {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#wrap #contenidos #cuadroserviciosC img {
	width: 100%;
	position: relative;
}
#wrap #contenidos #cuadroserviciosC  img:hover {
filter:  sepia(80%);
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;
}

#wrap #contenidos #redir {
	text-align: center;
	display: table;
	width: 99%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #333333;
	position: relative;

	-moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}
#wrap #contenidos #redir p {
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}


#wrap #contenidos #redir span {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 5px;
}

#wrap #contenidos #redir a:link {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: none;
}
#wrap #contenidos #redir a:visited {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: none;
}
#wrap #contenidos #redir a:hover {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #006633;
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: none;
}
